Part Number: AM62P
Hi
I've ran this command :
"arecord -v -D hw:0,3 -f S16_LE -r 44100 /storage/test.wav"
when i played the audio from the test.wav file it was reproduced perfectly.
But when i ran:
arecord -v -D hw:0,3 -f S16_LE -c 2 -r 44100 /storage/test_plug.wav
when i played the audio from the test.wav file, it's speed was 2x faster than expected.
what's the relation with channels definition (-c 2) and the audio speed?