diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-10-13 17:30:32 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-10-13 17:32:20 +0200 |
commit | f54ffe555c7be3cc674833953fd5d8aba1a88e17 (patch) | |
tree | 71c9900ec737dc1dc2baf047ef8436a16078ac0f /configure.ac | |
parent | 7fb4935edde881272fabdeda83f554bcf150689f (diff) | |
download | libsigrokdecode-f54ffe555c7be3cc674833953fd5d8aba1a88e17.tar.gz libsigrokdecode-f54ffe555c7be3cc674833953fd5d8aba1a88e17.zip |
Add new i2s_dump protocol decoder.
This stacks of top of the 'i2s' decoder and outputs the audio data to
file (or stdout) in various formats. Currently only WAV is supported.
This is work in progress, it has various hard-coded assumptions.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ca85648..f0dae21 100644 --- a/configure.ac +++ b/configure.ac @@ -161,6 +161,7 @@ AC_CONFIG_FILES([Makefile decoders/i2cdemux/Makefile decoders/i2cfilter/Makefile decoders/i2s/Makefile + decoders/i2s_dump/Makefile decoders/jtag/Makefile decoders/jtag_stm32/Makefile decoders/lm75/Makefile |