Difference between revisions of "CUETools"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
Line 12: Line 12:
 
}}
 
}}
  
CUETools is a swiss army knife for [[lossless]] audio conversion.  
+
CUETools is a tool for [[lossless|lossless audio]]/[[Cue sheet|CUE sheet]] conversion.  
  
 
==Supported formats==
 
==Supported formats==
 
Supports [[WAV]], [[FLAC]], [[APE]] and [[WavPack]] audio input/output.
 
Supports [[WAV]], [[FLAC]], [[APE]] and [[WavPack]] audio input/output.
 
Audio must be 16-bit, 44.1kHz samples stereo (i.e. [[Wikipedia:Red Book (audio CD standard)|CD]] PCM).
 
Audio must be 16-bit, 44.1kHz samples stereo (i.e. [[Wikipedia:Red Book (audio CD standard)|CD]] PCM).
Supports every imaginable [[CUE sheet]] style (embedded, single file, gaps appended/prepended/left out).
+
Supports every imaginable [[Cue sheet|CUE sheet]] style (embedded, single file, gaps appended/prepended/left out).
 +
 
 +
==AccurateRip support==
 +
Since version 1.9.2, CUETools can verify album images using [[AccurateRip]] database. ARCue and TripleFLAC were an inspiration. The unique feature of CUETools AccurateRip verification is offset detection. Rip that was made without offset correction can still be verified against the database, offset can be found and corrected.
 +
 
 +
==Supported platforms==
 +
CUETools is a .NET application, written in C#. Binaries are available for 32 bit (x86) and 64 bit (x64) Windows versions. .NET Framework 2.0 and Visual C++ 2005 SP1 runtime are required.
 +
Users report they have been able to use it under Ubuntu linux, using Mono.
  
 
==External links==
 
==External links==
Line 23: Line 30:
 
*[http://www.hydrogenaudio.org/forums/index.php?showtopic=50113 Original thread] - Original discussion;
 
*[http://www.hydrogenaudio.org/forums/index.php?showtopic=50113 Original thread] - Original discussion;
 
*[http://www.hydrogenaudio.org/forums/index.php?showtopic=66233 1.9.2 Development Thread] - Latest development version;
 
*[http://www.hydrogenaudio.org/forums/index.php?showtopic=66233 1.9.2 Development Thread] - Latest development version;
 +
*[http://cuetoolsnet.svn.sourceforge.net/viewvc/cuetoolsnet/ SVN repository]
 +
*[http://sourceforge.net/projects/cuetoolsnet Sourceforge project page]
 +
*[http://www.microsoft.com/downloads/details.aspx?familyid=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en .NET Framework 2.0 (x86) download]
 +
*[http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en Visual C++ 2005 SP1 runtime (x86) download]
  
 
[[Category:Software]]
 
[[Category:Software]]
 
[[Category:Encoder/Decoder]]
 
[[Category:Encoder/Decoder]]

Revision as of 15:22, 17 November 2008

CUETools
{{{logo}}}

Developer(s) Moitah,Greg Chudov
Release information
Initial release {{{released}}}
Stable release 1.9.1
Preview release 1.9.2 update 8
Compatibility
Operating system Windows
Additional information
Use Encoder/Decoder
License GNU GPL
Website Hydrogenaudio

CUETools is a tool for lossless audio/CUE sheet conversion.

Supported formats

Supports WAV, FLAC, APE and WavPack audio input/output. Audio must be 16-bit, 44.1kHz samples stereo (i.e. CD PCM). Supports every imaginable CUE sheet style (embedded, single file, gaps appended/prepended/left out).

AccurateRip support

Since version 1.9.2, CUETools can verify album images using AccurateRip database. ARCue and TripleFLAC were an inspiration. The unique feature of CUETools AccurateRip verification is offset detection. Rip that was made without offset correction can still be verified against the database, offset can be found and corrected.

Supported platforms

CUETools is a .NET application, written in C#. Binaries are available for 32 bit (x86) and 64 bit (x64) Windows versions. .NET Framework 2.0 and Visual C++ 2005 SP1 runtime are required. Users report they have been able to use it under Ubuntu linux, using Mono.

External links