|
30 | 30 | "@type": "ItemList", |
31 | 31 | "name": "decibri Integrations", |
32 | 32 | "description": "Speech-to-text and audio processing integrations for decibri, a cross-platform Node.js microphone streaming library.", |
33 | | - "numberOfItems": 9, |
| 33 | + "numberOfItems": 10, |
34 | 34 | "itemListElement": [ |
35 | 35 | {"@type": "ListItem", "position": 1, "name": "Sherpa-ONNX Speech-to-Text", "url": "https://decibri.dev/docs/node/integrations/sherpa-onnx-stt.html"}, |
36 | 36 | {"@type": "ListItem", "position": 2, "name": "Sherpa-ONNX Keyword Spotting", "url": "https://decibri.dev/docs/node/integrations/sherpa-onnx-kws.html"}, |
|
40 | 40 | {"@type": "ListItem", "position": 6, "name": "AssemblyAI Real-Time Transcription", "url": "https://decibri.dev/docs/node/integrations/assemblyai.html"}, |
41 | 41 | {"@type": "ListItem", "position": 7, "name": "OpenAI Real-Time Transcription", "url": "https://decibri.dev/docs/node/integrations/openai-realtime.html"}, |
42 | 42 | {"@type": "ListItem", "position": 8, "name": "Mistral Voxtral Real-Time Transcription", "url": "https://decibri.dev/docs/node/integrations/mistral-voxtral.html"}, |
43 | | - {"@type": "ListItem", "position": 9, "name": "AWS Transcribe Streaming", "url": "https://decibri.dev/docs/node/integrations/aws-transcribe.html"} |
| 43 | + {"@type": "ListItem", "position": 9, "name": "AWS Transcribe Streaming", "url": "https://decibri.dev/docs/node/integrations/aws-transcribe.html"}, |
| 44 | + {"@type": "ListItem", "position": 10, "name": "Google Cloud Speech-to-Text Streaming", "url": "https://decibri.dev/docs/node/integrations/google-speech.html"} |
44 | 45 | ] |
45 | 46 | } |
46 | 47 | </script> |
@@ -161,6 +162,14 @@ <h3>Streaming Transcription</h3> |
161 | 162 | </a> |
162 | 163 | </div> |
163 | 164 |
|
| 165 | + <h3>Google</h3> |
| 166 | + <div class="cards-grid"> |
| 167 | + <a href="node/integrations/google-speech.html" class="doc-card"> |
| 168 | + <h3>Streaming Transcription</h3> |
| 169 | + <p>Real-time cloud speech-to-text with Google Cloud Speech-to-Text.</p> |
| 170 | + </a> |
| 171 | + </div> |
| 172 | + |
164 | 173 | <footer class="doc-footer"> |
165 | 174 | <p>Apache-2.0 © <a href="https://analyticsinmotion.com" target="_blank" rel="noopener noreferrer">Analytics in Motion</a> · <a href="https://github.com/analyticsinmotion/decibri" target="_blank" rel="noopener noreferrer">GitHub</a> · <a href="https://www.npmjs.com/package/decibri" target="_blank" rel="noopener noreferrer">npm</a></p> |
166 | 175 | </footer> |
|
0 commit comments