Search found 3 matches

by pad_52
Wed Jan 08, 2020 10:39 am
Forum: ESP-ADF
Topic: Resampling library documentation
Replies: 1
Views: 3881

Resampling library documentation

Hello everybody, Is it possible to have some documentation for the resampling library? I am using the normal esp-idf framework and really do not need all the esp-adf layer - only the resampling library. I successfull linked in in my esp-idf project but I cannot find any documents about the usage. An...
by pad_52
Sat Jun 01, 2019 11:34 am
Forum: ESP-IDF
Topic: Bluetooth Classic Bonding
Replies: 0
Views: 1997

Bluetooth Classic Bonding

Hello everybody, I'm trying to enable a device bonding in an a2dp application, It's usual to see BLE Bonding, but what about the Classic BT? I found in bluedroid/btc/core/ btc_dm.c the storage and loading functions for bonding classic bt devices but nothing more.. :roll: Did anybody had the same pro...
by pad_52
Tue Oct 10, 2017 8:30 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 503030

Re: ESP32 Webradio

Dear Folks, First of all - Thank you for this great code! In Master mode - everything works well as expected but I cannot find the way to use it in I2S Slave Mode with my ADAU1701. Configuration is simple: 44100 Khz, 16bit depth, Standard I2S. I first change this flag to: static void init_i2s(render...