jAudio is a project implementing a number of common feature extraction algorithms for analyzing audio in java. Output is either in Weka's ARFF format or the ACE format. Can be used either as a GUI application, command-line application, or embedded. The primary repository is on github (dmcennis) which pushes to this projects github repository.
Audacity AudioMonitor (customized version of of Audacity 1.3-13-b).
Audacity Audio Monitor (customized version of Audacity).
The existing audacity is modified to support following functionality:
- RTSP streaming to fetch the RTP data over UDP and plot the audio stream on the graph.
- HTTP streaming to fetch the mp4 audio data using HTTP and plot the audio stream on the graph.
- Display the tag label information on the graph.Tag information will be written to local disk file.
- Audacity Audio Monitor shall have control buttons embedded in the...