Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TrackCutter should support external preprocessors. #12

Open
GoogleCodeExporter opened this issue Sep 24, 2015 · 2 comments
Open

TrackCutter should support external preprocessors. #12

GoogleCodeExporter opened this issue Sep 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: Milestone-Release1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant