Search found 28 matches

by mark-jack
Sat Jan 27, 2018 7:50 am
Forum: startKIT
Topic: xvf3100 circular microphone array development board applications
Replies: 0
Views: 14420

xvf3100 circular microphone array development board applications

My current project is to run my own AEC and BAP programs using the app_vf_spk_base framework provided by the official website. If I disable the original AEC and BAP is not entered double buffer and triple buffer have to write their own? Is there any way to directly use the original framework of the ...
by mark-jack
Tue Jan 23, 2018 1:15 pm
Forum: Voice & Conferencing
Topic: xvf3000 memory usage problems
Replies: 6
Views: 9818

Re: xvf3000 memory usage problems

Okay, thank you very much, I'll try your suggestion.
by mark-jack
Tue Jan 23, 2018 12:56 pm
Forum: Voice & Conferencing
Topic: xvf3000 memory usage problems
Replies: 6
Views: 9818

Re: xvf3000 memory usage problems

HI,infiniteimprobability. I am sorry, I do not particularly understand what you let me post. This part of the code is as follows, is the li6o2 program provided by the official website, I did not modify it. void BeclearBuff(server audManage_if i_audMan, client beclear_if i_beclear) { unsigned sampleC...
by mark-jack
Tue Jan 23, 2018 6:59 am
Forum: Voice & Conferencing
Topic: xvf3000 memory usage problems
Replies: 6
Views: 9818

Re: xvf3000 memory usage problems

Hi,mon2.
I have checked i and samplecount no problem。 if it is not a problem when these two should be compiled incorrect report? But I run the hardware before making mistakes.
by mark-jack
Tue Jan 23, 2018 3:51 am
Forum: Voice & Conferencing
Topic: xvf3000 memory usage problems
Replies: 6
Views: 9818

xvf3000 memory usage problems

I use xvf3000 development board running 1i6o2 program the following problems。 xrun: Program received signal ET_LOAD_STORE, Memory access exception. [Switching to tile[0] core[3] (dual issue)] _SBeclearBuff_0.select.case.0 () at D:/xmos/xomos_program/module_vocalfusion/src/beclear_int.xc:81 81 mics1 ...
by mark-jack
Sat Jan 13, 2018 10:47 am
Forum: Development Tools and Programming
Topic: About program compilation error
Replies: 2
Views: 2351

Re: About program compilation error

Hi mark-jack, It looks like the tools are failing during the analysis phase (very early on). I expect some files have been changed, but xmake has not spotted this (a bug under windows like this has recently been fixed) The work around is to do a clean build. robert OK, I'll try your suggestion, and...
by mark-jack
Wed Jan 10, 2018 10:07 am
Forum: Development Tools and Programming
Topic: About program compilation error
Replies: 2
Views: 2351

About program compilation error

The compiler did not give a compilation of the process of error on the tips, but said that there are errors within the compiler. What is the reason for this and how to deal with?Thank you for your help. https://s14.postimg.org/df9qgczu5/N14_ERW_UT3_RO0_4_Y9_C_X.png https://s14.postimg.org/sb89nyqod/...
by mark-jack
Mon Jan 08, 2018 2:33 pm
Forum: 中文讨论区
Topic: 如何获取麦克风阵列DOA结果?
Replies: 2
Views: 17492

Re: 如何获取麦克风阵列DOA结果?

我入手这块板子有一段时间了,你可以留下联系方式,我联系你。
by mark-jack
Thu Jan 04, 2018 12:26 pm
Forum: Development Tools and Programming
Topic: Programming problem
Replies: 2
Views: 2213

Re: Programming problem

Hi mark-jack You can use C, C++ or XC (C & C++ don't have native hardware features). The XC language is more like C than C++. You have struct and union. You don't have function pointers. BUT you do have 'interface'.... These are a bit like base classes viz pure virtual functions. HOWEVER the in...
by mark-jack
Wed Jan 03, 2018 1:23 pm
Forum: Development Tools and Programming
Topic: Programming problem
Replies: 2
Views: 2213

Programming problem

xmos development environment is not defined class? Or development environment is not a keyword class in this category?If not, anything similar to the class can be used instead of a class?Thank you very much!