implement wfm demodulator chain

This commit is contained in:
Jakob Ketterl
2020-08-08 21:29:25 +02:00
parent da3f59fb9b
commit 448e266097
6 changed files with 67 additions and 5 deletions

View File

@ -829,6 +829,10 @@ function on_ws_recv(evt) {
secondary_demod_waterfall_add(waterfall_f32);
}
break;
case 4:
// hd audio data
audioEngine.pushHdAudio(data);
break;
default:
console.warn('unknown type of binary message: ' + type)
}