Skip to content

Commit 926315e

Browse files
committed
release 1.50 - update to miniaudio 0.11.9
1 parent 4263833 commit 926315e

File tree

5 files changed

+62041
-42083
lines changed

5 files changed

+62041
-42083
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This module provides:
2323
- Audio file and Icecast internet radio streaming
2424
- TODO: filters
2525
- TODO: waveform generators
26+
- TODO: high-level miniaudio library interface to Engine etc.
2627

2728

2829
This library aims to provide a Pythonic interface to the miniaudio C library.
@@ -124,7 +125,7 @@ with miniaudio.PlaybackDevice(output_format=miniaudio.SampleFormat.SIGNED16,
124125
125126

126127
*enum class* ``FileFormat``
127-
names: ``UNKNOWN`` ``WAV`` ``FLAC`` ``VORBIS`` ``MP3``
128+
names: ``UNKNOWN`` ``WAV`` ``FLAC`` ``MP3`` ``VORBIS``
128129
> Audio file format
129130
130131

0 commit comments

Comments
 (0)