Error message when importing mp3-file
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Error message when importing mp3-file
Here is one more file:
https://mega.dp.ua/ru/5hc8M2
All the same. Request to fix the bug without delay.
https://mega.dp.ua/ru/5hc8M2
All the same. Request to fix the bug without delay.
Re: Error message when importing mp3-file
Code: Select all
Analyzing file "A tam, vperedi, vsyo doroga1.mp3"...
WARNING: "A tam, vperedi, vsyo doroga1.mp3" (offset 0x479): MPEG stream error
This isn't actually an Audacity bug. The problem is that you are trying to import malformed MP3s. It's your MP3s that are the real problem. There is clearly a bug in the app that is creating those MP3s. You should be asking the makers of that app to fix the bug.
As I wrote previously, one of the Audacity developers is looking to make Audacity more tolerant of malformed MP3s, but doing that is not "fixing a bug in Audacity" but rather "working around bugs in other apps".
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Error message when importing mp3-file
Again this file can be fixed with mp3val:
Code: Select all
mp3val -f *.mp3
Analyzing file "A tam, vperedi, vsyo doroga1.mp3"...
WARNING: "A tam, vperedi, vsyo doroga1.mp3" (offset 0x479): MPEG stream error, resynchronized successfully
INFO: "A tam, vperedi, vsyo doroga1.mp3": 6895 MPEG frames (MPEG 1 Layer III), +ID3v2, CBR
Rebuilding file "A tam, vperedi, vsyo doroga1.mp3"...
FIXED: "A tam, vperedi, vsyo doroga1.mp3": File was rebuilt
Done!
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Error message when importing mp3-file
Can you release a test (alpha) version as soon as possible, where I could in setttings, at my own risk, make the import checking soft, tolerant, formal? I want this checking to let all the files with appropriate extensions, in particular mp3, be imported, as before. Since current version blocks every tenth mp3-file. Thank you!
Re: Error message when importing mp3-file
You need to find a better way to get your MP3s. If they are official downloads then you need to complain to the company that is providing them. If they are "pirate copies" then you're pretty much on your own. We are not able to provide support for any kind of warez as they are illegal in many of the countries in which Audacity operates.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Error message when importing mp3-file
Believe me, this isn't real. I collect the recordings from the 1960s and 1970s, many of them are represented on only one-two sites, I have no choice, where to download files from. In addition, a lot of mp3-files were downloaded long time ago, I don't rememberer, where and when. In all insructions it's written, that the file is faulty if it is not played.
Last edited by юра00 on Mon Apr 19, 2021 2:29 pm, edited 1 time in total.
Re: Error message when importing mp3-file
Are you not able to fix them with mp3val?
That works for me on Linux and when run with this command it fixes all of the MP3s in the current directory:
That works for me on Linux and when run with this command it fixes all of the MP3s in the current directory:
Code: Select all
mp3val -f *.mp39/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Error message when importing mp3-file
Imagine, It doesn’t work with Russian letters, refuses to import files with Russian names!(((
Re: Error message when importing mp3-file
I tried another program, wxmp3val 4.0. It seems to be working. Thank you!