2022-08-03 22:10:19 +00:00
|
|
|
#!/usr/bin/env bash
|
2016-03-23 05:33:14 +00:00
|
|
|
set -e
|
|
|
|
|
|
|
|
# SoX Resampler Library Copyright (c) 2007-15 robs@users.sourceforge.net
|
|
|
|
# Licence for this file: LGPL v2.1 See LICENCE for details.
|
|
|
|
|
|
|
|
../../tests/bandwidth-test
|
|
|
|
../../tests/eg-test
|
2022-08-03 22:10:19 +00:00
|
|
|
../../tests/io-test 3
|
2016-03-23 05:33:14 +00:00
|
|
|
../../tests/large-ratio-test
|
|
|
|
../../tests/phase-test
|
|
|
|
../../tests/q-test
|
2022-08-03 22:10:19 +00:00
|
|
|
../../tests/time-test 1
|
|
|
|
../../tests/time-test 2
|