Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audacity time marks processing error #344

Open
mp3splt opened this issue Sep 13, 2020 · 2 comments
Open

Audacity time marks processing error #344

mp3splt opened this issue Sep 13, 2020 · 2 comments

Comments

@mp3splt
Copy link
Owner

mp3splt commented Sep 13, 2020

Imported from SourceForge on 2020-09-13 17:16:24
Created by r0mby on 2017-10-24 10:14:30
Original: https://sourceforge.net/p/mp3splt/bugs/212


Using -A option to split mp3 file with Audacity labels, I got an error

error: the splitpoints are not in order (14m48s97h, 14m48s94h)
The splitpoints in the Audacity labels file is
888.009796 888.941678 Label

Obviously, the bug is mp3splt wrongly thinks that 0.0097 is 0.97 and 0.0097 > 0.94

Windows, Mp3splt 2.6.2

@mp3splt
Copy link
Owner Author

mp3splt commented Sep 13, 2020

Imported from SourceForge on 2020-09-13 17:16:25
Created by *anonymous on 2017-10-24 13:22:24
Original: https://sourceforge.net/p/mp3splt/bugs/212/#fcac


Looks like the bug with splitting seconds by Audacity labels is even bigger!
The program ignores leading decimal zeros at all! It sets splitpoints in 0.09 (0.099, 0.0999, 0.09999...) seconds later!

@mp3splt mp3splt added this to the v1.0_(example) milestone Sep 13, 2020
@mp3splt
Copy link
Owner Author

mp3splt commented Sep 13, 2020

Imported from SourceForge on 2020-09-13 17:16:31
Created by r0mby on 2017-10-24 20:58:01
Original: https://sourceforge.net/p/mp3splt/bugs/212/#b7a7


Audacity mode is absolutely unusable! 0.009th second easely becomes 0.900th second - the splitpoint moves +0.891s - the phrase has lost a word in the speech record!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant