Skip to content

Developed a React app for audio visualization of uploaded auido with Wavesurfer.js. Incorporated modern audio controls. Provided users with the flexibility to add transcriptions that seamlessly sync with the waveform display.

Notifications You must be signed in to change notification settings

rs-prasad/audio-player-and-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio visualizer and transcription

🔗 https://audio-player-with-notes.netlify.app/
React project to upload audio file, play them and take notes.
packages used - wavesurfer.js, react-icons etc.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!\

Audio Player

  • User can upload audio file of any extention.
  • This web app provides necessary features of media player.
  • Wavesurfer is used to generate waveform of audio file.
  • Notes can be taken at any timestamp, that will reflect on waveform too.

About

Developed a React app for audio visualization of uploaded auido with Wavesurfer.js. Incorporated modern audio controls. Provided users with the flexibility to add transcriptions that seamlessly sync with the waveform display.

Topics

Resources

Stars

Watchers

Forks