mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
2) Better support for zip archives, which previously worked only with flac/wav files 3) More reliable tag handling, using taglib-sharp. Pictures are now preserved. 4) ALAC decoder bug fixed
11 lines
262 B
C++
11 lines
262 B
C++
// CUETools.Codecs.TTA.h
|
|
|
|
#pragma once
|
|
|
|
using namespace System;
|
|
using namespace System::Text;
|
|
using namespace System::IO;
|
|
using namespace System::Collections::Generic;
|
|
using namespace System::Runtime::InteropServices;
|
|
using namespace CUETools::Codecs;
|