Skip to content

Commit 7038fe6

Browse files
committed
fix doc build hopefully
1 parent 032c129 commit 7038fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/audiotools/SpeedChanger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static mp_obj_t fp_to_rate(uint32_t rate_fp) {
3131
//| Uses nearest-neighbor resampling with a fixed-point phase accumulator
3232
//| for CPU-efficient variable-speed playback."""
3333
//|
34-
//| def __init__(self, source: audiosample, rate: float = 1.0) -> None:
34+
//| def __init__(self, source: circuitpython_typing.AudioSample, rate: float = 1.0) -> None:
3535
//| """Create a SpeedChanger that wraps ``source``.
3636
//|
3737
//| :param audiosample source: The audio source to resample.

0 commit comments

Comments
 (0)