Unable to send binary raw audio (PCM -> layout=interleaved;rate=32000;format=S16LE;channels=1) using Poco::Net::WebSocket #4298
Unanswered
naeemahmedkal
asked this question in
Q&A
Replies: 2 comments
-
|
This issue is stale because it has been open for 365 days with no activity. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This issue was closed because it has been inactive for 60 days since being marked as stale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to send raw audio (PCM) using Poco::Net::WebSocket to a third-party STT service provider. The socket is connecting successfully but the stream is not transferring on the empty stream error is happening from the third party.
I have contacted them and asked about the issue they are mentioning that your connection is not sending proper content-type.
Below is my code
Beta Was this translation helpful? Give feedback.
All reactions