What this is
Music and podcast apps build on the bg_audio_tracks table and bg_submit_audio() function, the audio equivalent of the video upload system — shared underlying patterns (upload, categorize, publish) with a schema suited to audio-specific metadata like artist and track information.
How it works
bg_submit_audio($userId, $title, $artist, $category, $audioFile, $coverFile) mirrors the video submission function's shape closely, meaning a developer already familiar with the video upload flow can pick up audio submission quickly — deliberately consistent patterns across content types.
Holding BOT for this path
Same content-category BOT holding requirement as video apps — consistent across every content type in this category rather than a per-media-type variation.
Related paths in Content Creation