-
pearlteeth
Hello,
I have an applescript patch saving out audio files to a directory and a pd patch reading them for samples. unfortunately, the samples seem to be playing back at a much higher pitch. I thought it was a sample rate thing, but another set of files (that weren't produced by the applescript) and have different bit rates play fine. my samples play fine in quicktime and preview properly in finder. so why doesn't pd like my files?[read (sample file path) samp1]
[soundfiler]then an array for samp1
then:
[bang]
[tabplay~ samp1]
[dac~]is there something I'm missing? something I should be looking for?
thanks! -
pearlteeth
thanks! it turned out to be a sample rate problem. I was confusing bit rate with sample rate as well.
but I've got it all figured out now. -
pearlteeth
I am losing my mind over this. I have no idea what would be pitching my samples up when every other sound I play is fine.
it even happens when I convert the aiff's to wavs. I just don't know what would make pd read the files differently than every other program.