diff options
| author | Jeff Epler <jepler@gmail.com> | 2019-07-25 21:35:27 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2019-07-26 07:57:21 -0500 |
| commit | 91b7ba7dccb0233516998a1601f467015c80633b (patch) | |
| tree | 2b07a39a0de8b6f450bde60519118b47a918e6b8 /shared-bindings/audiobusio | |
| parent | a53720810b6925d6023a0022bca3c18783756ad6 (diff) | |
docs: An `audiocore.Mixer` suffices where another audio source would
Diffstat (limited to 'shared-bindings/audiobusio')
| -rw-r--r-- | shared-bindings/audiobusio/I2SOut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/audiobusio/I2SOut.c b/shared-bindings/audiobusio/I2SOut.c index bee835d12..9bce9c760 100644 --- a/shared-bindings/audiobusio/I2SOut.c +++ b/shared-bindings/audiobusio/I2SOut.c @@ -164,7 +164,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(audiobusio_i2sout___exit___obj, 4, 4, //| Plays the sample once when loop=False and continuously when loop=True. //| Does not block. Use `playing` to block. //| -//| Sample must be an `audioio.WaveFile` or `audioio.RawSample`. +//| Sample must be an `audiocore.WaveFile`, `audiocore.RawSample`, or `audiocore.Mixer`. //| //| The sample itself should consist of 8 bit or 16 bit samples. //| |
