mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-16 08:30:01 +00:00
Soundboard: Arbitrary samplerate support for wave files
Screenshots
This commit is contained in:
@@ -53,7 +53,7 @@ struct WFMConfig {
|
||||
};
|
||||
|
||||
void set_ccir_data( const uint32_t samples_per_tone, const uint16_t tone_count);
|
||||
void set_audiotx_data(const uint32_t bw);
|
||||
void set_audiotx_data(const uint32_t divider, const uint32_t bw);
|
||||
void set_fifo_data(const int8_t * data);
|
||||
void set_pwmrssi(int32_t avg, bool enabled);
|
||||
void set_afsk_data(const uint32_t afsk_samples_per_bit, const uint32_t afsk_phase_inc_mark, const uint32_t afsk_phase_inc_space,
|
||||
|
Reference in New Issue
Block a user