Sound with Minim no longer works
in
Core Library Questions
•
7 months ago
Hi,
when I try to play sound with minim from an example file PlayAFile.pde in Processing 2.08b I get this error
I'm using ubuntu 12.04 x64. Unfortunately the forum won't let me include the log file (mentioned abobe) inline and nor is there an add attachments button?
I don't recall having a problem with sound in the past, so I'm not sure what's changed. I've also tried various different formats MP3 , WAV and different sample rates 128kbps, 192kbps Constant and 44,1kHz, 48kHz for wav. no luck :(
when I try to play sound with minim from an example file PlayAFile.pde in Processing 2.08b I get this error
libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib32/dri:/usr/lib/dri)
==== JavaSound Minim Error ====
==== Don't know the ID3 code WXXX
==== JavaSound Minim Error ====
==== Couldn't open the line: line with format PCM_SIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian not supported.
==== JavaSound Minim Error ====
==== Unable to return a SourceDataLine: unsupported format - PCM_SIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f280a1f9c58, pid=5959, tid=139809961379584
#
# JRE version: 6.0_37-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libX11.so.6+0x33c58] XQueryExtension+0x28
#
# An error report file with more information is saved as:
# /home/lyndon/Software/Processing/processing-2.0b8/hs_err_pid5959.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
I'm using ubuntu 12.04 x64. Unfortunately the forum won't let me include the log file (mentioned abobe) inline and nor is there an add attachments button?
I don't recall having a problem with sound in the past, so I'm not sure what's changed. I've also tried various different formats MP3 , WAV and different sample rates 128kbps, 192kbps Constant and 44,1kHz, 48kHz for wav. no luck :(
1