A sample Django app to record and save an audio.
The app uses the native javascript media recorder API to access and capture the audio and send the blob data to the backend.
- Run Django app
python manage.py runserver
-
Record and submit the audio with the title.
-
The recorded file will be saved in the project's root directory. File name format will be
<title>.mp3