nimbleape / dana-tsg-rtp-stt-audioserver

An AudioServer that takes audio from Asterisk via UDP and sends it to Google's Speech To Text Engine
MIT License
32 stars 10 forks source link

Is the RTP Server in config.js supposed to be Asterisk? #10

Closed vcidst closed 2 years ago

vcidst commented 2 years ago

Thanks a lot for this repo! Can you please add a line of comments for what do various fields in config.js mean? Does the keyFilename param require absolute or relative filepath? I couldn't find it being used in the code.

Is there any reason why by default all three speech providers are enabled?

vcidst commented 2 years ago

Closing the issue since I figured this out, rtpServer is the node server, keyFilename should have the absolute path.

I noticed the PR that enabled all the speech providers to be used at once.

danjenkins commented 2 years ago

hey @vcidst sorry for the delay in replying... I'd completely missed your issue! Glad you managed to sort it out :)

I think all 3 were enabled for a demo I did showing it was easy to get results from all 3 at the same time