I've got kind of a strange problem, when I open an audio file into readsf~ it always plays a little bit pitched down and slowed down, as if it's playing at the wrong sample rate. I've checked pure datas test tone and it played the correct sine pitch.I've checked the audio file in a number of media players and pure data is the only one that plays out of tune.
I'm running pd 0.43.4-extended on windows 7 using the default MMIO at 44100 with a 64 block size.
my code is simply:
[open SONG1,wav, 2(
|
[readsf~ 2]
|
[output~]
any ideas? :3