IcedTea-Sound 24 bit support?
Alex Wiggins
alex.d.wiggins at gmail.com
Mon Apr 6 16:11:35 UTC 2015
Hi all - I just installed IcedTea-Sound to have native Pulse mixer support
with Java (instead of via the PulseAudio ALSA plugin - alsa-plugins/pulse),
so apologies if I'm missing something obvious.
Specifically, I'm trying play audio which is 24 bit (and 96 kHz) but I get
an "invalid format" error when trying to open the SourceDataLine:
---
Exception in thread "Thread-7" java.lang.IllegalArgumentException: Invalid
format
at
org.classpath.icedtea.pulseaudio.PulseAudioDataLine.createStream(PulseAudioDataLine.java:142)
at
org.classpath.icedtea.pulseaudio.PulseAudioDataLine.open(PulseAudioDataLine.java:99)
at
org.classpath.icedtea.pulseaudio.PulseAudioSourceDataLine.open(PulseAudioSourceDataLine.java:75)
---
I do not get the error for 16 bit (and 44.1 kHz) audio.
I see in "PulseAudioMixer.java" there is no mention of "int sampleSize =
24" in the "getSupportedFormats" routine. Does this mean that 24 bit audio
has to be padded out to 32 bit before using IcedTea-Sound? This is not the
case with the native ALSA mixer provider.
Thanks in advance for any help on this.
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150406/2378d166/attachment.html>
More information about the distro-pkg-dev
mailing list