Up to [cvs.NetBSD.org] / src / tests / dev / audio
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: HEAD
Revision 1.5, Thu Jun 20 12:14:46 2019 UTC (20 months, 1 week ago) by isaki
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
HEAD
Changes since 1.4: +0 -0
lines
FILE REMOVED
Rewrite t_pad test. Previous version compared the pad's output binary passed mulaw-slinear conversion and frequency conversion with the prepared "good result". In such case, a test may fail when the implemantation changes. In fact, the frequency conversion algorithm was changed in isaki-audio2, so output waveforms is not completely the same (but that's no problem with the audio waveforms). New version uses slinear_le/2ch/44100Hz input data and compares the output binary with the input data. pad with no conversions should output the same binary. Fix PR kern/54187.