Search found 2 matches

by goliveira
Tue Mar 07, 2023 4:29 pm
Forum: ESP-ADF
Topic: Using Opus codec in VoIP example
Replies: 0
Views: 2051

Using Opus codec in VoIP example

Hello, I am trying to use the opus codec in the VoIP example for the ESP32-LyraT V4.3, but I am having same issues. I changed the audio stream configuration av_stream_config_t av_stream_config = { .algo_mask = ALGORITHM_STREAM_DEFAULT_MASK, .acodec_samplerate = AUDIO_CODEC_SAMPLE_RATE, .acodec_type ...
by goliveira
Tue Feb 21, 2023 4:26 pm
Forum: ESP-ADF
Topic: VoIP using ESP32-D0WD-V3 and custom hardware feasibility
Replies: 1
Views: 3829

VoIP using ESP32-D0WD-V3 and custom hardware feasibility

Hello, I am searching for a VoIP solution and found that the Espressif SDK has some examples regarding this subject. From what I understood, the example only exists for the full board (either ESP32-LyraT-Mini or ESP32-S3-Korvo-2) I would like to know the feasibility of VoIP using a ESP32-D0WD-V3 chi...