227 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
80
views
I'm trying to record audio from my computers speakers and microphone and save it into a single file
I'm trying to record audio from my computers speakers and microphone, the idea is to create a program that can transcribe any meeting, regardless of what I'm using (web cam, speakers, air pods, ...
0
votes
0
answers
19
views
404 Error during Azure Speaker Identification despite valid profiles
I’m using Azure’s Speaker Recognition API for speaker identification in my Python script, but I’m encountering a 404 error with the message:
Resource not found
This error occurs when I try to identify ...
0
votes
0
answers
43
views
How can I properly map speakers in Twilio when utilizing live transcription and connecting to a "client" after a call with "from" and "to" numbers?
I am using python and working with Twilio where my Twilio number first calls the "to" number (from the "from" number). Once the "to" number picks up, the call is then ...
0
votes
1
answer
214
views
Transcribing Stereo Mix (Speaker Output) Audio with Azure AI Speech Service is very slow with threads?
I have been struggling for very long to transcribe real-time both microphone input and speaker output audios at the same time for call center use case. The background info of this project and my ...
0
votes
0
answers
48
views
How to change ear speaker to loud in Angular
I am working on an Angular project in which users can make and receive calls. I am using Agora for audio-video calls, and it's working fine. I have added functions to toggle the microphone and camera, ...
-1
votes
1
answer
435
views
How to force a known PIN code based Pairing using SSP?
Objective: We are developing a smart speaker tailored for the hospitality industry. In hotel rooms, guests are permitted to connect their smartphones via Bluetooth to the speaker and play their ...
0
votes
2
answers
278
views
Speaker outputs bursts of static when running Node.js WebSocket server with "audio/x-mulaw" data from Twilio
I'm trying to create a Node.js WebSocket server that receives audio data in the form of a base64-encoded string from Twilio. The decoded audio data is then written to the speaker using the write() ...
1
vote
2
answers
1k
views
How to play sounds through speaker connected to ATMega328PB board (in C)
I have a project involving using an AVR microcontroller (ATMega328PB), connected to a keyboard and small speaker, where each key should play a specific tone, like a piano. I have used the keyboard to ...
1
vote
0
answers
662
views
Is it possible to stream system sounds (speaker output) and recognize text from it in python?
I have looked through a lot of libraries for working with sound and have not found anywhere information on how to work with system sound (speakers output) I only found how to record this system sound ...
0
votes
1
answer
436
views
Play a audio file trough a specific speaker channel using gst-launch-1.0
I want to play a audio clip through only a specific speaker channel, for example, only through the Right Channel using gst-launch-1.0 command.
How can I do this ? I have 6 channel, so I am planning to ...
0
votes
1
answer
162
views
I want to listen to a pdf file as audio and my question is to run time.sleep() for 10 seconds and countdown through the speaker
Here is my code:
import pyttsx3 as audio_converter
import PyPDF2 # version 1.26.0
import time
import sys
book = open("OOP.pdf", "rb")
pdfreader = PyPDF2.PdfFileReader(book)
pages ...
0
votes
0
answers
38
views
how to listen to audio starting from the feature extractions of the deep learning model?
How can I play audio from model.predict return
features_test = model.predict(X_test)
x = features_test\[0\]
x = np.expand_dims(x, 0)
ipd.Audio(x\[0,:,0\], rate=16000, autoplay=False)
4
votes
0
answers
513
views
how to control the Sound Through Speaker And Earphone in flutter
i,m use this hmssdk_flutter package ,
How can I toggle speaker? I mean switch between earphone (built-in earphone) and speaker.
this hmssdk_flutter , Does not support switch in the ios , Only ...
4
votes
1
answer
3k
views
AudioManager setCommunicationDevice is not working on Android 12
I'm developing a mini native (Java) SDK to turn ON/OFF speaker for a react-native app for calls , because React-Native Incall Manager doesn't work properly on Android 12.
Module is working good on ...
0
votes
0
answers
113
views
Cordova Control-media-plugin and bluetooth speaker
I am using cordova-plugin-music-controls 2 and have created a media panel that works correctly. But The app can't handle button presses on the Bluetooth speaker, but handles it in notifications. How ...