RomanHargrave / cuelib

GIT repo containing the currently (idle?) dead cuelib
GNU Lesser General Public License v2.1
0 stars 0 forks source link

TrackCutter should support external preprocessors. #12

Open RomanHargrave opened 9 years ago

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 11, 2008 10:28:40

TrackCutter does not support some popular file types, such as mp3 and FLAC files. In order to remedy this, we should take advantage of external processors. This issue focuses on lossless formats such as FLAC. Another issue will cover lossy formats.

To handle lossless formats, TrackCutter should call an external preprocessor that can convert the format to a format that TrackCutter supports, such as WAVE. The user must supply TrackCutter with templates for calling the external application, as well as a configuration for matching processors to files (e.g. use flac.exe for FLAC files and unzip for wav.zip), and per template the output type of the preprocessor (WAV, AIFF, etc.)

Original issue: http://code.google.com/p/cuelib/issues/detail?id=12

RomanHargrave commented 9 years ago

From monsterm...@gmail.com on May 11, 2008 08:31:52

Labels: Milestone-Release1.3.0