aacPlus decoding is broken
Trying to listen to the radio with aacPlus results in reporting 22050hz instead of 44100hz, so the audio quality is worse
you can try http://www.calmscape.com/index.php?option=com_wrapper&Itemid=8 with vlc and with mplayer/gxine -- they report the audio is in 44khz and so the quality is good.
there is some info here: http://ubuntuforums.org/showthread.php?p=293982
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Link issues together to show that they're related.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Konstantin Pavlov added Component::Decoders Severity::normal Type::bug + 1 deleted label
added Component::Decoders Severity::normal Type::bug + 1 deleted label
- Konstantin Pavlov changed milestone to %0.9.0-final
changed milestone to %0.9.0-final
- hartman added Status::will not fix label
added Status::will not fix label
- hartman closed
closed
Here you can see the stream is 22khz, but produces 44khz float32 output.
packetizer_mpeg4audio debug: running MPEG4 audio packetizer packetizer_mpeg4audio debug: no decoder specific info, must be an ADTS stream main debug: using packetizer module "packetizer_mpeg4audio" main debug: using demux2 module "m4a" main debug: meta information: main debug: - 'Title' = 'Calmscape, The Chillout Lounge. A gentle breeze of stylish downbeat grooves. No stress guaranteed.' main debug: - 'Genre' = 'Downtempo Ambient Lounge' main debug: - 'Now Playing' = 'Yonderboi - Thousand Bells' main debug: `http://62.75.220.155:9072/' successfully opened packetizer_mpeg4audio: AAC channels: 2 samplerate: 22050 main debug: selecting program id=0 main debug: looking for decoder module: 25 candidates main debug: using decoder module "faad" main debug: thread 36195840 (decoder) created at priority 37 (input/decoder.c:159) faad warning: decoded zero sample main debug: looking for audio output module: 2 candidates main debug: VLC is looking for: 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes auhal debug: system has [1] device(s) auhal debug: DevID: 0x102 DevName: Built-in Audio auhal debug: supported format: [48000][lpcm][30][4][1][4][2][16] auhal debug: supported format: [44100][lpcm][30][4][1][4][2][16] auhal debug: supported format: [32000][lpcm][30][4][1][4][2][16] auhal debug: supported format: [48000][lpcm][22][8][1][8][2][24] auhal debug: supported format: [44100][lpcm][22][8][1][8][2][24] auhal debug: supported format: [32000][lpcm][22][8][1][8][2][24] auhal debug: supported format: [48000][cac3][94][6144][1536][0][2][16] auhal debug: supported format: [44100][cac3][94][6144][1536][0][2][16] auhal debug: supported format: [32000][cac3][94][6144][1536][0][2][16] auhal debug: current format is: [44100][lpcm][43][4][1][4][2][32] auhal debug: layout of AUHAL has 2 channels auhal debug: selected 2 physical channels for device output auhal debug: VLC will output: Stereo auhal debug: we set the AU format: [44100][lpcm][11][8][1][8][2][32] auhal debug: the actual set AU format is [44100][lpcm][11][8][1][8][2][32] main debug: using audio output module "auhal" main debug: output 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes main debug: mixer 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes main debug: no need for any filter main debug: looking for audio mixer module: 3 candidates main debug: using audio mixer module "trivial_mixer" main debug: input 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes main debug: filter(s) 'fl32'->'fl32' 48510 Hz->44100 Hz Stereo->Stereo main debug: looking for audio filter module: 24 candidates main debug: using audio filter module "bandlimited_resampler" main debug: found a filter for the whole conversion main debug: meta information: main debug: - 'Title' = 'Calmscape, The Chillout Lounge. A gentle breeze of stylish downbeat grooves. No stress guaranteed.' main debug: - 'Genre' = 'Downtempo Ambient Lounge' main debug: - 'Now Playing' = 'Yonderboi - Thousand Bells' main debug: audio output is starving (491463), playing silence
- Author Maintainer
how could that be a faad issue if other players utilizing that library work just fine?
Please register or sign in to reply