Arina Melianova
Arina Melianova
Hi! I've tried to request a Bluetooth outbput feature, but didn't get any response. I clearly understabd that you have lot of work and don't ask you to do it...
Could you please add a2dp output to play music over Bluetoth to remote speaker pls?
Id3 callback is porbably called only once for the track that was opened first. So the second started track is not triggering id3 callback. I've tried re-regisstreing callback. but it...
Can I somehow use bluetooth for communicating with headphones. Has anyone tried it? Thanks in advance
Hello! I've bought this DAC: https://aliexpress.ru/item/32807703240.html?sku_id=64387073698 But I can't get in working My pinout: VIN->3v3 GND->GND LCK->D2 DIN->RX0 (I don't have RX without number, my rx0 is GPIO 3) BCK->...
Hi! I have the code that is pretty wprking on Esp8266. ```#include #include "AudioFileSourceSD.h" #include "AudioOutputSPDIF.h" #include "AudioGeneratorMP3.h" #include "AudioOutputI2SNoDAC.h" #include "AudioOutputI2S.h" #include // For this sketch, you need connected...
How do I play sound using ESP32 internal DAC? How to configure AudioOutput? Which AudioOutputClass to use? Thanks in advance
Hi! I get following warning when trying to sun my code. ``` WARN Possible Unhandled Promise Rejection (id: 0): "Title: pjsua_codec_set_priority(&codec_str, priority) Code: 70006 Description: Not found (PJ_ENOTFOUND) Location: ../src/pjsua2/endpoint.cpp:1962\...