-
Notifications
You must be signed in to change notification settings - Fork 0
Ogg support #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
I tried adding Ogg support but it looks like it requires 64 bit integers to be read. There is no native method for this in the file object so I tried using left bit shift and bitwise or to just read 1 byte at a time but the bit library only supports up to 32 bits as well. If there is no way to overcome this I don't think Ogg support is possible.