AAC SBR (audio/aacp) - Sample rate and 'Using channel_format: I2SChannelSelect::Left for mono' #2241
-
|
It is great that CodecAACHelix can play AAC SBR (audio/aacp) encoded audio (as well as standard AAC). I have come across something a bit strange though. I have two urls of AAC SBR audio. The first gives a warning through the AudioToolsLogger but plays fine in stereo. The second throws two warnings in the logger and plays (as the warning suggests) in mono. VLC Player on my desktop PC says both streams are stereo, and plays them both in stereo. Is there something I can do to get the second stream to play in stereo? The hardware is a LyraT 4.3 in the Arduino IDE. Many thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
If you want to play a mono signal on both channels, you will need to convert it to 2 channels. |
Beta Was this translation helpful? Give feedback.
-
|
I confirm that libhelix consistently reports 1 channel for this stream: I guess this is because it is HE-AACv2! |
Beta Was this translation helpful? Give feedback.
If you want to play a mono signal on both channels, you will need to convert it to 2 channels.
See the chapter Converting the Data Format...