From fd8be5181e756c7b1a2fc3b7b1787f102e0f3b2e Mon Sep 17 00:00:00 2001 From: pschatzmann Date: Sat, 22 Jun 2024 15:43:29 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20doxygen=20from=20@=20pschatzma?= =?UTF-8?q?nn/arduino-audio-tools@a868770f0327905d14b2596b3fdcfa027ce3523b?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classaudio__tools_1_1_analog_audio_arduino.html | 2 +- group__io.html | 3 +++ group__platform.html | 3 --- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/classaudio__tools_1_1_analog_audio_arduino.html b/classaudio__tools_1_1_analog_audio_arduino.html index b72112e573..ef64967327 100644 --- a/classaudio__tools_1_1_analog_audio_arduino.html +++ b/classaudio__tools_1_1_analog_audio_arduino.html @@ -72,7 +72,7 @@ Protected Attributes | List of all members
-
AnalogAudioArduino Class Reference
+
AnalogAudioArduino Class Reference
diff --git a/group__io.html b/group__io.html index d2436ea496..138acef3de 100644 --- a/group__io.html +++ b/group__io.html @@ -76,6 +76,9 @@ class  A2DPStream  Stream support for A2DP using https://github.com/pschatzmann/ESP32-A2DP: begin(TX_MODE) opens a a2dp_source and begin(RX_MODE) a a2dp_sink. The data is in int16_t with 2 channels at 44100 hertz. We support only one instance of the class! Please note that this is a conveniance class that supports the stream api, however this is rather inefficient, beause quite a bit buffer needs to be allocated. It is recommended to use the API with the callbacks. Examples can be found in the examples-basic-api directory. More...
  +class  AnalogAudioArduino + Analog Data IO using a timer and the Arduino analogRead() method and writing using analogWrite();. More...
+  class  AnalogAudioStream  ESP32: A very fast ADC and DAC using the ESP32 I2S interface. For all other architectures we support reading of audio only using analog input with a timer. More...
  diff --git a/group__platform.html b/group__platform.html index 44e0da6d10..a8924baf77 100644 --- a/group__platform.html +++ b/group__platform.html @@ -73,9 +73,6 @@ - - -

Classes

class  AnalogAudioArduino
 Analog Data IO using a timer and the Arduino analogRead() method and writing using analogWrite();. More...
 
class  AnalogConfigESP32
 ESP32 specific configuration for i2s input via adc. The default input pin is GPIO34. We always use int16_t values. The default output pins are GPIO25 and GPIO26! More...