Commit Graph

2228 Commits

Author SHA1 Message Date
pschatzmann
00e29ca2fa RP2040 mbed compile errors 2024-09-18 09:10:54 +02:00
pschatzmann
f2c4d26497 ConverterSwitchLeftAndRight add missing ; 2024-09-16 09:18:56 +02:00
pschatzmann
5b4c356a9f ConverterScaler setFactor as float 2024-09-15 09:09:50 +02:00
pschatzmann
9a28d0d081 STM32 i2s correction 2024-09-12 15:48:36 +02:00
pschatzmann
c7b62dcf98 Merge branch 'main' of https://github.com/pschatzmann/arduino-audio-tools 2024-09-12 15:44:54 +02:00
pschatzmann
da13a7bb82 STM32 i2s pin support 2024-09-12 15:44:52 +02:00
kel30a
a67e776c9a
Fix issues in URLStream when compiling in ESP IDF (#1693)
* 1. Fix incorrect delay implementation causing UrlStream to take 50 seconds to start instead of 50ms
2. Add missing semi colon's
3. Remove duplicate micros declaration

* Add missing initializer to get rid of compile warning

* remove dodgy fix for warning. Don't have a good solution for now
2024-09-10 16:05:33 +02:00
pschatzmann
767563beb9 ChannelFormatConverterStreamT comment out assert 2024-09-03 22:35:30 +02:00
pschatzmann
7cdec5139a R2ROutput blocking correction 2024-09-03 13:03:32 +02:00
pschatzmann
53414e7294 esp32 i2s compile error for cfg.mclk_multiple 2024-09-03 05:22:35 +02:00
pschatzmann
073f3d9caf Compile errors in avr 2024-09-01 13:27:56 +02:00
pschatzmann
ab9b93cc75 R2ROutput use Vector instead of std::vector 2024-09-01 13:27:33 +02:00
pschatzmann
c9687b44a4 R2RConfig timer_id 2024-09-01 12:31:22 +02:00
pschatzmann
36fa3fcd09 R2ROutput comments 2024-09-01 10:04:09 +02:00
pschatzmann
0212866453 ESP32 i2s: mclk_multiple=384 only when mclk pin is defined 2024-09-01 06:05:45 +02:00
pschatzmann
d8c3a52e3c ESP32 I2S info when mclk_multiple=384 2024-09-01 06:02:41 +02:00
pschatzmann
6cbeb35f70 esp32 i2s: mclk_multiple 2024-09-01 05:19:37 +02:00
pschatzmann
915b73a6f0 R2ROutput example 2024-08-29 11:25:53 +02:00
pschatzmann
73c6d8411f A2DPStream error msg 2024-08-29 09:40:50 +02:00
pschatzmann
f02f54a922 A2DP check allocation 2024-08-29 08:38:03 +02:00
pschatzmann
f7ae557174 R2RConfig: add buffer_size and buffer_count 2024-08-28 09:11:05 +02:00
pschatzmann
cfd7f68376 I2SStream isActive() 2024-08-25 00:57:09 +02:00
pschatzmann
a89510a453 I2SStream operator bool() as is_active 2024-08-25 00:31:59 +02:00
pschatzmann
df3ad65443 R2ROutput use std::vector 2024-08-24 11:55:34 +02:00
pschatzmann
ae4df9c807 R2ROutput logging 2024-08-24 11:22:00 +02:00
pschatzmann
734b4354b8 DRAFT R2ROutput 2024-08-24 09:07:49 +02:00
pschatzmann
9538017752 IS_I2S_IMPLEMENTED and make SPDIFOutput optional 2024-08-24 07:12:07 +02:00
dosas
284d525693
Fix race condition in esp now communication (#1673)
when calling mac address to fast after setting it

happened on ESP32-WROOM-32E with IDF version > 5

Co-authored-by: dosas <dosas@github.com>
2024-08-22 21:14:46 +02:00
pschatzmann
22cc9232c8 Compile errors when using esp8266Audio 2024-08-17 02:37:41 +02:00
pschatzmann
93e80425f0 I2SDriverESP32V1: message use channel_format 2024-08-15 22:52:24 +02:00
pschatzmann
f03d505e29 I2SDriverESP32V1: adjust channel format message for mono 2024-08-15 22:43:38 +02:00
pschatzmann
a796bcaf7c AnalogConfigESP32V1 logging 2024-08-15 04:38:52 +02:00
pschatzmann
b6b13d9a10 Use apll for ESP32 DAC 2024-08-15 04:15:03 +02:00
pschatzmann
65ffea4337 Merge branch 'main' of https://github.com/pschatzmann/arduino-audio-tools 2024-08-14 10:27:50 +02:00
pschatzmann
9aff875853 ESP32 I2s: Use default channel format for mono 2024-08-14 10:26:03 +02:00
David
d92a29dcea
fix: Add missing LockGuard include (#1656) 2024-08-11 00:01:27 +02:00
David
e309593c08
fix: Add missing MusicalNotes.h include (#1655) 2024-08-10 12:27:24 +02:00
pschatzmann
0263e3535e AudioPlayer comments 2024-08-07 07:00:25 +02:00
pschatzmann
c9ae03f22a DRAFT FFT update 2024-08-06 10:13:38 +02:00
pschatzmann
ec00cc1811 DRAFT reverse FFT 2024-08-05 23:18:50 +02:00
pschatzmann
e8957a3d61 setBin/getBin 2024-08-05 21:20:40 +02:00
pschatzmann
2cfe41bf87 FFT remove redundant code 2024-08-05 19:27:23 +02:00
pschatzmann
68512a6608 AudioFFTBase 2024-08-05 19:20:43 +02:00
pschatzmann
a10c5d1ece Prepare reverse FFT 2024-08-05 18:52:05 +02:00
pschatzmann
1d9e3459a9 AudioFFT begin() 2024-08-05 16:48:11 +02:00
pschatzmann
f707712262 AudioServer cleanup 2024-08-04 09:31:48 +02:00
pschatzmann
5c9e54ca3d Ethernet support for STM32 2024-08-04 09:27:50 +02:00
pschatzmann
acbcdd94d6 cleanup 2024-08-03 15:20:51 +02:00
pschatzmann
07b9dc8cde rename const static to static const 2024-08-03 15:11:48 +02:00
pschatzmann
016ded59a8 adc_continuous_handle_cfg_t add flags only after 5.2 2024-08-03 14:28:37 +02:00