Skip to content

pavestru/libopus_for_esp32

 
 

Repository files navigation

libopus_for_esp32

Experiments to port libopus encode/decoder to esp32

Original sources by the authors of Opus: http://opus-codec.org

Use opus-1.3.1 and libopusenc-0.2.1

=================================================================================

13200580 microseconds To encode Sample16kHz.raw (little-endian) data, 16 bit, stereo 16000 Hz 10 seconds

=================================================================================

TODO:

  • Encode something infinite to check memory leaks
  • Profile to find the heaviest parts
  • Investigate esp32 dsp features: Vectra LX DSP Engine, MAC16
  • Streaming over tcp and http

=================================================================================

About

Experiments to port opus encoder/decoder to esp32 IoT platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 86.8%
  • C++ 6.4%
  • Objective-C 5.2%
  • Assembly 1.3%
  • Other 0.3%