rom1v / usbaudio

Forward audio from Android devices
MIT License
352 stars 32 forks source link

[ERROR] Could not initialize AOA #26

Open manmtm7 opened 4 years ago

manmtm7 commented 4 years ago

[ERROR] Could not initialize AOA

rom1v commented 4 years ago

aoa_init() basically calls libusb_init(). So you can't initialize libusb.

I'm not so surprised if you use it from Windows (even if it runs some Linux above).

manmtm7 commented 4 years ago

aoa_init() basically calls libusb_init(). So you can't initialize libusb.

I'm not so surprise if you use it from Windows (even if it runs some Linux above).

So,... i am sorry but i have no idea what to do, i am new in all this :\

manmtm7 commented 4 years ago

So no luck on Windows?? :/

welp, thankyou for making this at least there is something.

parkerlreed commented 4 years ago

Windows Subsystem for Linux doesn't have USB access. There's nothing you can do there.