Skip to content

JPery/pyAudioPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

pyAudioPlayer

pyAudioPlayer is an audio player created using matplotlib, numpy and pyaudio

Features

  • See the waveform of an audio file
  • Play the audio file by clicking on the waveform
  • Stop the audio by right clicking on the waveform

This text you see here is actually written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.

Running the code

$ python audio_player.py <path_to_audio_file>

or

$ chmod +x audio_player.py
$ ./audio_player.py <path_to_audio_file>

Releases

No releases published

Packages

No packages published

Languages