Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"permissions": {
"allow": [
"Bash(curl -s -o /tmp/decibri_main.html -w \"%{http_code}\" https://decibri.dev)",
"Bash(curl -s -o /tmp/decibri_robots.txt -w \"%{http_code}\" https://decibri.dev/robots.txt)",
"Bash(curl -s -o /tmp/decibri_sitemap.xml -w \"%{http_code}\" https://decibri.dev/sitemap.xml)",
"Bash(curl -s -o /tmp/decibri_llms.txt -w \"%{http_code}\" https://decibri.dev/llms.txt)",
"Bash(curl -s -o /tmp/decibri_og.png -w \"%{http_code}\" https://decibri.dev/decibri-social-og.png)",
"Bash(curl -s -o /tmp/decibri_main.html -w \"%{http_code}\" https://decibri.com)",
"Bash(curl -s -o /tmp/decibri_robots.txt -w \"%{http_code}\" https://decibri.com/robots.txt)",
"Bash(curl -s -o /tmp/decibri_sitemap.xml -w \"%{http_code}\" https://decibri.com/sitemap.xml)",
"Bash(curl -s -o /tmp/decibri_llms.txt -w \"%{http_code}\" https://decibri.com/llms.txt)",
"Bash(curl -s -o /tmp/decibri_og.png -w \"%{http_code}\" https://decibri.com/decibri-social-og.png)",
"Bash(find /c/development/aim/npm/decibri/repository/decibri/docs -type f -exec ls -lh {})",
"Read(//c/development/aim/npm/decibri/repository/decibri/**)",
"WebFetch(domain:github.com)",
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<td>
<a href="https://www.npmjs.com/package/decibri"><img src="https://img.shields.io/npm/v/decibri" alt="npm version"></a>&nbsp;
<a href="https://github.com/analyticsinmotion/decibri/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="Apache 2.0 License"></a>&nbsp;
<a href="https://decibri.dev"><img src="https://img.shields.io/badge/Website-decibri.dev-blue" alt="decibri.dev"></a>&nbsp;
<a href="https://decibri.dev/docs/"><img src="https://img.shields.io/badge/docs-passing-brightgreen" alt="Docs"></a>&nbsp;
<a href="https://decibri.com"><img src="https://img.shields.io/badge/Website-decibri.com-blue" alt="decibri.com"></a>&nbsp;
<a href="https://decibri.com/docs/"><img src="https://img.shields.io/badge/docs-passing-brightgreen" alt="Docs"></a>&nbsp;
<a href="https://github.com/analyticsinmotion"><img src="https://github.com/user-attachments/assets/616c530f-cf2a-4f26-8f6c-7397be513847" alt="Analytics in Motion" width="137" height="20"></a>
</td>
</tr>
Expand All @@ -32,15 +32,15 @@
<tr>
<td><strong>Integrations</strong></td>
<td>
<a href="https://decibri.dev/docs/node/integrations/openai-realtime.html"><img src="https://img.shields.io/badge/OpenAI-cloud-blue" alt="OpenAI"></a>&nbsp;
<a href="https://decibri.dev/docs/node/integrations/deepgram.html"><img src="https://img.shields.io/badge/Deepgram-cloud-blue" alt="Deepgram"></a>&nbsp;
<a href="https://decibri.dev/docs/node/integrations/assemblyai.html"><img src="https://img.shields.io/badge/AssemblyAI-cloud-blue" alt="AssemblyAI"></a>&nbsp;
<a href="https://decibri.dev/docs/node/integrations/mistral-voxtral.html"><img src="https://img.shields.io/badge/Mistral-cloud-blue" alt="Mistral"></a>&nbsp;
<a href="https://decibri.dev/docs/node/integrations/aws-transcribe.html"><img src="https://img.shields.io/badge/AWS_Transcribe-cloud-blue" alt="AWS Transcribe"></a>&nbsp;
<a href="https://decibri.dev/docs/node/integrations/google-speech.html"><img src="https://img.shields.io/badge/Google_Speech-cloud-blue" alt="Google Speech-to-Text"></a>&nbsp;
<a href="https://decibri.dev/docs/node/integrations/azure-speech.html"><img src="https://img.shields.io/badge/Azure_Speech-cloud-blue" alt="Azure Speech-to-Text"></a>&nbsp;
<a href="https://decibri.dev/docs/node/integrations/sherpa-onnx-stt.html"><img src="https://img.shields.io/badge/Sherpa--ONNX-local-brightgreen" alt="Sherpa-ONNX"></a>&nbsp;
<a href="https://decibri.dev/docs/node/integrations/whisper-cpp.html"><img src="https://img.shields.io/badge/Whisper.cpp-local-brightgreen" alt="Whisper.cpp"></a>
<a href="https://decibri.com/docs/node/integrations/openai-realtime.html"><img src="https://img.shields.io/badge/OpenAI-cloud-blue" alt="OpenAI"></a>&nbsp;
<a href="https://decibri.com/docs/node/integrations/deepgram.html"><img src="https://img.shields.io/badge/Deepgram-cloud-blue" alt="Deepgram"></a>&nbsp;
<a href="https://decibri.com/docs/node/integrations/assemblyai.html"><img src="https://img.shields.io/badge/AssemblyAI-cloud-blue" alt="AssemblyAI"></a>&nbsp;
<a href="https://decibri.com/docs/node/integrations/mistral-voxtral.html"><img src="https://img.shields.io/badge/Mistral-cloud-blue" alt="Mistral"></a>&nbsp;
<a href="https://decibri.com/docs/node/integrations/aws-transcribe.html"><img src="https://img.shields.io/badge/AWS_Transcribe-cloud-blue" alt="AWS Transcribe"></a>&nbsp;
<a href="https://decibri.com/docs/node/integrations/google-speech.html"><img src="https://img.shields.io/badge/Google_Speech-cloud-blue" alt="Google Speech-to-Text"></a>&nbsp;
<a href="https://decibri.com/docs/node/integrations/azure-speech.html"><img src="https://img.shields.io/badge/Azure_Speech-cloud-blue" alt="Azure Speech-to-Text"></a>&nbsp;
<a href="https://decibri.com/docs/node/integrations/sherpa-onnx-stt.html"><img src="https://img.shields.io/badge/Sherpa--ONNX-local-brightgreen" alt="Sherpa-ONNX"></a>&nbsp;
<a href="https://decibri.com/docs/node/integrations/whisper-cpp.html"><img src="https://img.shields.io/badge/Whisper.cpp-local-brightgreen" alt="Whisper.cpp"></a>
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
<h1>Page not found</h1>
<p class="message">The page you're looking for doesn't exist or has moved.</p>
<div class="links">
<a href="/">decibri.dev</a>
<a href="/">decibri.com</a>
<a href="/docs/">Documentation</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
decibri.dev
decibri.com
4 changes: 2 additions & 2 deletions docs/docs/browser/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:title" content="API Reference | decibri docs">
<meta property="og:description" content="decibri-web API reference. Constructor options, methods, events, types, and differences from decibri for Node.js.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://decibri.dev/docs/browser/api-reference.html">
<link rel="canonical" href="https://decibri.dev/docs/browser/api-reference.html">
<meta property="og:url" content="https://decibri.com/docs/browser/api-reference.html">
<link rel="canonical" href="https://decibri.com/docs/browser/api-reference.html">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:title" content="Getting Started | decibri docs">
<meta property="og:description" content="Get started with decibri-web. Browser-based microphone capture with the same API as decibri for Node.js. Zero dependencies, under 10KB.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://decibri.dev/docs/browser/">
<link rel="canonical" href="https://decibri.dev/docs/browser/">
<meta property="og:url" content="https://decibri.com/docs/browser/">
<link rel="canonical" href="https://decibri.com/docs/browser/">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
30 changes: 15 additions & 15 deletions docs/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:title" content="Documentation | decibri">
<meta property="og:description" content="decibri documentation. Guides, API reference, and integration examples for microphone capture in Node.js and the browser.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://decibri.dev/docs/">
<link rel="canonical" href="https://decibri.dev/docs/">
<meta property="og:url" content="https://decibri.com/docs/">
<link rel="canonical" href="https://decibri.com/docs/">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -32,19 +32,19 @@
"description": "Speech-to-text and audio processing integrations for decibri, a cross-platform Node.js microphone streaming library.",
"numberOfItems": 13,
"itemListElement": [
{"@type": "ListItem", "position": 1, "name": "Browser Getting Started", "url": "https://decibri.dev/docs/browser/"},
{"@type": "ListItem", "position": 2, "name": "Browser API Reference", "url": "https://decibri.dev/docs/browser/api-reference.html"},
{"@type": "ListItem", "position": 3, "name": "Sherpa-ONNX Speech-to-Text", "url": "https://decibri.dev/docs/node/integrations/sherpa-onnx-stt.html"},
{"@type": "ListItem", "position": 4, "name": "Sherpa-ONNX Keyword Spotting", "url": "https://decibri.dev/docs/node/integrations/sherpa-onnx-kws.html"},
{"@type": "ListItem", "position": 5, "name": "Sherpa-ONNX Voice Activity Detection", "url": "https://decibri.dev/docs/node/integrations/sherpa-onnx-vad.html"},
{"@type": "ListItem", "position": 6, "name": "Whisper.cpp Speech-to-Text", "url": "https://decibri.dev/docs/node/integrations/whisper-cpp.html"},
{"@type": "ListItem", "position": 7, "name": "Deepgram Real-Time Transcription", "url": "https://decibri.dev/docs/node/integrations/deepgram.html"},
{"@type": "ListItem", "position": 8, "name": "AssemblyAI Real-Time Transcription", "url": "https://decibri.dev/docs/node/integrations/assemblyai.html"},
{"@type": "ListItem", "position": 9, "name": "OpenAI Real-Time Transcription", "url": "https://decibri.dev/docs/node/integrations/openai-realtime.html"},
{"@type": "ListItem", "position": 10, "name": "Mistral Voxtral Real-Time Transcription", "url": "https://decibri.dev/docs/node/integrations/mistral-voxtral.html"},
{"@type": "ListItem", "position": 11, "name": "AWS Transcribe Streaming", "url": "https://decibri.dev/docs/node/integrations/aws-transcribe.html"},
{"@type": "ListItem", "position": 12, "name": "Google Cloud Speech-to-Text Streaming", "url": "https://decibri.dev/docs/node/integrations/google-speech.html"},
{"@type": "ListItem", "position": 13, "name": "Azure Speech-to-Text Streaming", "url": "https://decibri.dev/docs/node/integrations/azure-speech.html"}
{"@type": "ListItem", "position": 1, "name": "Browser Getting Started", "url": "https://decibri.com/docs/browser/"},
{"@type": "ListItem", "position": 2, "name": "Browser API Reference", "url": "https://decibri.com/docs/browser/api-reference.html"},
{"@type": "ListItem", "position": 3, "name": "Sherpa-ONNX Speech-to-Text", "url": "https://decibri.com/docs/node/integrations/sherpa-onnx-stt.html"},
{"@type": "ListItem", "position": 4, "name": "Sherpa-ONNX Keyword Spotting", "url": "https://decibri.com/docs/node/integrations/sherpa-onnx-kws.html"},
{"@type": "ListItem", "position": 5, "name": "Sherpa-ONNX Voice Activity Detection", "url": "https://decibri.com/docs/node/integrations/sherpa-onnx-vad.html"},
{"@type": "ListItem", "position": 6, "name": "Whisper.cpp Speech-to-Text", "url": "https://decibri.com/docs/node/integrations/whisper-cpp.html"},
{"@type": "ListItem", "position": 7, "name": "Deepgram Real-Time Transcription", "url": "https://decibri.com/docs/node/integrations/deepgram.html"},
{"@type": "ListItem", "position": 8, "name": "AssemblyAI Real-Time Transcription", "url": "https://decibri.com/docs/node/integrations/assemblyai.html"},
{"@type": "ListItem", "position": 9, "name": "OpenAI Real-Time Transcription", "url": "https://decibri.com/docs/node/integrations/openai-realtime.html"},
{"@type": "ListItem", "position": 10, "name": "Mistral Voxtral Real-Time Transcription", "url": "https://decibri.com/docs/node/integrations/mistral-voxtral.html"},
{"@type": "ListItem", "position": 11, "name": "AWS Transcribe Streaming", "url": "https://decibri.com/docs/node/integrations/aws-transcribe.html"},
{"@type": "ListItem", "position": 12, "name": "Google Cloud Speech-to-Text Streaming", "url": "https://decibri.com/docs/node/integrations/google-speech.html"},
{"@type": "ListItem", "position": 13, "name": "Azure Speech-to-Text Streaming", "url": "https://decibri.com/docs/node/integrations/azure-speech.html"}
]
}
</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
+ '<div class="sidebar-back">'
+ '<a href="/">'
+ '<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"/><polyline points="12 19 5 12 12 5"/></svg>'
+ 'Back to decibri.dev'
+ 'Back to decibri.com'
+ '</a>'
+ '</div>';

Expand Down Expand Up @@ -153,7 +153,7 @@
+ '<a href="/docs/browser/index.html" onclick="toggleMobileMenu()">Getting Started</a>'
+ '<a href="/docs/browser/api-reference.html" onclick="toggleMobileMenu()">API Reference</a>'
+ '<div class="mobile-menu-divider"></div>'
+ '<a href="/">Back to decibri.dev</a>';
+ '<a href="/">Back to decibri.com</a>';

var mobileMenu = document.querySelector('.mobile-menu');
if (mobileMenu) mobileMenu.innerHTML = mobileMenuHtml;
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/node/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:title" content="API Reference | decibri docs">
<meta property="og:description" content="decibri Node.js API reference. Constructor options, methods, properties, events, audio formats, and device enumeration.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://decibri.dev/docs/node/api-reference.html">
<link rel="canonical" href="https://decibri.dev/docs/node/api-reference.html">
<meta property="og:url" content="https://decibri.com/docs/node/api-reference.html">
<link rel="canonical" href="https://decibri.com/docs/node/api-reference.html">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/node/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:title" content="Getting Started | decibri docs">
<meta property="og:description" content="Get started with decibri. Install, capture audio, and build real-time voice applications in Node.js.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://decibri.dev/docs/node/">
<link rel="canonical" href="https://decibri.dev/docs/node/">
<meta property="og:url" content="https://decibri.com/docs/node/">
<link rel="canonical" href="https://decibri.com/docs/node/">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/node/integrations/assemblyai.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:title" content="AssemblyAI Real-Time Transcription | decibri docs">
<meta property="og:description" content="Real-time cloud speech-to-text transcription using decibri and AssemblyAI in Node.js.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://decibri.dev/docs/node/integrations/assemblyai.html">
<link rel="canonical" href="https://decibri.dev/docs/node/integrations/assemblyai.html">
<meta property="og:url" content="https://decibri.com/docs/node/integrations/assemblyai.html">
<link rel="canonical" href="https://decibri.com/docs/node/integrations/assemblyai.html">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/node/integrations/aws-transcribe.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:title" content="AWS Transcribe Streaming | decibri docs">
<meta property="og:description" content="Real-time cloud speech-to-text streaming using decibri and AWS Transcribe in Node.js.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://decibri.dev/docs/node/integrations/aws-transcribe.html">
<link rel="canonical" href="https://decibri.dev/docs/node/integrations/aws-transcribe.html">
<meta property="og:url" content="https://decibri.com/docs/node/integrations/aws-transcribe.html">
<link rel="canonical" href="https://decibri.com/docs/node/integrations/aws-transcribe.html">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/node/integrations/azure-speech.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:title" content="Azure Speech-to-Text Streaming | decibri docs">
<meta property="og:description" content="Real-time cloud speech-to-text streaming using decibri and Azure Speech-to-Text in Node.js.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://decibri.dev/docs/node/integrations/azure-speech.html">
<link rel="canonical" href="https://decibri.dev/docs/node/integrations/azure-speech.html">
<meta property="og:url" content="https://decibri.com/docs/node/integrations/azure-speech.html">
<link rel="canonical" href="https://decibri.com/docs/node/integrations/azure-speech.html">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/node/integrations/deepgram.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:title" content="Deepgram Real-Time Transcription | decibri docs">
<meta property="og:description" content="Real-time cloud speech-to-text transcription using decibri and Deepgram in Node.js.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://decibri.dev/docs/node/integrations/deepgram.html">
<link rel="canonical" href="https://decibri.dev/docs/node/integrations/deepgram.html">
<meta property="og:url" content="https://decibri.com/docs/node/integrations/deepgram.html">
<link rel="canonical" href="https://decibri.com/docs/node/integrations/deepgram.html">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/node/integrations/google-speech.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:title" content="Google Cloud Speech-to-Text Streaming | decibri docs">
<meta property="og:description" content="Real-time cloud speech-to-text streaming using decibri and Google Cloud Speech-to-Text in Node.js.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://decibri.dev/docs/node/integrations/google-speech.html">
<link rel="canonical" href="https://decibri.dev/docs/node/integrations/google-speech.html">
<meta property="og:url" content="https://decibri.com/docs/node/integrations/google-speech.html">
<link rel="canonical" href="https://decibri.com/docs/node/integrations/google-speech.html">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/node/integrations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<meta property="og:title" content="Choosing an Integration | decibri docs">
<meta property="og:description" content="Compare decibri integrations for speech-to-text, keyword spotting, and voice activity detection. Local and cloud options side by side.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://decibri.dev/docs/node/integrations/">
<link rel="canonical" href="https://decibri.dev/docs/node/integrations/">
<meta property="og:url" content="https://decibri.com/docs/node/integrations/">
<link rel="canonical" href="https://decibri.com/docs/node/integrations/">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down
Loading