Decipher .ncm file to mp3 || flac
Highly Optimized Corelib.
Keep ID3 tags and cover image.
Windows 11 10.0.22000.0 & .NET 10 Desktop Runtime (Minimum)
Linux with .NET 10 runtime
ncmdump <file_or_directory> [file_or_directory]... [-o <output_dir>] [-d <depth>]Drag .ncm file or directory on exe
Don't ask, Just use.
Task<bool> ConvertAsync(string path, string? outputDir = null, CancellationToken cancellationToken = default)Convert NCM file into MP3/FLAC format asynchronously.
path- File path to a .ncm file.outputDir- Optional output directory. When null, output is placed next to the source file. (since v2.7.0)cancellationToken- Cancellation token.
true if conversion succeeded.
https://github.com/mono/taglib-sharp
https://github.com/lepoco/wpfui
