greatscottgadgets / python-usb-protocol

python library providing utilities, data structures, constants, parsers, and tools for working with USB data
BSD 3-Clause "New" or "Revised" License
55 stars 32 forks source link

Implement useable subset of USB Audio Class 2 (Audio + MIDI) #14

Closed hansfbaier closed 3 years ago

hansfbaier commented 3 years ago

MIDI already works (see https://github.com/greatscottgadgets/luna/pull/94). Unfortunately I cannot test Audio because of https://github.com/greatscottgadgets/luna/issues/86 But the descriptors build well in examples and since MIDI works I think it is definitely worthy of sharing. I will make amends to the audio parts as soon as the mentioned issue is resolved.

ktemkin commented 3 years ago

Awesome -- appreciate this a ton! Merged. :)

hansfbaier commented 3 years ago

Thank you so much!