portapack-mayhem/firmware/baseband
Jared Boone ae62405344 Simplify audio muting.
Zero out the audio buffer instead of muting the codec. The HPF (and other downstream signal processing) can continue running, not produce discontinuities from being effectively halted during mute.
2015-07-21 10:33:40 -07:00
..
access_code_correlator.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
access_code_correlator.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
audio_dma.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
audio_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
baseband_dma.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
baseband_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
block_decimator.hpp Partial refactor of channel filter frequency code. 2015-07-18 16:49:40 -07:00
chconf.h Initial firmware commit. 2015-07-08 08:39:24 -07:00
clock_recovery.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
clock_recovery.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
dsp_decimate.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
dsp_decimate.hpp Change reference initializations errors in GCC 4.8 2015-07-17 12:07:38 -07:00
dsp_demodulate.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
dsp_demodulate.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
dsp_fir_taps.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
dsp_fir_taps.hpp Bind pass/stop band info to filter taps. 2015-07-18 16:50:59 -07:00
dsp_iir.hpp Add IIR execute_in_place() 2015-07-20 09:33:56 -07:00
event_m4.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
event_m4.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
fxpt_atan2.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
fxpt_atan2.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
gpdma_lli.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
halconf.h Initial firmware commit. 2015-07-08 08:39:24 -07:00
main.cpp Simplify audio muting. 2015-07-21 10:33:40 -07:00
Makefile Initial firmware commit. 2015-07-08 08:39:24 -07:00
mcuconf.h Initial firmware commit. 2015-07-08 08:39:24 -07:00
packet_builder.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
packet_builder.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
rssi_dma.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
rssi_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
rssi.cpp Unify duplicated code between touch_adc.cpp and rssi.cpp. 2015-07-08 16:00:18 -07:00
rssi.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
touch_dma.cpp Initial firmware commit. 2015-07-08 08:39:24 -07:00
touch_dma.hpp Initial firmware commit. 2015-07-08 08:39:24 -07:00