Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added audioio to espressif #9995

Merged
merged 4 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions locale/circuitpython.pot
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,10 @@ msgstr ""
msgid "Can only alarm on two low pins from deep sleep."
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Can't construct AudioOut because continuous channel already open"
msgstr ""

#: ports/espressif/common-hal/_bleio/Characteristic.c
#: ports/nordic/common-hal/_bleio/Characteristic.c
msgid "Can't set CCCD on local Characteristic"
Expand Down Expand Up @@ -1001,15 +1005,43 @@ msgstr ""
msgid "Failed to connect: timeout"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid arg"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: invalid state"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: no mem"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to create continuous channels: not found"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to enable continuous"
msgstr ""

#: shared-module/audiomp3/MP3Decoder.c
msgid "Failed to parse MP3 file"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to register continuous events callback"
msgstr ""

#: ports/nordic/sd_mutex.c
#, c-format
msgid "Failed to release mutex, err 0x%04x"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "Failed to start async audio"
msgstr ""

#: supervisor/shared/safe_mode.c
msgid "Failed to write internal flash."
msgstr ""
Expand Down Expand Up @@ -2400,6 +2432,10 @@ msgstr ""
msgid "addresses is empty"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "already playing"
msgstr ""

#: py/compile.c
msgid "annotation must be an identifier"
msgstr ""
Expand Down Expand Up @@ -2478,6 +2514,10 @@ msgstr ""
msgid "attributes not supported"
msgstr ""

#: ports/espressif/common-hal/audioio/AudioOut.c
msgid "audio format not supported"
msgstr ""

#: extmod/ulab/code/ulab_tools.c
msgid "axis is out of bounds"
msgstr ""
Expand Down
Loading