Skip to content

esphome-libs/esp-audio-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp-audio-libs

Audio resampling library for ESP32 devices, with optimized assembly implementations of the underlying dot product on Xtensa cores. Based on the following:

  • ART-resampler for resampling audio, optimized with assembly dot product functions.
    • Author: David Bryant
    • License: BSD-3-Clause
  • esp-dsp assembly functions for the floating point dot product used internally by the resampler.
    • Author: Espressif
    • License: Apache v2.0

Migrating from earlier versions

The FLAC, MP3, and WAV decoders, as well as the public DSP functions, were removed in version 3.0.0. Replacements:

The replacements are not drop-in API-compatible.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors