Search found 3 matches

by 1228panda
Tue Jun 19, 2018 10:27 pm
Forum: General Discussion
Topic: Porting Opus Audio Codec v1.2.1 to ESP32
Replies: 4
Views: 10662

Re: Porting Opus Audio Codec v1.2.1 to ESP32

Update: So I successfully compiled OPUS onto my ESP32, and now I'm testing how well the libraries work on the board. Using the i2s_adc_dac example, I simply added an encoding + decoding step that reads from flash the recorded audio, encodes+decodes that, and puts the data back into the flash. When t...
by 1228panda
Mon Jun 11, 2018 5:03 pm
Forum: General Discussion
Topic: Porting Opus Audio Codec v1.2.1 to ESP32
Replies: 4
Views: 10662

Re: Porting Opus Audio Codec v1.2.1 to ESP32

I tried doing the same as for the esp8266, except I get this error when I run the command: ./configure --host=xtensa-esp32-elf --target=xtensa-esp32-elf checking whether make supports nested variables... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environm...
by 1228panda
Thu Jun 07, 2018 10:14 pm
Forum: General Discussion
Topic: Porting Opus Audio Codec v1.2.1 to ESP32
Replies: 4
Views: 10662

Porting Opus Audio Codec v1.2.1 to ESP32

Hello, currently I'm trying to port the Opus audio codec to the ESP32 as the main goal for my project, however I just recently started playing with my ESP-WROVER-KIT v3. I've gotten some examples to work, and hooked up a microphone+speaker which I have tested with the I2S-ADC-DAC example given in th...