Junhui Zhang

Results 6 comments of Junhui Zhang

> @zhangjh915 How to get the data preprocessing? i canot find the code.thanks You can use "dump_data" directly following README with input wav.s16 And the code is in "src/dump_data.c"

> bro,I get the features.f32 file,i did not divide it into 55d?the file lenth is 180000000.我可以说中文吗? > […](#) > ------------------ 原始邮件 ------------------ 发件人: "mozilla/LPCNet" ***@***.***>; 发送时间: 2021年9月18日(星期六) 上午10:42 ***@***.***>; ***@***.******@***.***>; 主题: Re: [mozilla/LPCNet] Can...

> Thank you.I get the features file from ./dump_data -train input.s16 features.f32 data.s16.Then i want to use numpy to reshape the file to 55d,but i can't. Can you tell me this...

> Me too,then i used np.reshape(55,),why Why can't it be divided into 55d? it's my features is error? The 55d lenth is same lenth? > […](#) > ------------------ 原始邮件 ------------------ 发件人: "mozilla/LPCNet" ***@***.***>;...

> When i used './dump_data -train input.s16 features.f32 data.s16'  to get the features.f32,the file lenth is 180000000,so i coudn't to reshape 55d.I just want to remove 18d(BFE).What should I do?Thanks...

> Of course,but the features.f32  file comes from './dump_data -train input.s16 features.f32 data.s16',then I write to code 'np.fromfile('.f32',np.float32), np.shape(55,)',the code is error.  Why  should see train_lpcnet?  > […](#) > ------------------ 原始邮件 ------------------...