Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 453 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 453 Bytes

DJANGO AUDIO RECORDER

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.

Instructions

  • 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