Something for the tech guys:
Coming from http://forum.cockos.com/showthread.php?t=52593
My question was
Also why can't REAPER show "Encoding: CBR" for 8 kbps up to 56 kbps files? Foobar2000 can.
I'm talking about importing a file into REAPER (3.32pre4) and view the Item Source Properties in REAPER. It currently says "Encoding: unknown" for 8 - 56 kbps CBR files.
Reply from the developer:
I think that below about 64kbps CBR, the mp3 frame size is too small for the mp3 header to fit in, so LAME doesn't write the header. Maybe foobar does some lower level analysis to see what the encoding is, who knows.
Now my idea and reply was this:
Can't we just imply "Encoding: CBR" in this case?
If "Encoding: ABR" = false and "Encoding: VBR" = false then "Encoding" = CBR?
MediaInfo also can do it:
Format : MPEG Audio
File size : 960 Bytes
Duration : 960ms
Overall bit rate : 8 000 bps
Audio
Format : MPEG Audio
Format version : Version 2
Format profile : Layer 3
Format_Settings_Mode : Joint stereo
Format_Settings_ModeExtension : MS Stereo
Duration : 960ms
Bit rate mode : Constant
Bit rate : 8 000 bps
Channel(s) : 2 channels
Sampling rate : 24.0 KHz
Stream size : 960 Bytes (100%)
Any hints?