| Crates.io | ncw-convert |
| lib.rs | ncw-convert |
| version | 0.1.2 |
| created_at | 2023-09-13 04:30:20.63994+00 |
| updated_at | 2023-09-24 18:40:52.172796+00 |
| description | Native Instruments NCW audio file to wav convertor |
| homepage | |
| repository | https://github.com/monomadic/ncw |
| max_upload_size | |
| id | 971211 |
| size | 4,900 |
NCW (Native Instruments Compressed Wave) is a lossless compression algorithm developed by Native Instruments which is essentially DPCM and bit truncation.
This is a cli frontend to the ncw crate which decode NCW files into standard WAV files. It serves as part of a wider reverse engineering effort of proprietary audio formats, and this particular library is used in ni-file.
To install the cli utility, you can use cargo:
cargo install ncw-convert
Run the program with the following command-line arguments:
ncw-convert <INPUT> <OUTPUT>
<INPUT>: Path to the input NCW file.<OUTPUT>: Path where the output WAV file will be saved.