zhuhao528

Results 8 comments of zhuhao528

the run take long time,where can i find the model?

it run 24 hours,but has not a result.

i change EAGLContext *context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2 sharegroup:_sharegroup]; to EAGLContext *context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2]; the problem solved

线阵不能区别阵元轴对称方向。环形阵列可以。

I had the same problem with latest version. i found that stop stopAnimating is performed,but it do nothing when the network is closed or network is quick. how to solved...

- (NSInteger)subRow { id indexpath = [NSIndexPath class]; id subRowObj = objc_getAssociatedObject(indexpath, SubRowObjectKey); return [subRowObj integerValue]; } - (void)setSubRow:(NSInteger)subRow { id subRowObj = [NSNumber numberWithInteger:subRow]; id indexpath = [NSIndexPath class];...

ok thanks,I read a blog that helped me,this is the address https://codeantenna.com/a/pEQArF4zmR

when modifing the frame_size to 128, should i modify eband5ms array as same time? for example: /*for 16K speech frame_size 160 files*/ // hz[i]/4*(sample_rate/win_len) = hz[i]/200 // static const opus_int16...