tnozaki / cuelib

Automatically exported from code.google.com/p/cuelib
1 stars 2 forks source link

TrackCutter should support external preprocessors. #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by monsterm...@gmail.com on 11 May 2008 at 3:28

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by monsterm...@gmail.com on 11 May 2008 at 3:31