python-soundfile
python-soundfile copied to clipboard
Added two commands: set_compression_level and set_vbr_encoding_quality
These allow to configure the compression/quality when writing to a compressed format (ogg or flac)
It seems that the Windows tests for file descriptors are breaking with this PR. That doesn't seem related, though, as this code is not included in the current tests, nor has any interaction with file descriptors. Do you have any idea what's going on here?
I am not familiar with the tests but the errors do not seem to have to do with the changes here. I would be surprised if the unmodified code would not trigger the same errors.
Any news regarding the failing tests?
No idea, sorry.