Message 176077 - Python tracker (original) (raw)
Message176077
Author | seebk |
---|---|
Recipients | seebk |
Date | 2012-11-21.20:13:46 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1353528827.37.0.543069044809.issue16525@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
The wave module cannot read audio WAV files containing 32bit float values. This is a very common file type for professional audio! There has already been a patch some years ago which works fine but was finally not applied. I can confirm that it does not break anything and only adds support for a new number format. http://bugs.python.org/issue1144504 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2012-11-21 20:13:47 | seebk | set | recipients: + seebk |
2012-11-21 20:13:47 | seebk | set | messageid: 1353528827.37.0.543069044809.issue16525@psf.upfronthosting.co.za |
2012-11-21 20:13:47 | seebk | link | issue16525 messages |
2012-11-21 20:13:46 | seebk | create |