Stefan Westerfeld
|
657c071364
Add missing include for std::array.
|
7 months ago |
Stefan Westerfeld
|
f5ae3b14f0
Merge branch 'format-tests'
|
7 months ago |
Stefan Westerfeld
|
113815ae8c
TESTS: add a few more checks to existing tests
|
7 months ago |
Stefan Westerfeld
|
2f5f67d483
TESTS: run testrawconverter in make check
|
7 months ago |
Stefan Westerfeld
|
868e6cd081
Add test for RawConverter.
|
7 months ago |
Stefan Westerfeld
|
7853176795
TESTS: avoid snr output in quiet mode
|
7 months ago |
Stefan Westerfeld
|
0bf3f82db2
TESTS: check snr in wav pipe test to catch conversion errors
|
7 months ago |
Stefan Westerfeld
|
1b69d744b2
TESTS: add test for wav-pipe format
|
7 months ago |
Stefan Westerfeld
|
a7fac00b76
Add helpers to audiowmark for better tests.
|
7 months ago |
Stefan Westerfeld
|
a971ce4bc8
GITHUB: bump CI macOS version to macos-latest
|
7 months ago |
Stefan Westerfeld
|
418cfa81d4
Add missing include for std::array.
|
7 months ago |
Stefan Westerfeld
|
cf9169d006
Merge branch 'wav-pipe'
|
7 months ago |
Stefan Westerfeld
|
269d26c10e
README.adoc: fix typo
|
7 months ago |
Stefan Westerfeld
|
cbc75085ef
README.adoc: update raw streams description (wav-pipe format related)
|
7 months ago |
Stefan Westerfeld
|
fe2b96dcd4
README.adoc: basic documentation for wav-pipe format
|
7 months ago |
Stefan Westerfeld
|
b0e2f81a32
Bump copyright date in wav-pipe format.
|
7 months ago |
Stefan Westerfeld
|
f7beac78b7
Check wav input format type from header.
|
7 months ago |
Stefan Westerfeld
|
1dc5f35359
Use more efficient float->int conversion in SFOutputStream.
|
8 months ago |
Stefan Westerfeld
|
4c331b4c36
Bump samples per read/write buffer size for wav pipe I/O.
|
8 months ago |
Stefan Westerfeld
|
67442609d1
Improve wav-pipe format input error handling.
|
8 months ago |
Stefan Westerfeld
|
23774f55d9
Use similar API for from/to raw conversion in RawConverter.
|
8 months ago |
Stefan Westerfeld
|
721bd17793
WavPipeInputStream: avoid filling sample array with zeros before read.
|
8 months ago |
Stefan Westerfeld
|
4cea106163
Selectively enable -O3 for gcc for some functions (use auto vectorization).
|
8 months ago |
Stefan Westerfeld
|
3285734a9e
Optimize wav-pipe format a bit more.
|
8 months ago |
Stefan Westerfeld
|
71ac8994d0
Optimize native endian case for RawConverter float->int 16/32 bit.
|
8 months ago |
Stefan Westerfeld
|
880e31b501
Support 32-bit output pipe wav.
|
8 months ago |
Stefan Westerfeld
|
da945f7702
Optimize RawConverter native endian raw->float conversion.
|
8 months ago |
Stefan Westerfeld
|
cce68ad3df
BUILD: add endianness test
|
8 months ago |
Stefan Westerfeld
|
fff6bf480a
Support new format (--format wav-pipe) for wav pipes without size limit.
|
8 months ago |
Stefan Westerfeld
|
0dd38668d1
Support 32 bit conversions in RawConverter.
|
8 months ago |