Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows and enumeration idea. #126

Open
djkylian opened this issue Oct 12, 2022 · 2 comments
Open

Windows and enumeration idea. #126

djkylian opened this issue Oct 12, 2022 · 2 comments

Comments

@djkylian
Copy link

I am wondering, is this xmos design routed the same as the Xmos multichannel explorer kit XK-AUDIO-216-MC-xxx.

Cause when i was experimenting with that kit I found an unorthodox solution to let it work as a multichannel audio card with enumaration in Windows. Which shouldnt give any problems for experimental use.
I know it works with Asio driver as well, but not for software that can only use the default windows sound card.

I found that the xmos chip is also used in proffesional audio codecs like Focus rite and Berhinger which look pretty much the same in design. 🤔 Both use a branded Theysicon driver 🤓 and have a 18 and 20 in the model number 🧐. Which made me think of using one of their PID, VID to see if i could get the explorer kit to work as one of those 💡.
This worked with the XU216 and also on an older XS1 processor on the test boards with the default xmos multichannel firmware 👊.

Maybe someone with a programmer can see if this will also work for the Aurora.

@dspverden
Copy link
Collaborator

Hm, I don't know why you should do this hack?
Windows 10 & 11 come both with a UAC2 driver and support Aurora as default sound device. Only the channel names cannot be changed...
The only "issue" is: As far as I know the standard windows drive is actually the Thesyscon driver. Thesyscon offers two version one with high and one with low latency. The standard windows driver is the high latency version. :(
I am not 100% sure about this. Maybe I am wrong, at least that is what I could find out.

@djkylian
Copy link
Author

Cause the windows default and thesyscon driver only show as a stereo input and output soundcard and doesn't give the option to run as a multiple stereo input and output card. For DJ and DAW software it will be easier to route in and outputs.

Actually I am looking for a multichannel audio codec with only analog in and outputs and no extra features like all the potentiometer and padding settings on the behringer, but also without optical in and output, wifi, bluetooth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants