Skip to content

iyappan04/django-audio-recorder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.6%
  • HTML 26.3%
  • JavaScript 25.1%