You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings, I've used this project to extend the functionality of JavaFX so that it supports the playback of Ogg files. I'm using Clip to play files instead of a SourceDataLine. However, I cannot play every Ogg file and I get the following error.
Greetings, I've used this project to extend the functionality of JavaFX so that it supports the playback of Ogg files. I'm using
Clip
to play files instead of aSourceDataLine
. However, I cannot play every Ogg file and I get the following error.Here is my play method.
Files differ in
Sample rate
andBitrate
. Those who can be played haveThose who cannot be played have
All are encoded with Vorbis and have a Mono channel.
The text was updated successfully, but these errors were encountered: