Displaying 2 results from an estimated 2 matches for "jgui".
Did you mean:
gui
2005 Nov 15
1
Speex play back
...ws us the following playback functionality:
- Open the SPEEX file from local file system or via a http request.
- Play / Pause / Stop
- Seek feature (for slider functionality): seek to a specified position
(second) in the file
- Volume control
Currently we're using the following API bases on jGUI:
http://jspeex.sourceforge.net/
And this works well for all but 'seek' which it lacks in it's API for
both VORBIS and SPEEX files.
Part of our audio player must have a slider that allows users to seek to
various places in the file. I can't find any SPEEX players with
available A...
2005 Nov 14
0
Speex play back
...ws us the following playback functionality:
- Open the SPEEX file from local file system or via a http request.
- Play / Pause / Stop
- Seek feature (for slider functionality): seek to a specified position
(second) in the file
- Volume control
Currently we're using the following API bases on jGUI:
http://jspeex.sourceforge.net/
And this works well for all but 'seek' which it lacks in it's API for
both VORBIS and SPEEX files.
Part of our audio player must have a slider that allows users to seek to
various places in the file. I can't find any SPEEX players with
available A...