Player is Sansa Clip+ with Rockbox 3.13 firmwareI regularly convert mp4 files from Youtube to m4a using MP4Box command line utility e.g.
$ mp4box -add audiofile.mp4#audio audiofile.m4a
Occasionally I find that the pitch of the audio is too low when played back on the Sansa Clip. If I adjust the pitch to 200% the audio sounds normal.
An example file that exhibits this problem is as follows:
$ mp4box -info audiofile.m4a
* Movie Info *
Timescale 600 - Duration 01:52:44.808
Fragmented File no - 1 track(s)
File suitable for progressive download (moov before mdat)
File Brand M4A - version 1
Created: GMT Thu Oct 24 13:15:06 2013
File has root IOD (9 bytes)
Scene PL 0xff - Graphics PL 0xff - OD PL 0xff
Visual PL: No visual capability required (0xff)
Audio PL: High Efficiency AAC Profile @ Level 2 (0x2c)
No streams included in root OD
iTunes Info:
Name: Audiofile
Track # 1 Info - TrackID 1 - TimeScale 44100 - Duration 01:52:44.808
Media Info: Language "Undetermined" - Type "soun:mp4a" - 145668 samples
MPEG-4 Config: Audio Stream - ObjectTypeIndication 0x40
MPEG-4 Audio MPEG-4 Audio SBR - 2 Channel(s) - SampleRate 22050 - SBR SampleRate 44100
Self-synchronized
My guess is that the Sansa is playing 22khz auido at 44khz sample rate (does that make any sense?)
Does anyone know a) why this is happening b) what can be done to fix the issue (without modifying pitch on the player)?