mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-28 01:05:58 -04:00
Add audio playback ability to WAV Viewer app (#1829)
This commit is contained in:
parent
8068517808
commit
125184f300
10 changed files with 211 additions and 35 deletions
|
@ -105,6 +105,7 @@ void MicTXView::configure_baseband() {
|
|||
transmitting ? transmitter_model.channel_bandwidth() : 0,
|
||||
mic_gain_x10 / 10.0,
|
||||
shift_bits(), // to be used in dsp_modulate
|
||||
8, // bits per sample
|
||||
TONES_F2D(tone_key_frequency(tone_key_index), sampling_rate),
|
||||
(mic_mod_index == MIC_MOD_AM),
|
||||
(mic_mod_index == MIC_MOD_DSB),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue