-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
A specific song cannot be converted on windows #40
Comments
2022-06-27T11:30:36.736Z flac:decoder:file Initializing decoder |
Hi again! Sorry for late response, I have been travelling these days, and I was away of the computer. Today I started to look at this :/ It is strange to see that indeed on macOS it does not fail but on Windows it does. This may indicate that there is some kind of bug in libflac (the library I use under-the-hood to encode and decode FLAC files), but not sure. I've tested in several ways to decode the file and all of them I got an error, including using the low level API. Anyway, it seems that, apart from the errors in decoding, it decodes the whole file on Windows (when using the low level API). Not sure if the output is all OK or it has some noise or error (didn't have time to check). From my side, I think the As always, thanks for raising the issue. |
Hi! I've been working for the fix and it looks promising. I'm testing it won't cause any regression on all platforms (nothing bad for now) :) |
I've released version 2.7.2 with the fix I was testing yesterday. Give it a try when possible, I hope now it works!! |
Thank you very much. I have been busy at work recently. I have no time to engage in open source projects. I will test on weekends. If it is feasible, then I will come to close this issue |
Okey, no problem. I'll wait for your answer :) |
All the best! thanks a lot, brother |
Glad to hear it's fixed! Thanks to you for the issues :D |
hello, bro |
Hi again!! I've been looking a bit deeply into that flac. It's true that there's a silence in between (nearly 59s) when using my library, and that seems to come from Just before the silence, there is the part in which Inspecting I need to further investigate this scenario, and see if I can add an option to skip those invented silences. This week I'm a bit busy so I will come back as soon as I'm able to :/ |
It's OK. Just study when you have time. At present, through analysis https://github.com/OxygenCobalt/Auxio The code found that he used the exoplayer development branch, which compiled the latest libflac decoder. It can effectively solve the problem of blank or abnormal frame skipping. Currently, the songs converted on Android play normally. It's really amazing. I don't know what's going on behind the scenes |
Hi, to give an update: I'm debugging I was planning to release version 3.0.0 soon, and |
great, wait for your good news |
Hello, I'm back. I came across a song that couldn't be converted. The log shows that the stream has been suspended
The text was updated successfully, but these errors were encountered: