how do I open up 24/96 audio files with the soundfiler object and a read message? I keep on getting "bad header information". I tried using -byte 2 but I don't think im doing it properly.
a
-
24/96
-
Does your audio file work with other audio programs?
-byte is an option for writing only, check the help patch for soundfiler for full details.
I don't have your problem on Linux Pd 0.37.1 devel, with threaded soundfiler.
I saved a stereo 24bit / 96kHz PCM WAV file from Audacity 1.2.0 and it worked fine with [soundfiler] :
Output in the Pd console:
----
adding process to queue
new begin: 82d7478
new end: 82d7478
signaling
Soundfiler awake
working on process: 82d7478
old begin: 82d7478
old next: 0
old end: 82d7478
soundfiler: mutex unlocked, running process
tried /home/claude/test-24-96.wav and succeeded
soundfiler: process done, locking mutex
freeing allocated memory
new begin: 0
new end: 82d7478
begin: 0
end: 0
Soundfiler sleeping
----
Output from alsaplayer:
----
$ aplay test-24-96.wav
Playing WAVE 'test-24-96.wav' : Signed 24 bit Little Endian in 3bytes, Rate 96000 Hz, Stereo