mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-03 18:16:47 +02:00
Update i2s_microphone data value (#3732)
According to here: 4fcb26d69d/esphome/components/i2s_audio/microphone/i2s_audio_microphone.cpp (L138)
it seems to be an int16_t
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
This commit is contained in:
parent
66e70ecc88
commit
308aba8011
@ -58,7 +58,7 @@ Microphone Triggers
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
This trigger will fire when new data is received from the microphone.
|
||||
The data is available as a ``std::vector<uint8_t>`` in the variable ``x``.
|
||||
The data is available as a ``std::vector<int16_t>`` in the variable ``x``.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user