Explore the platform built to bring your community to life

Take a tour of Collectives™ on Stack Overflow.

Scroll to explore or jump to a feature below
Raise awareness and stand out from the crowd with persistent branding.
Help users easily take the next step by visiting your website, contacting your support team, or connecting with you on social media and code hosting platforms.
Produce how-to guides and knowledge articles that can be distributed through your Collectives page.
Put all of the questions and answers using the Topic Tags associated with your collective in a centralized place for easy access.
The Members tab provides a leaderboard, or gamified view of user activity in your collective. Identify top contributors that you can reward and acknowledge as Recognized Members.
See all of the Topic Tags that are included in your collective.
Overview
Articles
Members
Ask question
Audio Bubble
An audio and podcasting recording, analytics, and distribution app. Audio Bubble offers digital services and technical consulting to radio, media, and technology companies.
Join collective
audiobub.ble
Docs
Contact
Twitter
GitHub
Pinned articles View all 52 articles
Audio Bubble employees have deemed these posts noteworthy.
1k views
Knowledge article
Welcome to Audio Bubble
community-welcome
Kathrin Reinhardt
456 views
How-to
How to suggest a good article in this collective
guidelinescommunityarticles
Crystal Najera
Questions
Browse questions with relevant Audio Bubble tags.
1k views
Are there webhook integrations with Audio Bubble?

Yes, webhook integrations exist. See the docs below for setting up an API key and completing your integration with a range of providers.

installation
Shaun Beck
11 answers
237 votes
10.2k views
What permissions does Audio Bubble require for releases?

If you are a paying Audio Bubble Admin, collaborator-level permissions should be fine. If you are a free tier level user, you will need manager-level permissions that are granted to you by an Admin.

distributionjavascript
Eliot Godfrey
2 answers
208 votes
8k views
How do I get oAuth2 to work with Audio Bubble 3.0 SDK?

Register your app with oAuth2. You can see the docs below for establishing a secure provider through Audio Bubble. Ensure you have SSL enabled in your app and register your authentication key through Audio Bubble.

tutorials
Phoebe Newman
0 answers
132 votes
2k views
How to flatten frequencies in Audio Bubble?

Open up your Audio Bubble file in the wave editor. Select edit from the tool bar, and select frequency modulations. You'll see an option for flatten high interval. You can flatten frequencies by time interval or by amplitude filters.

processingexport
Ben Vaughan
About Collective

~4.3b

people reached
30 tags associated
1.5m questions in Collective
6 answers recommended
10 Audio Bubble Recognized Members
Created Feb 2, 2021
Top tags
  ×   33639 questions
  ×   148094 questions
  ×   22239 questions
  ×   3239 questions

User roles

Identify and recognize trusted subject matter experts.

Manage users

See top contributors

Identify employees

Three user roles are available in your collective: Admin, Recognized User, and Member. You can easily assign Admins and Recognized Members. Any Stack Overflow user can become a Member of your collective.
See a user’s contribution to the community to identify Recognized Members. Recognized Members are knowledgeable members of your collective. They’ll answer questions and create articles on behalf of your organization.
Allow users to easily identify employees of your organization within your collective.
Overview
Articles
Members
Actions for you
Dashboard
Admin
Audio Bubble
An audio and podcasting recording, analytics, and distribution app. Audio Bubble offers digital services and technical consulting to radio, media, and technology companies.
Write article
Ask question
Joined
Users and permissions
Invite new user
Name Rep (Last 12mo) Joined (UTC) Last active LabelPermission level
32435
Jun 04, 2020 2 days ago
25670
Nov 28, 2020 12 days ago
6045
Nov 28, 2020 24 days ago
4560
Nov 28, 2020 1 day ago
312
Nov 28, 2020 3 days ago
103050per page
1
2345
85Next

Actions for you

Make an impact with a prioritized to-do list.

Monitor response rates

Make an impact

