Fix path separator
This commit is contained in:
parent
55a099ddc6
commit
3ed38ada2f
|
@ -51,7 +51,7 @@ using std::array;
|
|||
constexpr int sphinxSampleRate = 16000;
|
||||
|
||||
const path& getSphinxModelDirectory() {
|
||||
static path sphinxModelDirectory(getBinDirectory() / "res/sphinx");
|
||||
static path sphinxModelDirectory(getBinDirectory() / "res" / "sphinx");
|
||||
return sphinxModelDirectory;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue