10000 Merge pull request #9995 from MarshallMiller/espressif-audioio-support · adafruit/circuitpython@1f07992 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f07992

Browse files
authored
Merge pull request #9995 from MarshallMiller/espressif-audioio-support
Added audioio to espressif
2 parents 11711fd + 90a040b commit 1f07992

File tree

8 files changed

+866
-4
lines changed

8 files changed

+866
-4
lines changed

locale/circuitpython.pot

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,10 @@ msgstr ""
739739
msgid "Can only alarm on two low pins from deep sleep."
740740
msgstr ""
741741

742+
#: ports/espressif/common-hal/audioio/AudioOut.c
743+
msgid "Can't construct AudioOut because continuous channel already open"
744+
msgstr ""
745+
742746
#: ports/espressif/common-hal/_bleio/Characteristic.c
743747
#: ports/nordic/common-hal/_bleio/Characteristic.c
744748
msgid "Can't set CCCD on local Characteristic"
@@ -1001,15 +1005,43 @@ msgstr ""
10011005
msgid "Failed to connect: timeout"
10021006
msgstr ""
10031007

1008+
#: ports/espressif/common-hal/audioio/AudioOut.c
1009+
msgid "Failed to create continuous channels: invalid arg"
1010+
msgstr ""
1011+
1012+
#: ports/espressif/common-hal/audioio/AudioOut.c
1013+
msgid "Failed to create continuous channels: invalid state"
1014+
msgstr ""
1015+
1016+
#: ports/espressif/common-hal/audioio/AudioOut.c
1017+
msgid "Failed to create continuous channels: no mem"
1018+
msgstr ""
1019+
1020+
#: ports/espressif/common-hal/audioio/AudioOut.c
1021+
msgid "Failed to create continuous channels: not found"
1022+
msgstr ""
1023+
1024+
#: ports/espressif/common-hal/audioio/AudioOut.c
1025+
msgid "Failed to enable continuous"
1026+
msgstr ""
1027+
10041028
#: shared-module/audiomp3/MP3Decoder.c
10051029
msgid "Failed to parse MP3 file"
10061030
msgstr ""
10071031

1032+
#: ports/espressif/common-hal/audioio/AudioOut.c
1033+
msgid "Failed to register continuous events callback"
1034+
msgstr ""
1035+
10081036
#: ports/nordic/sd_mutex.c
10091037
#, c-format
10101038
msgid "Failed to release mutex, err 0x%04x"
10111039
msgstr ""
10121040

1041+
#: ports/espressif/common-hal/audioio/AudioOut.c
1042+
msgid "Failed to start async audio"
1043+
msgstr ""
1044+
10131045
#: supervisor/shared/safe_mode.c
10141046
msgid "Failed to write internal flash."
10151047
msgstr ""
@@ -2400,6 +2432,10 @@ msgstr ""
24002432
msgid "addresses is empty"
24012433
msgstr ""
24022434

2435+
#: ports/espressif/common-hal/audioio/AudioOut.c
2436+
msgid "already playing"
2437+
msgstr ""
2438+
24032439
#: py/compile.c
24042440
msgid "annotation must be an identifier"
24052441
msgstr ""
@@ -2478,6 +2514,10 @@ msgstr ""
24782514
msgid "attributes not supported"
24792515
msgstr ""
24802516

2517+
#: ports/espressif/common-hal/audioio/AudioOut.c
2518+
msgid "audio format not supported"
2519+
msgstr ""
2520+
24812521
#: extmod/ulab/code/ulab_tools.c
24822522
msgid "axis is out of bounds"
24832523
msgstr ""

0 commit comments

Comments
 (0)
0