Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
JMF: play MP3 in Mono
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Oliver Wong, post: 2804024"] I'm not very familiar with JMF, but it looks like there's many ways to do this. The panning trick is simply the first one that popped into my head. [URL]http://java.sun.com/docs/books/tutorial/sound/converters.html[/URL] seems to indicate that it may also possible to directly convert between various AudioFormats (e.g. from a stereo format to a mono one), and [URL]http://java.sun.com/docs/books/tutorial/sound/controls.html[/URL] mentions that you can directly manipulate audio data (which is VERY low level). I couldn't find many JMF specific tutorials that covered manipulating the sound signal (and thus allowing you to alter panning). - Oliver [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
JMF: play MP3 in Mono
Top