HI there,
Recently I started with XMOS, and I am trying to use xCORE-200 MC Audio development board to do a mixing application, and while I am reading USB Audio Application Note, in the Digital Mixer, they talk about Host Control which cn use my PC to control the mixer node. The application note told me to read the readme in host_usb_mixer_control, while I can't find it in the source code I downloaded, and I try to search online, seems most of the links are outdated. Is there any way that I can get host_usb_mixer_control? Thanks!
About host_usb_mixer_control
-
- Member
- Posts: 8
- Joined: Wed Jul 21, 2021 5:30 am
-
- XCore Legend
- Posts: 1913
- Joined: Thu Jun 10, 2010 11:43 am
Post more details of this missing document / source code. Miguel who maintains this website is very attentive to rebuild any such broken links.
-
- Member
- Posts: 8
- Joined: Wed Jul 21, 2021 5:30 am
In USB Audio Design that document, 3.6.2 talked about Host Control, which has software for controlling the mixer on XMOS by PC, and the document told me to read the README file in the host_usb_mixer_control directory, which I cannot find.
-
- Member
- Posts: 8
- Joined: Wed Jul 21, 2021 5:30 am
What I found before is in https://www.xcore.com/viewtopic.php?t=4167 this link, but the google drive link is expired.
-
- Member
- Posts: 8
- Joined: Wed Jul 21, 2021 5:30 am
Also, I want to ask about is there any other ways to control the mixer on XMOS by PC?
-
Verified
- Experienced Member
- Posts: 97
- Joined: Thu Dec 10, 2009 7:08 pm
It's likely that it's referring to a really old version of the software that's been superseded long ago, the latest version of the usb audio software can be found here https://www.xmos.ai/file/usbaudiodevice-software/
I did go have have a scratch about if I could find that old bit of software for you. I found it and attached it here for you.
I did go have have a scratch about if I could find that old bit of software for you. I found it and attached it here for you.
You do not have the required permissions to view the files attached to this post.
-
- Member
- Posts: 8
- Joined: Wed Jul 21, 2021 5:30 am
Thank you!