diff options
| author | Dan Halbert <halbert@adafruit.com> | 2019-08-19 11:36:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-19 11:36:43 -0400 |
| commit | 308efbeb040239bb34ec9909435eaffdb690361f (patch) | |
| tree | 2d085f6cb9110b49713aa6424b928b5ebc16ca4c /locale/circuitpython.pot | |
| parent | 9343d09321ec8b92cce01827d8be7f71f186236e (diff) | |
| parent | 1a818c60cb5a81ec7504efb76018d3c34c069a8d (diff) | |
Merge pull request #2075 from jepler/nrf-pdm-audioin
nrf: implement audiobusio.PDMIn
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 8cfbcfe85..d0a5646e0 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-15 21:44-0400\n" +"POT-Creation-Date: 2019-08-19 10:22-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -2244,6 +2244,14 @@ msgstr "" msgid "offset out of bounds" msgstr "" +#: ports/nrf/common-hal/audiobusio/PDMIn.c +msgid "only bit_depth=16 is supported" +msgstr "" + +#: ports/nrf/common-hal/audiobusio/PDMIn.c +msgid "only sample_rate=16000 is supported" +msgstr "" + #: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c #: shared-bindings/nvm/ByteArray.c msgid "only slices with step=1 (aka None) are supported" |
