diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-08-25 14:57:29 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-08-25 14:57:29 -0500 |
| commit | 750ffcc81adcf44805683ea7990eb6f469a7f35d (patch) | |
| tree | e00d215b118365dfcadc426b3e74dfdfbda305fd /shared-bindings/audioio | |
| parent | 696117b048bd39d9480cfa5a2ee0871942eba816 (diff) | |
docs: correct audiomixer refs
Diffstat (limited to 'shared-bindings/audioio')
| -rw-r--r-- | shared-bindings/audioio/AudioOut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/audioio/AudioOut.c b/shared-bindings/audioio/AudioOut.c index af2fce48e..eb4ef1fc6 100644 --- a/shared-bindings/audioio/AudioOut.c +++ b/shared-bindings/audioio/AudioOut.c @@ -163,7 +163,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(audioio_audioout___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 `audiocore.WaveFile`, `audiocore.RawSample`, or `audiocore.Mixer`. +//| Sample must be an `audiocore.WaveFile`, `audiocore.RawSample`, or `audiomixer.Mixer`. //| //| The sample itself should consist of 16 bit samples. Microcontrollers with a lower output //| resolution will use the highest order bits to output. For example, the SAMD21 has a 10 bit |
