Skip to content

Commit e9efc2f

Browse files
committed
fix one more doc ref to audiocore
1 parent e92ef7b commit e9efc2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-bindings/audiocore/Mixer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
//| .. class:: Mixer(voice_count=2, buffer_size=1024, channel_count=2, bits_per_sample=16, samples_signed=True, sample_rate=8000)
4949
//|
5050
//| Create a Mixer object that can mix multiple channels with the same sample rate.
51-
//| Samples are accessed and controlled with the mixer's `audioio.MixerVoice` objects.
51+
//| Samples are accessed and controlled with the mixer's `audiocore.MixerVoice` objects.
5252
//|
5353
//| :param int voice_count: The maximum number of voices to mix
5454
//| :param int buffer_size: The total size in bytes of the buffers to mix into

0 commit comments

Comments
 (0)