diff options
| author | dherrada <dylan.herrada@adafruit.com> | 2020-07-02 13:25:07 -0400 |
|---|---|---|
| committer | dherrada <dylan.herrada@adafruit.com> | 2020-07-02 13:25:07 -0400 |
| commit | 522b17ca93d4e1d64bb113057c8a62992a22c4ab (patch) | |
| tree | 8c05d048acf8e56b066ac5a27eedf7d8df91d0fd /shared-bindings/audiomp3 | |
| parent | ac113fdc815f31b54d742f73265359787bd95290 (diff) | |
Made suggested changes
Diffstat (limited to 'shared-bindings/audiomp3')
| -rw-r--r-- | shared-bindings/audiomp3/MP3Decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/audiomp3/MP3Decoder.c b/shared-bindings/audiomp3/MP3Decoder.c index d9ec49082..b790aecb5 100644 --- a/shared-bindings/audiomp3/MP3Decoder.c +++ b/shared-bindings/audiomp3/MP3Decoder.c @@ -37,7 +37,7 @@ //| class MP3: //| """Load a mp3 file for audio playback""" //| -//| def __init__(self, file: typing.BinaryIO, buffer: Union[bytes, bytearray, memoryview]): +//| def __init__(self, file: typing.BinaryIO, buffer: Union[bytearray, memoryview]): //| //| """Load a .mp3 file for playback with `audioio.AudioOut` or `audiobusio.I2SOut`. //| |
