tuffy

Results 50 comments of tuffy

The standalone C encoders/decoders are never actually called by Python's unit tests; I only use those builds as something I can easily call with valgrind to check for memory leaks,...

I'm not going to attempt to match encoded files to what the reference encoder generates from the same input. If files encoded by audiotools are decoded the same (or very...

I've been delayed by the need for some updates for the Debian maintainer, but I should be able to tackle hooking up the Python encoder over the weekend.

I've wired up the C-based encoder, fixed a few minor things, added some licensing text to files that were missing it, merged the musepack branch and pushed out all the...

At present, all the encoders are implemented by "pulling" data from file-like PCMReaders rather than having data "pushed" into them. So the implementation of a signal processor looks a lot...

I've gone ahead and just imported stdint outright. Other places in audiotools import it directly and I believe most relevant C implementations should have it as part of the standard...

I've updated the ALSA output module to support 32-bit output for 24-bit input files and it appears to be working correctly on my system. Hopefully this will solve your playback...

Looks like your default ALSA device doesn't support mixers. I've updated my ALSA output module to work without them. This should hopefully enable proper playback, though volume control won't be...

I'll try to put flac_crc, and any other routines shared between encoders and decoders, into a proper common/ directory. That would be cleaner than the current symlink hack and should...

Which Python library, specifically? Although the MKV format has a "Colour" tag for video tracks, it does not appear to be in wide use. But if I can see how...