Skip to content

Experiments to port opus encoder/decoder to esp32 IoT platform

License

Notifications You must be signed in to change notification settings

commarmi76/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.2.1 and libopusenc-0.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