See how responsive your collective is at-a-glance and how it compares to available benchmarks.
Identify the questions that need your attention and quickly jump in to make an impact for members of your collective.
Overview
Articles
Members
Actions for you
Dashboard
Admin
Audio Bubble
An audio and podcasting recording, analytics, and distribution app. Audio Bubble offers digital services and technical consulting to radio, media, and technology companies.
Write article
Ask question
Joined
Actions for you
Hide
Weekly team tasks
for all recognized members
61%
4 days left
Answer
10 questions
3/10
Recommend
20 questions
Write
2 articles
0/2
How responsive is your Collective? Updated daily
Average rates captured from Nov 4, 2020 to Dec 3, 2020.

Average response rate within 24hrs

54%
  • 0
  • 20
  • 40
  • 60
  • 80
  • 100
We like to see a response rate above 50%. Nice work!

Average answer rate within 24hrs

17%
  • 0
  • 20
  • 40
  • 60
  • 80
  • 100
Your answer rate could be higher. Try recommending more good answers.

Response trends within 24hrs

Weekly dates are captured from Mondays to Sundays

Example graph
Where are the best opportunities for engagement? Updated daily

Questions that need an answer

3 questions have gone over 30 hours without an answer

0 answers
3 votes
12 views
Are there webhook integrations with Audio Bubble?
integrationswebhook
Ella Fitzgerald
0 answers
5 votes
22 views
What permissions does Audio Bubble require for releases?
audio-bubble-actions
Brent Coltrane
0 answers
0 votes
5 views
How do I get oAuth2 to work with Audio Bubble 3.0 SDK?
integrationssecurity
Miles Stanforth

Top viewed questions without a recommended answer

3 questions have over 1k views and no recommended answer

6 answers
32 votes
542 views
Aggregate audio interfaces and use outputs into analog mixer - possible?
audiomixing
June Gillespie
3 answers
15 votes
312 views
How to flatten frequencies in Audio Bubble?
editing
Jean Parker
1 answers
34 votes
96 views
Resources for learning music production
productiondocs
Thelonious Jones

Articles

Create and distribute long-form content.

Choose content template

Get SEO benefits

Select Tags

Copy & paste content

Pick the template that fits your Article type. Choose from Knowledge Article or How-to Guide.
Your Articles live on the stackoverflow.com domain, which has strong SEO authority.
Choose the Topic Tags that are most relevant to your Article’s content for easy discovery.
Our editor makes publishing content easy - choose the Markdown or WYSIWYG version. If the content exists elsewhere, simply copy and paste and your formatting comes along for the ride.

Knowledge article

Introduction to Audio Bubble Graph API

Created
Active
Viewed 41 times
5 min read
32

Audio Bubble API v2.2

This is the documentation for the v2.2 Audio Bubble API (with both authentication and write support). If you have additional questions, or believe you have encountered a bug, don't hesitate to post a question on Audio Apps.

If your application is in a runnable state (even a beta one), Audio Apps is also the place to list it.

General

Applications should be registered on Audio Apps to get a request key. Request keys grant more requests per day, and are necessary for using access_tokens created via authentication.

All API responses are JSON, we do support JSONP with the callback query parameter. Every response in the API is returned in a common "wrapper" object, for easier and more consistent parsing.

Additionally, all API responses are compressed. The Content-Encoding header is always set, but some proxies will strip this out. The proper way to decode API responses can be found here.

API usage is subject to a number of throttles. In general, applications should strive to make as few requests as possible to satisfy their function.

API responses are heavily cached. Polling for changes should be done sparingly in any case, and polling at a rate faster than once a minute (for semantically identical requests) is considered abusive.

Developers can trim API responses down to just the fields they are interested in using custom filters. Many types have fields that are not normally returned (question bodies, for example) that can likewise be requested via a custom filter.

  • 1
  • 2
Recognized by Audio Bubble

Dashboard

Get data you won’t find anywhere else.

See your reach

Measure growth

Understand trends

Discover insights on total questions, answers, members, and pageviews over a selected time period.
See the growth, engagement and responsiveness of your collective and measure against benchmarks.
Overview
Articles
Members
Actions for you
Dashboard
Admin
Audio Bubble
An audio and podcasting recording, analytics, and distribution app. Audio Bubble offers digital services and technical consulting to radio, media, and technology companies.
Suggest Article
Ask question
Joined

Empower the community you already have on Stack Overflow.

See if Collectives on Stack Overflow is a good fit for your technology or open source organization.