When I try to play my 5.1 flac files with ffplay, it automatically detects the stream thusly:
Duration: xx:xx:xx.xx, start: 0.000000, bitrate: xxxx kb/s
Stream #0:0: Audio: flac, 48000 Hz, 5.1(side), s32 (24 bit)
As you can see, it detects the files as having the channel layout 5.1(side). This makes the side speakers (which should really be rear speakers) very quiet. If I add gain to those channels, they distort. I just want them to play properly, with the other 5.1 channel layout in the ffplay documentation, described as FL,FR,C,LFE,RL,RR.
Here is an excerpt from the ffplay documentation:
Standard channel layout compositions can be specified by using the following identifiers:
‘5.1’
FL+FR+FC+LFE+BL+BR
‘5.1(side)’
FL+FR+FC+LFE+SL+SR
Both of the above layouts have 6 channels. So how can I specify I want to use '5.1' and not '5.1(side)'?
It’s for this layout the audio was mixed, and it’s this layout that I have set up with speakers.
How can I achieve this?