Pinned Loading
-
Rev.ai Node Streaming Example
Rev.ai Node Streaming Example 1const revai = require('revai-node-sdk');
2const fs = require('fs');
34var client = new revai.RevAiStreamingClient(YOUR-ACCESS-TOKEN, YOUR-AUDIO-CONFIG);
5 -
Rev.ai Python Streaming Example
Rev.ai Python Streaming Example 1from rev_ai.models import MediaConfig
2from rev_ai.streamingclient import RevAiStreamingClient
3import io
45config = MediaConfig(YOUR MEDIA CONTENT TYPE)
-
Use the Rev.ai API with Python!
Use the Rev.ai API with Python! 1# import rev_ai and create your client using your access token.
2from rev_ai import apiclient
34client = apiclient.RevAiAPIClient("ACCESS_TOKEN")
5 -
Use the Rev.ai API with curl!
Use the Rev.ai API with curl! 1// Send an audio file to Rev.ai
2curl -X POST "https://api.rev.ai/revspeech/v1beta/jobs"
3-H "Authorization: Bearer <access_token>"
4-H "Content-Type: application/json"
5-d "{\"media_url\":\"rev.cm/FTC_Sample_1_-_Single"}"
-
Rev.ai-Browser-Stream
Rev.ai-Browser-Stream PublicAn example webpage which transcribes user microphone input from the browser using rev.ai
JavaScript 2
-
revai-node-sdk
revai-node-sdk PublicForked from revdotcom/revai-node-sdk
node.js javascript sdk for the rev.ai api
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.