Hi All,
Is it possible to use 6 PDM microphones for the xCORE VocalFusion™ Speaker kit?
http://www.xmos.com/products/voice/voca ... r-circular
The 1/3/4/6 microphone is using. I want to use more the 2/5 microphone.
Do you have any idea how to modify the source code? (The 6 microphones need output to 6 channel though usb port.)
I am referring to app_vf_spk_base project. I see NUM_PDM_MICS parameter using set number of microphones.
Thank in advance!
Can I using 6 microphone for the xCORE VocalFusion™ Speaker kit
-
- Junior Member
- Posts: 7
- Joined: Wed Sep 12, 2018 9:13 am
-
Verified
- XCore Legend
- Posts: 1156
- Joined: Thu May 27, 2010 10:08 am
I'm afraid this isn't going to work.
Firstly it's going to be a squeeze fitting in the extra decimators (although probably possible - it's one more core needed) but, even if you had more mic channels, the IP can't use them because it's hard configured for 4 mics. Or did you just want the raw mic input sent back to the host?
Firstly it's going to be a squeeze fitting in the extra decimators (although probably possible - it's one more core needed) but, even if you had more mic channels, the IP can't use them because it's hard configured for 4 mics. Or did you just want the raw mic input sent back to the host?
Engineer at XMOS
-
- Junior Member
- Posts: 7
- Joined: Wed Sep 12, 2018 9:13 am
Hi infiniteimprobability,
"the IP can't use them because it's hard configured for 4 mics. Or did you just want the raw mic input sent back to the host?"
Thank you. I understand that IP only performs its function for multiple of 4 microphones ( 4, 8, 12, 16).
Can the VF3100 afford enough to support 8 microphones?
Please help me. I do not have much experience with this.
"the IP can't use them because it's hard configured for 4 mics. Or did you just want the raw mic input sent back to the host?"
Thank you. I understand that IP only performs its function for multiple of 4 microphones ( 4, 8, 12, 16).
Can the VF3100 afford enough to support 8 microphones?
Please help me. I do not have much experience with this.
-
Verified
- XCore Legend
- Posts: 1156
- Joined: Thu May 27, 2010 10:08 am
This is not true for our current product - it's fixed at 4.I understand that IP only performs its function for multiple of 4 microphones ( 4, 8, 12, 16).
It is technically feasbible to add more microphones (another 4) but the voice IP would not be able to use them.
Are you wanting to run the voice IP with more microphones or is getting more channels of raw PCM useful to you?
Engineer at XMOS