Stefan Westerfeld b67de297e4 Simplify limiter pre-condition "whole frames" check. il y a 4 ans
..
.gitignore 0d93d0b730 teststream il y a 5 ans
Makefile.am b7e7edad2a Move Limiter implementation to separate files. il y a 5 ans
TODO e855bd5474 Implement limiter flush for handling buffered data remaining at eof. il y a 4 ans
audiostream.cc b91c6cbdcb Remove remaining mp3.cc/mp3.hh bits. il y a 5 ans
audiostream.hh e52e763b9b Unify output stream creation. il y a 5 ans
audiowmark.cc 975a67f224 Add developer option --test-no-limiter to disable limiter. il y a 4 ans
ber-double-mp3.sh 21f664226f Add ogg and double-mp3 tests. il y a 6 ans
ber-mp3.sh 769368bade Mp3 bitrate to error rate test. il y a 6 ans
ber-ogg.sh 21f664226f Add ogg and double-mp3 tests. il y a 6 ans
ber-test.sh 565d886e59 Implement new test truncv in ber-test, tests multiple truncated versions. il y a 5 ans
convcode.cc 47436139ba Convolution code test: support printing generators as binary. il y a 5 ans
convcode.hh 47436139ba Convolution code test: support printing generators as binary. il y a 5 ans
delta2wav.sh c5d8b937e2 This script generates wav files with different watermark delta values. il y a 6 ans
fer-test.sh 392a2deb15 Add script to measure file error rate. il y a 6 ans
fft.cc 9c30e3092a Correctly support different fft sizes. il y a 6 ans
fft.hh e21ce9a5e6 Use low level fft api directly to optimize performance. il y a 6 ans
gen-fer-adoc.sh 2c1007bcee Add script to format table with test results. il y a 6 ans
gen-fer-mk.sh e841de3edb Force /bin/bash as shell for some scripts. il y a 6 ans
gen-sync-adoc.sh 6dbbaf16bd Adapt sync test report generation to: ferv/comments; --strength il y a 5 ans
gen-sync-mk.sh 262688e3e4 Update sync test: use --strengh, use verbose file-error-rate. il y a 5 ans
gen-test.sh 7181bb40fe Warn if gen-test.sh would write new files into non-empty dir. il y a 6 ans
gen-trunc-adoc.sh 10f0223065 Added basic trunc test report script. il y a 5 ans
gen-trunc-mk.sh 13d7a93605 Added truncation test makefile generator. il y a 5 ans
limiter.cc b67de297e4 Simplify limiter pre-condition "whole frames" check. il y a 4 ans
limiter.hh 8895f3a17a Remove unused limiter member variable. il y a 4 ans
mp3inputstream.cc b91c6cbdcb Remove remaining mp3.cc/mp3.hh bits. il y a 5 ans
mp3inputstream.hh 53186bd19b Fix signedness mp3 stream compiler warning. il y a 5 ans
peaq.sh 05586958c3 Support passing extra parameters to test scripts. il y a 6 ans
random.cc 3637865855 Avoid fprintf() for error reporting, use error() instead. il y a 5 ans
random.hh 261aedce61 Provide re-seeding operation for random generator. il y a 5 ans
rawconverter.cc 1172bb1941 Support raw stream encoding (signed/unsigned). il y a 5 ans
rawconverter.hh aa7071b868 Implement basic RawOutputStream. il y a 5 ans
rawinputstream.cc 66589eb871 Handle raw input stream fread error. il y a 5 ans
rawinputstream.hh f26a90cf4b Add defaults for raw format channels / bit depth. il y a 5 ans
rawoutputstream.cc 45e6480327 Improved error handling. Handle errors during output stream close. il y a 5 ans
rawoutputstream.hh 45e6480327 Improved error handling. Handle errors during output stream close. il y a 5 ans
seed-test.sh 392a2deb15 Add script to measure file error rate. il y a 6 ans
sfinputstream.cc 70ee91d0b6 Implement input stream for mp3 files. il y a 5 ans
sfinputstream.hh 0a2c60066f Use new style errors for new streams. il y a 5 ans
sfoutputstream.cc 45e6480327 Improved error handling. Handle errors during output stream close. il y a 5 ans
sfoutputstream.hh 45e6480327 Improved error handling. Handle errors during output stream close. il y a 5 ans
snr.sh 399de99d0d Adapt snr related scripts to new command line options (--strength/--snr). il y a 6 ans
stdoutwavoutputstream.cc 45e6480327 Improved error handling. Handle errors during output stream close. il y a 5 ans
stdoutwavoutputstream.hh e342441efa Clean up error blurb code (no longer needed). il y a 5 ans
strength2snr.sh 399de99d0d Adapt snr related scripts to new command line options (--strength/--snr). il y a 6 ans
sync-test.sh 2613e51d40 Add extra script for sync detection test. il y a 6 ans
test_list 0f19cbaf2c Test set: replace short file. il y a 6 ans
testconvcode.cc 47436139ba Convolution code test: support printing generators as binary. il y a 5 ans
testlimiter.cc e855bd5474 Implement limiter flush for handling buffered data remaining at eof. il y a 4 ans
testmp3.cc cb89100568 Merge mp3 detect/init code into mp3inputstream.cc/hh. il y a 5 ans
testrandom.cc 946a4524e1 Optimize performance of Random generator. il y a 6 ans
teststream.cc e342441efa Clean up error blurb code (no longer needed). il y a 5 ans
ttfb-test.py 4206e7ed95 Pass commandline to ttfb-test.py; display average time. il y a 5 ans
utils.cc f9c1111601 Support --quiet argument (suppresses info() messages). il y a 5 ans
utils.hh f139f1695d Unify audio input stream creation. il y a 5 ans
wavdata.cc b91c6cbdcb Remove remaining mp3.cc/mp3.hh bits. il y a 5 ans
wavdata.hh fb50334968 Cleanup old mp3 loader. il y a 5 ans
wmadd.cc 975a67f224 Add developer option --test-no-limiter to disable limiter. il y a 4 ans
wmcommon.cc 975a67f224 Add developer option --test-no-limiter to disable limiter. il y a 4 ans
wmcommon.hh 975a67f224 Add developer option --test-no-limiter to disable limiter. il y a 4 ans
wmget.cc 3637865855 Avoid fprintf() for error reporting, use error() instead. il y a 5 ans