Broadcast FM de-emphasis using 75us time constant.

This commit is contained in:
Jared Boone
2016-01-01 20:56:30 -08:00
parent 2e90edbf39
commit 0e04939439
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -68,5 +68,7 @@ void WidebandFMAudio::execute(const buffer_c8_t& buffer) {
/* -> 48kHz int16_t[32] */
audio_hpf.execute_in_place(audio);
audio_deemph.execute_in_place(audio);
fill_audio_buffer(audio);
}