Skip to main content
-3 votes
0 answers
16 views

Microsoft ASR not accurately transcribing single Arabic characters [closed]

I am using Microsoft ASR for Arabic language transcription, but it is unable to accurately transcribe single Arabic characters. For example, when I say the letter "ب" (baa'), it transcribes ...
sibghat's user avatar
1 vote
0 answers
20 views

Android SpeechRecognizer start sound too low or missing when using Bluetooth SCO audio routing (SDK 23–35)

I’m working on an Android app that includes hands-free voice interaction using the SpeechRecognizer API. It must be compatible from SDK 23 to 35. In most usage scenarios, the app runs outdoors with ...
Pierre Wargnier's user avatar
0 votes
1 answer
67 views

I cant seem to get my Android App to work with Vosk in MacOS12.7

I have been through the wringer trying to get Voice Recognition for an Android App i'm developing on my MacOS 12.7, using Python3.10, Kivy2.3, speechrecognition requirement, and Vosk 3.44, ive been ...
GX1705's user avatar
  • 3
0 votes
1 answer
21 views

React Speech Recognition not working on mobile browser

I'm working on a Next.js project and trying to use react-speech-recognition. It works well on Chrome Desktop, but it doesn't work on Chrome Android. I also tried the push-to-talk method, but it still ...
Nico A.L's user avatar
0 votes
0 answers
26 views

How to Capture Loopback Audio with SpeechRecognition (PyAudio)?

I’m working on a project where I need to use the speech_recognition module to process audio in real-time. However, from my research, it seems that speech_recognition (which works with pyaudio) only ...
Priyal Deep's user avatar
1 vote
1 answer
54 views

window.SpeechRecognition || window.webkitSpeechRecognition; is not working

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1....
Manzer A's user avatar
  • 3,836
0 votes
0 answers
21 views

SpeechRecognition and Pocket Sphinx doesn't work

I'm following a youtube tutorial to make an assistant in python. When I say "Piggy", it responds as usual, but after that, when I say how are you, it gives me this error. The guy in the ...
Jhpark0303's user avatar
0 votes
0 answers
24 views

Error with speech recognition: not-allowed

<!DOCTYPE html> <script> // Wait for the DOM to load before setting up the event listener document.addEventListener("DOMContentLoaded", function() { const ...
Mohit ChaudharI's user avatar
0 votes
1 answer
140 views

Unable to install pyaudio via homebrew

In file included from src/pyaudio/device_api.c:1: In file included from src/pyaudio/device_api.h:7: /Library/Frameworks/Python.framework/Versions/3.13/include/python3.13/Python.h:19:10: ...
Archit Rajput's user avatar
0 votes
0 answers
24 views

InstallTap and SpeechRecognition not working on Mac Catalyst

The following function works perfectly on iPad and iPhone but not on Mac Catalyst. It doesn't give me any errors, it just doesn't work. After adding many print statements, I've narrowed it down to two ...
Knotbin's user avatar
  • 37
0 votes
1 answer
52 views

Unable to export custom language model data (Speech framework)

I am trying to customise language model but face the error when exporting. I created a project and copied example code from Apple: import Speech class Data { func export() async throws { ...
Goran's user avatar
  • 1
0 votes
0 answers
32 views

"BrokenPipeError: [Errno 32] Broken pipe" when sending a python scripts output to a while loop

Been pulling my brains out for a few hours now, I cannot seem to get this working, I have been to the 3rd page of google results but I cannot seem to get this right. code: #!/bin/bash python3.12 -m ...
usr_40476's user avatar
1 vote
1 answer
83 views

Web Audio API preprocessing not improving Azure Speech SDK recognition accuracy for real-time meeting transcription

I'm working on a real-time speech-to-text application where microphone input is processed through Web Audio API before being sent to Azure Speech SDK. The main issue is that some audio content is ...
Su Myat's user avatar
  • 35
0 votes
2 answers
167 views

Flutter: Voice command 'open' not activating microphone listening state with Azure Speech Services

I'm building a Flutter application that uses Azure Speech Services for voice commands. When I say "open", the microphone should start listening (indicated by turning red), but it's not ...
pomoworko.com's user avatar
0 votes
0 answers
40 views

PyAnnote Speaker Verification: All Speakers Getting Perfect 1.000 Similarity Scores

I'm experiencing an issue with PyAnnote's speaker verification where all speakers are getting perfect similarity scores (1.000), even when they are clearly different voices. Environment pyannote....
user29588450's user avatar

15 30 50 per page
1
2 3 4 5
358