mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-08-25 11:33:17 +02:00
Radio subida
This commit is contained in:
parent
5f81e54793
commit
f0db3a8aeb
147 changed files with 11343 additions and 0 deletions
14
Radio/Radio_piloto/audio.hpp
Normal file
14
Radio/Radio_piloto/audio.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
bool audio_init();
|
||||
void audio_process();
|
||||
|
||||
void audio_set_microphone_enabled(bool enabled);
|
||||
bool audio_capture_frame(const int8_t **out_audio, uint16_t *out_len);
|
||||
|
||||
void audio_play_frame_s8(const int8_t *audio, uint16_t len);
|
||||
void audio_request_playback_stop();
|
||||
void audio_resume_playback();
|
||||
void audio_cut_playback();
|
||||
Loading…
Add table
Add a link
Reference in a new issue