Benjamin

Results 144 comments of Benjamin

Great! Is dithering what is used for down-sampling the audio? I'm only familiar with dithering with regards to images.

Thanks for opening the ticket. If possible, can you show a small code example that will trigger the issue?

That would work, but maybe it would add more complexity into running tests. If possible, it's good if contributors can easy run their own tests when doing pull requests, and...

Hi @Yuriy-Leonov, It seems that the DDS codec does not support loading uncompressed DDS files. I updated the codec so that it raises a proper exception now: ``` pyglet.image.codecs.ImageDecodeException: Uncompressed...

pyglet doesn't currently have any support for opening MIDI devices, but I would be open to adding this. I could probably work on the Linux side myself, which would just...

This would just be an addition, and not changing any existing APIs, so it would be fine to target the 1.5-maintenance branch.

I had some time the other day, so I mocked up basic Midi message support on Linux (just using the char device). Someone else would need to step up for...

I looked into this a bit, and I think I understand why 24-bit support wasn't supported. According to what I've read, FFmpeg uses a 32bit type when decoding 24-bit audio....

Yeah, I did a quick hack and I can confirm that this is indeed the case. With a quick hack, I was able to play a 24bit FLAC file successfully....

Yes, unfortunately pyglet does not yet have native support for loading SVGs (outside of that proof of concept). One of the Linux decoders (GDK probably) is likely handling it as...