Skip to content

Commit

Permalink
DOC: fix supported signal shapes in write()
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 26, 2024
1 parent 15355bd commit f167ebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion audiofile/core/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@ def write(
):
"""Write (normalized) audio files.
Save audio data provided as an array of shape ``[channels, samples]``
Save audio data provided as an array of shape ``(channels, samples)``
or ``(samples,)``
to a WAV, FLAC, or OGG file.
``channels`` can be up to 65535 for WAV,
255 for OGG,
Expand Down

0 comments on commit f167ebd

Please sign in to comment.