Top "Speaker" questions

how to turn speaker on/off programmatically in android 4.0

I play a file through media player and I want to give options like speaker on/off, play though headset, …

android android-4.0-ice-cream-sandwich speaker
how to play sound from microphone to speaker directly on android?

in my application, I need to direct sound from microphone directly to speaker. No other actions. I found a way …

android microphone speaker
C# how to record general audio from output device ( speaker ) with NAudio API

I'm trying to record the Speaker Output to detect volume and BPM from any playing music with C# and NAudio …

c# audio-recording naudio speaker
AVAudioPlayer via Speakers

I got the following code: - (id)init { if (self = [super init]) { UInt32 sessionCategory = kAudioSessionCategory_MediaPlayback; AudioSessionSetProperty(kAudioSessionProperty_AudioCategory, sizeof(…

iphone avaudioplayer speaker
TypeError: 'module' object is not callable . MFCC

Working on a project based on speaker recognition using python and getting the following error while finding MFCC. Traceback (most …

python numpy speaker mfcc
Controlling the volume of forced-to-speaker audio

I'm playing an audio clip using OpenSL ES. In my code I have audioManager.setMode(AudioManager.MODE_IN_CALL); audioManager.…

android android-audiomanager speaker opensl