.. |
.gitignore
|
a2f8431bef
update gitignore
|
4 years ago |
Makefile.am
|
9b1fd2a44e
Move resample function to its own cc/hh file.
|
4 years ago |
TODO
|
b04fa01da7
Rename option used for tests: --detect-speed-hint => --test-speed
|
4 years ago |
audiobuffer.hh
|
88c5fbbaf4
Move shared class AudioBuffer to its own header.
|
4 years ago |
audiostream.cc
|
3d5b1d71d5
Remove unused n_frames argument from SFOutputStream::open().
|
4 years ago |
audiostream.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
audiowmark.cc
|
b04fa01da7
Rename option used for tests: --detect-speed-hint => --test-speed
|
4 years ago |
ber-double-mp3.sh
|
21f664226f
Add ogg and double-mp3 tests.
|
6 years ago |
ber-mp3.sh
|
769368bade
Mp3 bitrate to error rate test.
|
6 years ago |
ber-ogg.sh
|
21f664226f
Add ogg and double-mp3 tests.
|
6 years ago |
ber-test.sh
|
b04fa01da7
Rename option used for tests: --detect-speed-hint => --test-speed
|
4 years ago |
convcode.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
convcode.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
delta2wav.sh
|
c5d8b937e2
This script generates wav files with different watermark delta values.
|
6 years ago |
fer-test.sh
|
392a2deb15
Add script to measure file error rate.
|
6 years ago |
fft.cc
|
dfb14ab190
Avoid creating a plan for the same size more than once in FFTProcessor.
|
4 years ago |
fft.hh
|
71b25268c1
Manage SIMD allocated fft memory buffers in FFTProcessor.
|
4 years ago |
gen-fer-adoc.sh
|
2c1007bcee
Add script to format table with test results.
|
6 years ago |
gen-fer-mk.sh
|
e841de3edb
Force /bin/bash as shell for some scripts.
|
6 years ago |
gen-short-clip-adoc.sh
|
90372b5fb9
Updates for short clip test.
|
4 years ago |
gen-short-clip-mk.sh
|
3efcd0f153
Prepare for short-clip test run on large set.
|
4 years ago |
gen-short-payload-adoc.sh
|
06989a0ede
Add test scripts for short payload test.
|
4 years ago |
gen-short-payload-mk.sh
|
06989a0ede
Add test scripts for short payload test.
|
4 years ago |
gen-speed-adoc.sh
|
71922537b2
Add adoc generator for speed test.
|
4 years ago |
gen-speed-mk.sh
|
be92d8e796
Improved speed test Makefile generation.
|
4 years ago |
gen-sync-adoc.sh
|
6dbbaf16bd
Adapt sync test report generation to: ferv/comments; --strength
|
5 years ago |
gen-sync-mk.sh
|
262688e3e4
Update sync test: use --strengh, use verbose file-error-rate.
|
5 years ago |
gen-test.sh
|
7181bb40fe
Warn if gen-test.sh would write new files into non-empty dir.
|
6 years ago |
gen-trunc-adoc.sh
|
10f0223065
Added basic trunc test report script.
|
5 years ago |
gen-trunc-mk.sh
|
13d7a93605
Added truncation test makefile generator.
|
5 years ago |
hls.cc
|
c228bc6118
HLS: next_size variable stored in .ts is not really necessary
|
4 years ago |
hls.hh
|
55bab8bbb6
Add hls-prepare command to audiowmark main binary.
|
4 years ago |
hlsoutputstream.cc
|
0e84761157
HLS: support non-stereo channel layout
|
4 years ago |
hlsoutputstream.hh
|
0e84761157
HLS: support non-stereo channel layout
|
4 years ago |
limiter.cc
|
5479dc5608
Use size_t to support long seeks.
|
4 years ago |
limiter.hh
|
31ed83f5a9
Implement skip() function for Limiter.
|
4 years ago |
mp3inputstream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
mp3inputstream.hh
|
c191daf029
Move mpegts code to its own source/header.
|
4 years ago |
mpegts.cc
|
e2dd519aaa
HLS: more checks for write errors in TSWriter
|
4 years ago |
mpegts.hh
|
febc8a0797
Integrate "hls-add" command into audiowmark binary.
|
4 years ago |
peaq.sh
|
05586958c3
Support passing extra parameters to test scripts.
|
6 years ago |
random.cc
|
9e3838ff54
Randomize clip location for speed scan.
|
4 years ago |
random.hh
|
585d1eb7c6
Support double random number generation in range [0,1).
|
4 years ago |
rawconverter.cc
|
a75503173f
Make RawConverter destructor virtual (fix clang++ warning).
|
4 years ago |
rawconverter.hh
|
a75503173f
Make RawConverter destructor virtual (fix clang++ warning).
|
4 years ago |
rawinputstream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
rawinputstream.hh
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
rawoutputstream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
rawoutputstream.hh
|
14f1be3512
Add a few override declarations to avoid clang++ warnings.
|
4 years ago |
resample.cc
|
a8382b02f2
Move speed detection ratio resample function to resample.cc/hh.
|
4 years ago |
resample.hh
|
a8382b02f2
Move speed detection ratio resample function to resample.cc/hh.
|
4 years ago |
seed-test.sh
|
392a2deb15
Add script to measure file error rate.
|
6 years ago |
sfinputstream.cc
|
14c6f9f0e7
Support writing output to memory with SFOutputStream.
|
4 years ago |
sfinputstream.hh
|
14c6f9f0e7
Support writing output to memory with SFOutputStream.
|
4 years ago |
sfoutputstream.cc
|
7152f3fe16
Create HLS full.flac in memory (no temp file).
|
4 years ago |
sfoutputstream.hh
|
7152f3fe16
Create HLS full.flac in memory (no temp file).
|
4 years ago |
short.mk
|
b9f7063275
Add test Makefile for short clips.
|
4 years ago |
shortcode.cc
|
75f86beeee
Make number of short payload bits a command line parameter.
|
4 years ago |
shortcode.hh
|
75f86beeee
Make number of short payload bits a command line parameter.
|
4 years ago |
snr.sh
|
ee97550522
Fix snr script (audiowmark with streaming uses stderr for messages).
|
4 years ago |
stdoutwavoutputstream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
stdoutwavoutputstream.hh
|
14f1be3512
Add a few override declarations to avoid clang++ warnings.
|
4 years ago |
strength2snr.sh
|
399de99d0d
Adapt snr related scripts to new command line options (--strength/--snr).
|
6 years ago |
sync-test.sh
|
2613e51d40
Add extra script for sync detection test.
|
6 years ago |
syncfinder.cc
|
dd5749ea99
Fix SyncFinder debug function.
|
4 years ago |
syncfinder.hh
|
5e01cc9ca0
Move SyncFinder class to its own cc/hh file.
|
4 years ago |
test_list
|
0f19cbaf2c
Test set: replace short file.
|
6 years ago |
testconvcode.cc
|
030d9acd5b
Move performance test helper get_time() to utils.
|
4 years ago |
testhls.cc
|
50f5b3d9eb
HLS: add override declarations to fix clang++ warnings
|
4 years ago |
testlimiter.cc
|
3d5b1d71d5
Remove unused n_frames argument from SFOutputStream::open().
|
4 years ago |
testmp3.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
testmpegts.cc
|
a520fdbcd7
testmpegts: add test which decodes the "vars" from prepared .ts
|
4 years ago |
testrandom.cc
|
585d1eb7c6
Support double random number generation in range [0,1).
|
4 years ago |
testshortcode.cc
|
75f86beeee
Make number of short payload bits a command line parameter.
|
4 years ago |
teststream.cc
|
836955961b
Add GPLv3+ license information to each source file.
|
4 years ago |
testthreadpool.cc
|
b916dbffc4
Remove redundant includes in thread pool test.
|
4 years ago |
threadpool.cc
|
01b5aa80f2
Fix minor ThreadPool bug.
|
4 years ago |
threadpool.hh
|
326df6a02c
Use multiple threads when using --detect-speed.
|
4 years ago |
ttfb-test.py
|
4206e7ed95
Pass commandline to ttfb-test.py; display average time.
|
5 years ago |
utils.cc
|
030d9acd5b
Move performance test helper get_time() to utils.
|
4 years ago |
utils.hh
|
030d9acd5b
Move performance test helper get_time() to utils.
|
4 years ago |
videowmark
|
ab2cc101c7
videowmark: print correct input/output filename instead of /dev/fd/*
|
4 years ago |
wavdata.cc
|
1a49f92fa5
WavData should overwrite old contents on load().
|
4 years ago |
wavdata.hh
|
3b0ef2d807
testhls: reduce prev/next context to 3 seconds
|
4 years ago |
wmadd.cc
|
55788b0355
Make fft usage thread safe (required for speed detection).
|
4 years ago |
wmcommon.cc
|
b04fa01da7
Rename option used for tests: --detect-speed-hint => --test-speed
|
4 years ago |
wmcommon.hh
|
b04fa01da7
Rename option used for tests: --detect-speed-hint => --test-speed
|
4 years ago |
wmget.cc
|
69e8d82dcf
Print detected speed during audiowmark get.
|
4 years ago |
wmspeed.cc
|
66699cd994
Bump first speed scan clip length to 25 seconds.
|
4 years ago |
wmspeed.hh
|
7a246a76f9
Cleanup debugging output for speed detection, only print info in "cmp".
|
4 years ago |