Questions tagged [speaker]
233 questions
0
votes
0 answers
How to route speaker output and mic input to a dummy device on Android
I want to route speaker output to dummy device1, and route mic input to a dummy device2 on Android, so that reading from device1 gets the audio stream from all Android apps and phone calls, and writing to device2 generates fake audio input for all…

Daniel
- 619
- 5
- 14
0
votes
1 answer
Negative probability in GMM
I am so confused. I have tested a program for myself by following MATLAB code :
feature_train=[1 1 2 1.2 1 1 700 709 708 699 678];
No_of_Clusters = 2;
No_of_Iterations =…

amir nemat
- 105
- 1
- 13
0
votes
2 answers
Text voice reading
I have app one of its activity will be like texts in arabic (textview) and below each text how its written in turkish language text (textview), beside it image button , when press this its speach the turkish text loudly in turkish language like that…

androidqq6
- 1,526
- 2
- 22
- 47
0
votes
1 answer
Detect speaker/headset using AudioUnit on Mac OS X
Using AudioUnit and kAudioUnitSubType_HALOutput how do I detect if the output is Speaker or Headset?

junglecat
- 643
- 1
- 10
- 19
0
votes
1 answer
In Android OS, Can I create a service that runs in the background and detects if the Loud Speaker is ON or OFF?
I need to create a service which runs in the background and detects if the phone loud-speaker is being used. I need to listen for a phone "loud-speaker event" (ON or OFF) and perform an action depends on the state of the loud speaker.

Rami
- 39
- 1
- 6
0
votes
1 answer
Play music from front speaker on iOS?
Is it possible to play music from the front speaker of an iPhone instead of the rear speaker? I mean, the speaker used for classical phone calls instead of the rear loudspeaker.

boskaiolo
- 128
- 7
0
votes
3 answers
Multispeaker option with BASS library
I'm working on a sonification project where I have to track a colored object from my camera and play music if that object moves in different positions, e.g.: play music on the right speaker if the object moves right.
I've been looking for an audio…

Angel
- 13
- 1
- 4
0
votes
0 answers
PlaySound() played but not hear c++
I use playsound it work ok on my laptop but on my pc it's not working. When sound is playing I check volume scale it go up and down. But I can't hear any sound.
Note that my PC Speaker is using normal.

Phat Tran
- 307
- 1
- 3
- 14
-1
votes
1 answer
agora.io react-native setEnableSpeakerphone is taking too much time
"react-native": "0.61.5"
"react-native-agora": "^3.4.6",
Android 11
using react native agoraio RtcEngine for audio only calls, setEnableSpeakerphone has now started taking about 2-3 seconds, and causing trouble for users.
on Android studio, I can…
-1
votes
1 answer
How does frequency recording works with speakers exactly?
I'm currently trying to make my Android application based on frequencies work but I encounter some issues with speakers.
In fact, I obtained three different results, depending of the method I use. Here are the methods, and the result for a 440 Hz…

Kogani
- 7
- 3
-1
votes
1 answer
Arduino Speaker making long continuous noise
Arduino speaker seems not to be working according to my code. It is not shutting off the sound.
I am trying to run the code below. However, when I press the button all I get is one long, continuous sound. When I change the frequency, the tone also…

zabda30
- 13
- 1
-1
votes
1 answer
Send Tone from arduino through mono aux cord to speakers via 3.5mm jack
Hello I am using Arduino C to program my microcontroller to output frequencies via tone(); to a piezo buzzer. Currently the frequency(s) is/are chosen with a potentiometer. I would like to ditch the piezo buzzer and instead output the frequency to a…

Drew P
- 13
- 5
-1
votes
1 answer
Play a beep sound on onboard speaker using PHP
I want to play an beep sound on internal(on-board) speaker to alert the user about a specific activity on a webpage.
Is it possible in PHP?

Poo
- 39
- 6
-1
votes
1 answer
How to play audio through the loudspeaker in J2ME
I'm using JSR 135 to play an audio file.
This is the way I'm doing it.
InputStream is = getClass().getResourceAsStream("/tone.mp3");
Player p = Manager.createPlayer(is, "audio/mp3");
p.start();
// get volume control for player and set…

pabrou
- 1
-2
votes
1 answer
How to make something say in python
I want my python program to say
like
a = "Hello Boss I am your program"
say(a)
#and it should say the text
thanks in advance!

Khalee Jaice
- 7
- 2