tools: add beginnings of DSD player

This commit is contained in:
Wim Taymans 2021-09-10 18:03:16 +02:00
parent 1b5d02dd31
commit 43b27002eb
4 changed files with 435 additions and 2 deletions

View file

@ -5,6 +5,7 @@ tools_sources = [
[ 'pw-dump', [ 'pw-dump.c' ] ],
[ 'pw-profiler', [ 'pw-profiler.c' ] ],
[ 'pw-mididump', [ 'pw-mididump.c', 'midifile.c' ] ],
[ 'pw-dsdplay', [ 'pw-dsdplay.c' ] ],
[ 'pw-metadata', [ 'pw-metadata.c' ] ],
[ 'pw-loopback', [ 'pw-loopback.c' ] ],
[ 'pw-link', [ 'pw-link.c' ] ],