GUI Control For Audio Presentation
Posted
by Boris
on Stack Overflow
See other posts from Stack Overflow
or by Boris
Published on 2009-12-08T13:12:00Z
Indexed on
2010/03/09
10:06 UTC
Read the original article
Hit count: 274
I need GUI control for audio file presentation. The language is not very important but it should run on windows platform.
I should be able to :-
- load the file
- play the sound
- put and move markers across the audio bar.
- it would be nice if it can load itself from RTP wireshark captures (and not wav files).
An example may be seen in audacity (may be someone even had an experience extracting it from there). Writing nyquist scripts in audacity is not a good option because I have to operate on RTP captures and not on raw sound samples.
Another example of such control is wireshark RTP analyzer.
Any advise?
© Stack Overflow or respective owner