Hi
I am have the intention of running some filters based processes on the MC Audio Platform.
I am currently trying to get code up and running that uses input from two of the stereo jacks then outputs via two of the output stereo jacks. I have been working on the app_usb_aud_xk_216_mc example as I thought this made use of the same principles (as I understood from the READ_ME file included).
I have run several of the configs and am expecting to hear the music I am inputting through line-in 1 to be played back via line-out 1.
Am I misuderstanding the READ_ME file and if so where should I look to find such functionality.
Regards
Garrick J. :)
xCore-200 MC Audio Platform Stereo Aux Jack Example Topic is solved
-
- New User
- Posts: 3
- Joined: Thu Aug 13, 2015 3:16 pm
-
- Active Member
- Posts: 55
- Joined: Fri Mar 04, 2011 3:38 pm
"app_usb_aud_xk_216" is an implementation of a USB Audio device for the xCORE-200 MC Audio platform. The default behaviour is that audio input data capture by the device is streamed to USB host (e.g. a PC), and the audio output data rendered by the device is streamed from the USB host.
To hear the audio from the source connected to the input jack on the output jack you would need to either configure the XMOS USB Audio device software to route the desired inputs to the desired outputs (see the USB Audio Design Guide for details on framework configuration), or setup a loopback on your PC using an application such as Audacity.
Regards,
Sam
To hear the audio from the source connected to the input jack on the output jack you would need to either configure the XMOS USB Audio device software to route the desired inputs to the desired outputs (see the USB Audio Design Guide for details on framework configuration), or setup a loopback on your PC using an application such as Audacity.
Regards,
Sam