SndBuf - audio file with samplerate different from 44100
24 Mar
2018
24 Mar
'18
8:48 a.m.
Hi,
It seems like SndBuf deals in a different way with audio files which
have different sample rate.
I tried this simple program where the 2 audio files samples are compared
(perc.wav and perc2.wav which are the same file one 44100 and the other
48000 Hz sample rate), so that I can check if they are different. it
looks like for SndBuf they are different. am I missing something? does
SndBuf convert in some way the audio files?
cheers,
Mario
SndBuf sample => blackhole;
SndBuf sample2 => blackhole;
sample.read("perc.wav");
sample2.read("perc2.wav");
<<< sample.length(), sample2.length() >>>;
0 => int err;
for(0 => int c; c
2427
Age (days ago)
2427
Last active (days ago)
0 comments
1 participants
participants (1)
-
mario buoninfante