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

Stop using SoX #2

Closed
mtolly opened this issue Feb 2, 2015 · 1 comment
Closed

Stop using SoX #2

mtolly opened this issue Feb 2, 2015 · 1 comment

Comments

@mtolly
Copy link
Owner

mtolly commented Feb 2, 2015

3c31b7a tried to use the WAVE library on Hackage instead of SoX, but it uses a huge amount of memory (I saw 1 GB), even though the library docs say it does lazy IO. I might write a replacement that uses explicit IO instead. For our purposes it does not need to support seeking; just one-way start-to-finish reading and writing. It does need to support asking for a varying number of samples at once because of the sample offset in Take the Time's drums.

While I'm at it I might also port the AIFC reader from C to Haskell (thus removing the recent CPP hackery on Windows). This would allow going straight from multiple input AIFCs to the output backing WAV without the intermediate WAVs.

@mtolly
Copy link
Owner Author

mtolly commented Feb 7, 2015

This is done with v0.4.

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

No branches or pull requests

1 participant