Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
1k views

Bandwidth from headphone/microphone jack

I got interested in this after I saw SquareUp use the headphone jack on the iPhone to send credit card data. What's the average bandwidth of the headphone jack on the iPhone, average notebook, and ...
3
votes
3answers
608 views

How to detect something in headphone jack on a Mac?

Is there a way to detect if something is plugged into the headphone jack of a Mac using c or objective-c? Thanks
3
votes
2answers
570 views

Detecting if headphones are plugged into iPhone

Does anyone know if you can detect if headphones are plugged into the iPhone, and if they aren't - disable sound from your application. I think I could manage disabling sound, but the detection part ...
2
votes
1answer
211 views

Can't get a notification when connecting an external accessory to the 3.5 mm headphones jack

I've been trying to get this to work for a while now. I've done everything they say in the documentation and still got nothing. This is the code in my app delegate that registers for local ...
2
votes
1answer
378 views

How To Get Electric Power From Head Phone Jack?

My quest is if anyone knows how to create an Android app that can send electric charge through the device's headphone jack, like in this video iPocket_LED. The video shows an app for iPhone that ...
2
votes
3answers
437 views

Detect headphones in Windows

I'm trying to detect if the headphones are plugged in on Windows. I've already tried DirectSound and the NAudio library and have not had any success. Does anyone have any suggestions? NOTE: this ...
1
vote
0answers
25 views

Starting point to get raw information from iPhone 3.5 mm minijack input?

Needed for some custom external device communication plugged into headphone slot.
1
vote
0answers
113 views

Detect headset button click (iPhone SDK)

Is there a way to detect the headset's play/pause button click? I managed to detect the volume buttons clicks using: AudioSessionAddPropertyListener( ...
1
vote
1answer
122 views

Is it possible to detect whether or not something is plugged into the audio jack, in python?

I'm trying to detect if there is a device hooked into the audio jack with python. This is in Windows 7.
1
vote
1answer
356 views

IPhone audio: Volume faint ( but okay with headphones )

I'm getting unexpected audio behaviour: problem -- iPhone device volume is very faint, but if I plug in headphones the volume is perfect firstly, start app on iPhone the with nothing plugged in. ...
1
vote
1answer
651 views

iOS / iPhone SDK: Is there an event for when the headphones are unplugged?

During a test, a client noticed that video playback in the iPhone pauses when headphones are unplugged. He wanted similar functionality for audio playback, and maybe the ability to pop up a message. ...
1
vote
2answers
292 views

Send signals through headphone cable

I've done quite a bit of searching on this but haven't found anything. I have an idea for an app to control a device, that would need to connect through the headphone cable. Is it possible to send ...
1
vote
2answers
702 views

Droid Incredible Headphones Detection

I'm developing an Android application for the Droid Incredible. When I plug in my headphones, an icon appears on the status bar, so I presume the phone must know headphones are present. My code ...
1
vote
1answer
331 views

wired headphones pluged in and out

I need an event executing when user plugs in/out wired headphones, it made in HTC sense player. android.media.AudioManager doesn't generate an event, it even doesn't return a correct value with ...
0
votes
1answer
40 views

How to pause MediaPlayer when ear phone buttons pressed?

I am implementing media player and trying to pause/start the player.But the broadcast reciever is called repeatedly,when i start the ear-phone button press.I am using the below code . Can anybody ...
0
votes
0answers
46 views

What are the possible values for old AudioRoute in iOS

The key kAudioSession_AudioRouteChangeKey_OldRoute in the dictionary, CFDictionary, returns values such as Headphone, Speaker etc(That's all the documentation says). I want to know what are the other ...
0
votes
3answers
2k views

Is there any way to use two pair of headphones with a single computer? [closed]

I just want to know if I can run two headphones in the same computer or not, also if their are any third party software that can help me.
0
votes
2answers
401 views

Respond to Headphone events when using MediaPlayer

I'm using the built in MediaPlayer class in Android 2.1 to play audio & video files. However when I plug my headphones in and press the play pause button on them it fires up the built in music ...