python-soundfile icon indicating copy to clipboard operation
python-soundfile copied to clipboard

Added two commands: set_compression_level and set_vbr_encoding_quality

Open gesellkammer opened this issue 3 years ago • 4 comments
trafficstars

These allow to configure the compression/quality when writing to a compressed format (ogg or flac)

gesellkammer avatar Jul 03 '22 18:07 gesellkammer

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?

bastibe avatar Jul 07 '22 06:07 bastibe

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.

gesellkammer avatar Jul 07 '22 10:07 gesellkammer

Any news regarding the failing tests?

gesellkammer avatar Jul 27 '22 14:07 gesellkammer

No idea, sorry.

bastibe avatar Jul 28 '22 11:07 bastibe