Skip to content

Commit

Permalink
Add note that floating point WAV files are not supported
Browse files Browse the repository at this point in the history
This is because Python's `wave` module does not support floating point
WAV files, though there is an upstream bug report and PR:

python/cpython#60729

I believe this is the root-cause of Issue #5
  • Loading branch information
cristoper committed Apr 19, 2024
1 parent 516e4f7 commit 6ab6dcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Note:: This project is completely unrelated to the https://arxiv.org/abs/1904.05
** 8-bit unsigned WAV
** 16-bit signed WAV and AIFF
** 32-bit signed WAV and AIFF
** Floating point WAV files are not supported because they are not yet supported by the Python `wave` module (https://github.com/python/cpython/issues/60729)
* Input file format is automatically detected and handled (the file name/extension is unimportant)
* Output file formats:
** Scalable Vector Graphics (SVG)
Expand Down

0 comments on commit 6ab6dcc

Please sign in to comment.