-
Notifications
You must be signed in to change notification settings - Fork 27
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
Nice audio version 6.7 #3
Comments
It requires to disassemble nice audio player where this file was recorded. |
I have the same problem, has anybody solved it? |
@zhongczlb - do you have this stood up somewhere where I can test out a file? I think I have a solution. |
Hi @RyanStomel, If @zhongczlb had the same problem than I did, you can test with the nice_audio_6.7.zip that I attached on my post. Thank you for your help. |
test out this file and see if it converted for you in your instance |
If you want I can provide you with the player if you need, Drop me an email to [email protected] I changed the email.... should be [email protected] |
Anybody found a solution? |
1 similar comment
Anybody found a solution? |
Hi @RyanStomel sorry for the delay in replying.. I tested your nmf file in test_nice.zip and it didn't convert either. Thanks |
Unfortunately the problem is that the Python script does something it should not do to 4.1 NMF files. Firstly it extracts the audio stream but doesn't compensate for silence. When you have an NMF file which is compressed with g729 codec and it's for example 5h long, when 90% of the file is silence then the outcome file has only the voice packets. and it's only 10% the length of the original NMF. |
The script is ok, but ffmpeg dont realign uncompressed packets, and header was wrote isnt correct. |
Hi, just to be sure I get it, we can update the script to read this attached NMF? If yes, could you please indicate where to ? Thanks :) |
Hi, in this link there is a modification of your code, however i need process NMF files more than 10 minutes, when i process these files i get multiple parts, How can i get only a part and not that the audio will be divided betwen several parts Regards |
Hi,
First let me thank you for this project. It already helped me a lot!
Today I found an audio that couldn't be converted by this great code.
The Nice Player can play it, but the conveter couldn't convert.
The condition if headers["packet_type"] == 4 and headers["packet_subtype"] == 0: is never true.
Instead of the combination of (packet_type == 4 and packet_subtype == 0), the file shows only (packet_type == 4 and packet_subtype == 3).
The audio file is attached.
Can you give a light on this issue?
nice_audio_6.7.zip
Thanks!
The text was updated successfully, but these errors were encountered: