I am currently writing a demuxer and I am having an issue getting my AAC audio to play at the correct speed. I am using VLC_CODEC_MP4A and setting the rate to 48000.
This doesn't seem to have any effect though. I am seeing debug messages that look like it us detecting 44100.
Code: Select all
main debug: using audio volume module "float_mixer"
main debug: input 'f32l' 44100 Hz Stereo frame=1 samples/8 bytes
main debug: looking for audio filter module matching "scaletempo": 14 candidates
Is there another way I need to set the rate?