We are exporting MP3 and AAC files from Logic Pro / Itunes with a constant bit rate - however when we look at these in the terminal they are showing as having a 0 value for the bytes/packet - therefore the SDK is seeing them as VBR files... Here's an example in the terminal:
File: introduction.mp3
File type ID: MPG3
Data format: 2 ch, 44100 Hz, '.mp3' (0x00000000) 0 bits/channel, 0 bytes/packet, 1152 frames/packet, 0 bytes/frame
no channel layout.
estimated duration: 246.000 sec
audio bytes: 4938188
audio packets: 9452
bit rate: 160 bits per second
packet size upper bound: 1052
maximum packet size: 523
audio data file offset: 4096
optimized
Tried exporting them as AAC and MP3 using both Logic Pro and iTunes but all output files are showing a bytes/packet value.
Does anyone know how we can ensure that the CBR files have non 0 values for both bytes/packet and frames/packet?
File: introduction.mp3
File type ID: MPG3
Data format: 2 ch, 44100 Hz, '.mp3' (0x00000000) 0 bits/channel, 0 bytes/packet, 1152 frames/packet, 0 bytes/frame
no channel layout.
estimated duration: 246.000 sec
audio bytes: 4938188
audio packets: 9452
bit rate: 160 bits per second
packet size upper bound: 1052
maximum packet size: 523
audio data file offset: 4096
optimized
Tried exporting them as AAC and MP3 using both Logic Pro and iTunes but all output files are showing a bytes/packet value.
Does anyone know how we can ensure that the CBR files have non 0 values for both bytes/packet and frames/packet?