nmf_to_wav
nmf_to_wav copied to clipboard
Python script to convert nmf to wav
Hi, I'm grateful for this code! The error specifies that unpack needs a buffer of 2 bytes and happens in the get_compression_type function on the second iteration. Kindly assist me...
Hi, I'm using your _great_ script to extract each stream of an `.nmf` file to sum them myself afterward and obtain a mono `.wav` file (and hear it like I...
I am using python 3.x and never find the file. I am sure that my file is in the correct directory. what am I doing wrong?  
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...
when I used it to read the audio with g729a, it raised "struct.error: unpack requires a bytes object of length 1". Does it support the g729A code?
In the file, it reads: data_value = struct.unpack(fmt, data[0:data_size]) if data_value == 0: but, data_value should be a tuple after unpack, it will never equal to 0.