whisper-cpp-server icon indicating copy to clipboard operation
whisper-cpp-server copied to clipboard

Real-time speech recognition and display of recognition results in the browser

Open litongjava opened this issue 2 years ago • 2 comments

Real-time speech recognition and display of recognition results in the browser Functionality is complete and ready for testing

backend

https://github.com/litongjava/whisper-cpp-server

frontend

https://github.com/litongjava/listen-know-web

https://github.com/litongjava/whisper-cpp-server/assets/31761981/ba7268fa-312c-47b2-a538-804b96bb656f

litongjava avatar Nov 27 '23 03:11 litongjava

Can it handle multiple concurrent audio streams (e.g. connections from users)? If not, i setup a fork which can handle multiple connections by switching to boost. Please consider incorporating the change to support multiple streams

eschmidbauer avatar Mar 12 '24 19:03 eschmidbauer

@eschmidbauer HTTP interface support, WebSocket interface is not supported, but can be implemented by simply modifying the code. Put the user and the audio to be processed to a map

litongjava avatar Mar 12 '24 20:03 litongjava