Hey all,
I'm trying to play a (quite large) 8-channel sound file via readsf~ on my Raspberry Pi (I have an 8-channel soundcard for the Pi, which is tested and works using Pure Data).
When I try to play the file, I get the following error:
dsp: /home/pi/Desktop/soundfile.wav: Value too large for defined data type
Does anyone have any ideas what this problem would be? I'e tested this on my Macbook and I can get the file to play. I'm wondering if the file is somehow too large for the Raspberry Pi?
Thanks!
EDIT: The file I was using with the Pi was around 1 hour long (44.1/24 WAV file). I made a shorter 10 minute snippet and it's working. Does anyone know why I can't use the longer file? I didn't think this would be a problem...