Re: soundin and pitch
| Date | 1999-10-25 01:59 |
| From | rasmus ekman |
| Subject | Re: soundin and pitch |
soundin will read samples from the input file at the
performance a-rate (same as sr).
If this is not the same as the original soundfile sample
rate, pitch will change.
diskin to the rescue: try something like
; assuming sr of the original file is 48 kHz
aL, aR diskin "myLittleBleep.aif", 48000 / sr
perhaps.
re
Stan Olejarz wrote:
>
> Why is it that soundin is always much lower than the actual aiff file |