zycv / OpenSpeaker

OpenSpeaker is a completely independent and open source speaker recognition project. It provides the entire process of speaker recognition including multi-platform deployment and model optimization.
Apache License 2.0
60 stars 10 forks source link

大小写是否需要改一下 #5

Closed larryKra closed 2 years ago

larryKra commented 2 years ago

OpenSpeaker/voiceprint/voiceprint_main.cc line 89: OpenSpeaker::Features features(sample_rate, feats_dims);

头文件里的定义是 namespace openspeaker {

大小写不匹配,编译的时候报错了,改成统一的就可以了。

zycv commented 2 years ago

Yeah, It's a bug about namespace naming and I've fixed it, thanks for your issue!