Files
cuetools.net/CUETools.Codecs.TTA/CUETools.Codecs.TTA.h
chudov f37d698f6a 1) Support for user-defined external commandline codecs, tested on TAK
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
2009-02-19 04:09:59 +00:00

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;