Questions tagged [headset]

A headset is an accessory that combines a headphone with a microphone. It allows users to operate in hands-free function. They have multiple applications.

Headsets have multiple applications as monitoring fitness, monitoring movement, storing/playing music or audio files.

259 questions
0
votes
1 answer

Headset Button Press not recognized when in secondary views of iOS application

I have an iOS application that streams music using RadioKit SDK. The audio plays fine while switching between different views of a tab bar controller, however when a headset is plugged in and the user is viewing one of the secondary tab views…
James Gunaca
  • 13
  • 1
  • 5
0
votes
0 answers

bluetooth PCM communication is deaf

I have the following system: bluetooth headset <-- HFP, HSP --> marvell bluetooth <-- PCM --> gsm modem What I know: First part works: rfcomm0: 00:06:C6:36:02:92 -> 00:1A:7D:D0:04:6D channel 1 connected [reuse-dlc release-on-hup…
Tomi
  • 53
  • 1
  • 1
  • 5
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

Understanding Bluetooth Headset connection with Android

I have a Bluetooth headset (BTC6White). I want to speak into the microphone and an Android device play the sound. So, How I can do this? First, I can establish a socket connection socket =…
jlmg5564
  • 1,380
  • 13
  • 28
0
votes
0 answers

How to stop sound input and output from changing to internal when recording audio in Android?

I've got a strange bug in my audio recording app that causes the device to switch to internal audio when I call AudioRecord.startRecording(); Meaning, all audio from every app (music players, YouTube, etc.) gets forced through the speakers from…
yuttadhammo
  • 5,069
  • 6
  • 34
  • 45
0
votes
1 answer

WP8 Error when connected to bluetooth headset

The scenario is: 1. Turn on my Nokia Bluetooth BH-214. 2. Wait for connection eastablished with my Lumia 822. 3. run the code. The exception is thrown from await socket.ConnectAsync(selectedDevice.HostName, "1"); Message = "Only one usage of each…
thsieh
  • 620
  • 8
  • 24
0
votes
1 answer

Detect audio path change in android

I am working on a Android media player application (Android ver 2.3 - 4.1 to be supported). I want to detect audio path transitions, like speaker to wired-headset or wired-headset to BT etc. I need to take some action in my app on these transitions.…
mpb
  • 23
  • 1
  • 5
0
votes
1 answer

Sending an audio file (to headset) through Bluetooth in Android

Well I read many threads in Stack overflow about file transfer by bluetooth in android and they have mentioned that sending "any" file is same whether its a *.txt file or a song. But I am using a headset on which i want a music to play by bluetooth.…
Shweta B. Patil
  • 1,131
  • 2
  • 11
  • 19
0
votes
1 answer

How do I read Bluetooth headset name?

I want to read the bluetooth headset name. I managed to rout the sound trough the headset and to get the current route for the kAudioSessionProperty_AudioRoute. I was not able to find any documentation how to read the headset name. Any link, advice…
Alex Terente
  • 12,006
  • 5
  • 51
  • 71
0
votes
1 answer

SmartWatch and Smart Wireless Headset Pro app on the market

I extended my SmartWatch app to work also on the Smart Wireless Headset Pro. In the developer documentation I read that the SmartWatch apps on Google Play should have a description that ends with: LiveWare™ extension for SmartWatch, while the Smart…
Eir
  • 1,003
  • 9
  • 24
0
votes
1 answer

How can an android app detect a bluetooth headset without bluetooth permissions?

I recently obtained a bluetooth headset, and noticed that although Google Play Music detects when it pairs, and starts showing a 'switch between phone speakers and bluetooth headset' control, its manifest (as reconstructed by AppXplore) does not…
android.weasel
  • 3,343
  • 1
  • 30
  • 41
0
votes
1 answer

SmartWirelessHeadset Pro Icon

(I've created an Android/Extension app for Sony SmartWatch and now I'm adding support for Sony Smart Wireless Headset Pro as well.) My problem is that the Black & White PNG icon for the Extension is displayed incorrectly (looks like it's corrupted…
Peter
  • 1,006
  • 7
  • 15
0
votes
1 answer

Android tablets and Bluetooth HFP

I am writing an application that records audio from a bluetooth headset. I have been testing on my HTC Evo 4g LTE(4.0.3). The headset pairs and the application works as intended. To further my testing I am trying to connect a bluetooth headset to a…
Tomguruken36
  • 1
  • 1
  • 1
0
votes
1 answer

How to detect BT headset/headphones when starting a service

I am starting a service that registers broadcast receiver for BT device connect/disconnect. It seem to work just fine. Although, I ran into a problem. I need to detect if BT headset is already connected, so that I know a current state. I use code…
Perry_ml
  • 495
  • 5
  • 16
0
votes
0 answers

Android - sending intent similar to event MEDIA_NEXT

Is it possible to send some intent like KEYCODE_MEDIA_NEXT programically ? P.S KEYCODE_MEDIA_NEXT is an event that appear after clicking some media button but I want to send it programically.
PatLas
  • 179
  • 1
  • 5
  • 16
1 2 3
17
18