Acoustica 7 creates mp3 files which fail to play in car radio
-
- KVRer
- Topic Starter
- 1 posts since 27 Aug, 2018
I've been putting my songs in mp3 form onto a USB stick to plug into the radio fitted to my 2015 Honda Jazz. A quick internet search reveals that car radios are very finicky about file formats - particularly Hondas.
MP3s created by Acoustica just lock the radio!
Using the program MP3 Diags the files show the error:
" ID3V2tag contains no frames, which is invalid."
Fixing this using MP3 Diags corrected the problem, and the files now play.
Details: I started with wav files 24 bit 44.100 kHz, created by Cubase 12. Opened in Acoustica and saved as 320 kbps or 256 kbps, variable or fixed.
Jeremy
MP3s created by Acoustica just lock the radio!
Using the program MP3 Diags the files show the error:
" ID3V2tag contains no frames, which is invalid."
Fixing this using MP3 Diags corrected the problem, and the files now play.
Details: I started with wav files 24 bit 44.100 kHz, created by Cubase 12. Opened in Acoustica and saved as 320 kbps or 256 kbps, variable or fixed.
Jeremy
- KVRAF
- 8911 posts since 6 Jan, 2017 from Outer Space
A friend of mine had a similar problem, that they didn't play on the phone. Maybe add more options for CBR, as 320 is overkill... (I suspect some players might not deal well with VBR...)
- Beware the Quoth
- 33942 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
You'll need a new car.
my other modular synth is a bugbrand
-
- KVRist
- 33 posts since 19 Oct, 2020
Yes, I think it's something weird with mp3 files from Acoustica. I use (as a developer) some library to read mp3 tags, and I cannot read tags from Acoustica's mp3 (it's something about structures length I suppose). Maybe this is the same reason in the car's player?
However, foobar2000 reads these tags correctly...
However, foobar2000 reads these tags correctly...
- KVRian
- 1466 posts since 1 Jan, 2005 from Norway
Thanks for reporting this! I checked the code, and Acoustica writes the ID3V2 tag even if there's no meta data, and apparently, the standard doesn't allow that. Sounds very picky to me, but we'll add a check if there are actually meta data frames that needs to be written before writing the ID3V2 tag header.JeremyPLS wrote: ↑Mon Dec 05, 2022 3:59 pm I've been putting my songs in mp3 form onto a USB stick to plug into the radio fitted to my 2015 Honda Jazz. A quick internet search reveals that car radios are very finicky about file formats - particularly Hondas.
MP3s created by Acoustica just lock the radio!
Using the program MP3 Diags the files show the error:
" ID3V2tag contains no frames, which is invalid."
Fixing this using MP3 Diags corrected the problem, and the files now play.
Details: I started with wav files 24 bit 44.100 kHz, created by Cubase 12. Opened in Acoustica and saved as 320 kbps or 256 kbps, variable or fixed.
Jeremy