ESPHome 2025.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::audio |
Functions | |
const char * | esphome::audio::audio_file_type_to_string (AudioFileType file_type) |
Helper function to convert file type to a const char string. | |
void | esphome::audio::scale_audio_samples (const int16_t *audio_samples, int16_t *output_buffer, int16_t scale_factor, size_t samples_to_scale) |
Scales Q15 fixed point audio samples. | |