docs: make MixerVoice.level a property

This commit is contained in:
sommersoft 2019-08-24 07:57:55 -05:00
parent 2c55b40a53
commit 93e557e167

View File

@ -104,7 +104,7 @@ STATIC mp_obj_t audioio_mixervoice_obj_stop(size_t n_args, const mp_obj_t *pos_a
}
MP_DEFINE_CONST_FUN_OBJ_KW(audioio_mixervoice_stop_obj, 1, audioio_mixervoice_obj_stop);
//| .. method:: level()
//| .. attribute:: level()
//|
//| The volume level of a voice, as a floating point number between 0 and 1.
//|