Enter Contest

The Band Plan

Quick Record

Start recording now! Your recording will be saved locally. Create an account to upload and save it permanently.

⏱️ 4-Hour Limit: Recordings automatically stop after 4 hours and are saved to your browser.
Ready to Record
: 'Could not start audio recording. Please check your microphone permissions.'; alert(errorMessage); } } startAudioBtn.addEventListener('click', async function() { await startRecording(false); }); startVideoBtn.addEventListener('click', async function() { await startRecording(true); }); // Recording manager will handle redirect automatically using guestBandId })();