I want to use PHP to collect audio in realtime from a microphone and then send the audio streaming in realtime to AWS Transcribe to get the speech text back.
In the AWS Transcribe documentation, I only found a Java example.
How to achieve using PHP SDK. I did not find any samples.
Comments
Post a Comment