mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-20 14:39:01 +00:00
Soundboard: Arbitrary samplerate support for wave files
Screenshots
This commit is contained in:
@@ -99,8 +99,9 @@ void set_afsk_data(const uint32_t afsk_samples_per_bit, const uint32_t afsk_phas
|
||||
send_message(&message);
|
||||
}
|
||||
|
||||
void set_audiotx_data(const uint32_t bw) {
|
||||
void set_audiotx_data(const uint32_t divider, const uint32_t bw) {
|
||||
const AudioTXConfigMessage message {
|
||||
divider,
|
||||
bw
|
||||
};
|
||||
send_message(&message);
|
||||
|
||||
Reference in New Issue
Block a user