alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.37k stars 1.04k forks source link

Facing libvosk and portaudio error. #1494

Closed Taher0321 closed 6 months ago

Taher0321 commented 6 months ago

We followed this process and still getting the same error. We executed this in following way: g++ speech.cpp -o speech.exe C:/portaudio/lib/portaudio.lib specified the library and tried to link using the g++ still showing the below error cc1plus.exe: fatal error: speech.cpp: No such file or directory also tried to solve using changing the path in task.json and properties.json as shown below but still showing the error shown in an image. do you have any way resolve this issue?

kindly help

Screenshot is attached for your reference. IMG-20231228-WA0003 IMG-20231228-WA0004

Originally posted by @Taher0321 in https://github.com/alphacep/vosk-api/issues/1485#issuecomment-1871130001

nshmyrev commented 6 months ago

Same as #1485, no need to open another one on the same topic