Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kingsznhone/ncmdump.net

Decipher ncm file to mp3 || flac
https://github.com/kingsznhone/ncmdump.net

converter dotnet encryption music ncm wpf

Last synced: 9 days ago
JSON representation

Decipher ncm file to mp3 || flac

Awesome Lists containing this project

README

        

# NCMDump.NET

Decipher .ncm file to mp3 || flac

## Feature

Highly Optimized Corelib.

Keep ID3 tags and cover image.

### [Change Log](./Changelog.MD)

## System Requirement

```Windows 11 10.0.22000.0``` & ```.NET8 Desktop Runtime``` (Recommended)

```Windows 10 10.0.19041.0``` & ```.NET8 Desktop Runtime``` (Minimum)

## Usage

### CLI

Drag .ncm file or directory on exe

### GUI

Don't ask, Just use.

## API

### public bool Convert(string path)

Convert NCM file into MP3/FLAC format in synchronous.

#### Parameters

```path``` String

File Path to a NCM file.

#### Return

```bool``` True if convert success


### public async Task\ ConvertAsync(string path)

Convert NCM file into MP3/FLAC format in asynchronous.

#### Parameters

```path``` String

File Path to a NCM file.

#### Return

```bool``` True if convert success

## Refrence

## Stargazers over time

[![Stargazers over time](https://starchart.cc/kingsznhone/NCMDump.NET.svg)](https://starchart.cc/kingsznhone/NCMDump.NET)