trim

log

age author description
22 months ago Andrew John Hughes Read track gain from flac files and use in determining trim level.default tip
22 months ago Andrew John Hughes Turn verbose debug output off by default. Reallocate memory when possible.
22 months ago Andrew John Hughes Implement offset comparison for flacs and avoid using pointers to mark position and length.
23 months ago Andrew John Hughes Implement positioning for FLAC files.
23 months ago Andrew John Hughes Setup file pointers for output files to avoid segfaults. Make sure the last extension is used in file type detection.
23 months ago Andrew John Hughes Add a debugging option so builds with no optimisation can be produced.
23 months ago Andrew John Hughes Allow for file-type specific file repositioning.
23 months ago Andrew John Hughes 2010-06-17 Andrew John Hughes <gnu_andrew@member.fsf.org>
23 months ago Andrew John Hughes Fix bugs in reading FLAC samples, conversion from 16-bit to 32-bit samples and use of c99 types.
23 months ago Andrew John Hughes Implement reading FLAC audio samples and convert to 32-bit samples throughout.
23 months ago Andrew John Hughes Read metadata from FLAC file and file in fmt and data chunks.
23 months ago Andrew John Hughes Include samples in distribution.
23 months ago Andrew John Hughes Detect and link to FLAC and improve test to run via make check.
23 months ago Andrew John Hughes Provide a test for file reading routines in files.c.
23 months ago Andrew John Hughes Support calling a different read_header function, depending on file type.
24 months ago andrew Separate file handling routines into separate files.c.
24 months ago andrew Create a shared libwav library using libtool rather than a static library.
24 months ago andrew Fix warnings caused by format specifiers and use of fread.
2010-01-26 andrew Support user extension of the trim level.
2010-01-25 andrew Make program build again in a modern environment.
2007-06-03 Andrew John Hughes Louder timed crossfading and better wave file chunk handling (including LIST and INFO)
2007-02-13 Andrew John Hughes Send all debug output to stderr
2007-02-13 Andrew John Hughes Add crossfading
2007-02-12 Andrew John Hughes Refactored to use wav file structure.
2007-02-11 Andrew John Hughes Begin re-factoring with wav_file structure
2007-02-11 Andrew John Hughes Initial import