Hi DSPC,
Thank you for your support.
How can I import and export data samples from Layout from/to which has more than 1 input and outputs,
with API(awe_audioImportSamples() and awe_audioExportSamples() )?
Should we need create another AWEInstance?
Please refer the attached file.
Best Regards,
M.S
9:09am
Hello M.S.,
Each instance of Audio Weaver allows 1 HW (SYS_in) pin and 1 HW (SYS_out) pin. Each I/O pin can contain N number of channels. If you have different sources, for instance microphones and stereo input, you would import/export samples from discrete I/O audio buffers for each source, specifying (pointing to) which audio buffers to import/export from/to in the second argument of the awe_audioImportSamples() and awe_audioExportSamples() APIs and which channel of each HW I/O Audio Weaver pin with the fourth argument of the APIs.
Here are some examples from our Integration Guide: https://w.dspconcepts.com/hubfs/Docs-AWECoreOS/AWECoreOS_UserGuide/a0005....
Thanks,
Kevin
8:51pm
Hi Kevin,
Thank you, I got it well.
M.S