nmf_to_wav icon indicating copy to clipboard operation
nmf_to_wav copied to clipboard

Python script to convert nmf to wav

Results 6 nmf_to_wav issues
Sort by recently updated
recently updated
newest added

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? ![imagen](https://user-images.githubusercontent.com/1949889/65192671-7d350e00-da3d-11e9-8634-99ab8c204d93.png) ![imagen](https://user-images.githubusercontent.com/1949889/65192636-60003f80-da3d-11e9-88b2-437f57198f02.png)

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.