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

CMAKE file error #1496

Closed Taher0321 closed 6 months ago

Taher0321 commented 6 months ago

WhatsApp Image 2024-01-01 at 8 08 01 PM We are developing vosk for C and created CMAKE file. In the CMAKE file we are facing path error, though the path is right we are encountering this problem. Kindly help. We tried forward/blackward slash but still facing the same error.

nshmyrev commented 6 months ago

The issue with Portaudio and Cmake has no relation to our project

nshmyrev commented 6 months ago

You can use find_library instead of find_package for portaudio too