Format
Formatting tools for your music files
Audio information tools
Getting a duration
// Total samples count
public static int GetDuration(bool scan)
// Time span
public static TimeSpan GetDurationSpan(bool scan)// Format info is not known
public static TimeSpan GetDurationSpanFromSamples(int samples)
// Format info is known
public static TimeSpan GetDurationSpanFromSamples(int samples, (long rate, int channels, int encoding) formatInfo)Frame size and length
Samples per frame
Getting buffer size
ID3v2, ID3v1, and ICY metadata
Frame information
Format tools
Getting format info
Getting list of supported formats
Decode tools
Manually decoding a frame
Get/Set current decoder
Get current decoders
Last updated