hello,
is it possible to record at 48khz with writesf~. I don't found any parameter to set it and the wav file it writes is alwas 44100, although my pd is running with 48khz.
I also would like to record with 32bit floating point.
Also filters (bp~, lop~, hip~) assume 44.1 kHz samplerate - at least the last time I looked at the code - about a month ago. Are there other places where 44.1 kHz is assumed?
is it possible to record at 48khz with writesf~. I don't found any parameter to set it and the wav file it writes is alwas 44100, although my pd is running with 48khz.
j#|@
I think hip~, bp~, and lop~ are OK (they do contain the string "44100" but it gets overwritten before they actually grind out samples). The writesf~ problem is that, whatever the sample rate, the soundfile itself incorrectly gets stamped with 44100. I need to fix that...
cheers Miller
On Tue, Dec 10, 2002 at 04:37:10PM +0100, Johannes Taelman wrote:
Also filters (bp~, lop~, hip~) assume 44.1 kHz samplerate - at least the last time I looked at the code - about a month ago. Are there other places where 44.1 kHz is assumed?
is it possible to record at 48khz with writesf~. I don't found any parameter to set it and the wav file it writes is alwas 44100, although my pd is running with 48khz.
j#|@
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list