Related
i was wondering were there was any app that could turn my android phone into wireless receiver for audio currently being played on my pc over wifi...
so that i can play media on my pc and roam around in the network range with media output coming from android headset in my ears...
there are apps like audioin and airphones for iphone but i couldnt find any for android...
xperia x10i
cherian_aiims said:
i was wondering were there was any app that could turn my android phone into wireless receiver for audio currently being played on my pc over wifi...
so that i can play media on my pc and roam around in the network range with media output coming from android headset in my ears...
there are apps like audioin and airphones for iphone but i couldnt find any for android...
xperia x10i
Click to expand...
Click to collapse
Gmote has a remote music feature. Allows remote play of music files, won't be a remote speaker though. Available in the Market for free.
I'm also looking for something like this, I would like to use my android phone as a wireless receiver at home so that I can plug my phone's audio out into my amp then stream whatever audio is coming from my laptop out of the main speakers.
The droid 2 comes with an app, that does somethins similiar to this, called DLNA. It is not a speaker for the computers audio player, but it will play the music you have stored on your computer through the phone.
Try audiogalaxy
Sent from my T-Mobile G2 using XDA App
Gmote 2.0 now supports also music stream
jloescher2010 said:
Try audiogalaxy
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
Thanks mate, exactly what I needed, perfect suggestion.
Apart from that: I think you can also stream your music from your Dropbox! (click)
Thanks for the links but I am really looking for something more 'passive' that turns my phone into something like an Apple "Airport Express" while I am at home and it is on charge.
I mainly want to do this to use some streaming audio services that I can get on my laptop but not on the phone. Such as Spotify free and any flash based audio players as my device is Android 2.1 only :-(
There is an app for iPhone called AirPhones which does this. Any ideas for Android?
I'm also looking for something like this, something that will allow me to play all sound and not just music.
I understand what you guys are saying but I do not know of any app that does this yet. Currently, apps like homepipe, a gmote, use an app on your computer to create a server connection that your phone can connect to and then browse files. DLNA is the same thing but licensed. For what you guys want, you would need an app that creates a server connection but now to a file directory but instead to the audio card/audio out. I'm unfamiliar with how hacked airport express' work (the ones that allow you to stream any audio not just iTunes) but I was under the assumption that it worked at the programs I mentioned above, except the server app was itunes itself. essentially, iTunes could play music on your computer but it would then share the data over the wifi connection to another device (the airport express) which had access credentials. If I'm wrong someone please correct me...
bumping this really old thread.
still looking for a way to transmit pc audio to android over wifi.
anybody have any recommendations or news?
AirBubble, allows your phone to act as a AirPort Express. So you can stream music from iTunes, iphones, ipads, etc to your phone and then play it out via the headphone jack. As far as I know there are no apps which allow you to stream audio from PC.
I'm very much interested in this kind of app.
Specifically I want it so that I can watch Hulu/Netflix on my large TV in bedroom, but have the sound come through my headphones so I don't wake the beautiful lady next to me
Any help here would be much appreciated.
Anyone want to comment on quality?
neatchee said:
I'm very much interested in this kind of app.
Specifically I want it so that I can watch Hulu/Netflix on my large TV in bedroom, but have the sound come through my headphones so I don't wake the beautiful lady next to me
Any help here would be much appreciated.
Click to expand...
Click to collapse
Our best hope is a port of Pulse Audio... I may look into this, but I'm admittedly over my head on that one... I'll see what I can do.
yahoowizard said:
Anyone want to comment on quality?
Click to expand...
Click to collapse
About what?
Bump
I am looking for the same thing,
Using an old android phone as Wireless Audio Receiver and Hook it up to speakers or Headphone in Bedroom, either Via Bluetooth or Wifi.
To receive audio from PC or any other wifi and bluetooth capable devices
This is a work in progress, but is highly complicated due to the differences between standard Linux and Android. More here: http://arunraghavan.net/2012/04/pulseaudio-on-android-part-2/
Soundwire
There's an app in google store called 'soundwire', that's a solution. It streams any sound from a notebook over wifi to an android device. Anyway I'm looking for the same kind of app which uses bluetooth for that. Would b nice not to have to use a router to stream sound from computer's sound card to my android phone.
I can't believe this isn't standard. This is the kind of tech that makes people smile and isn't impossible with the DLNA standard. Anyway, just crazy that this isn't out there and all over the place.
I'm in the same boat and want to clarify things a bit.
There are two vastly different things here. One is a bluetooth wireless music adapter (bridge) and the other is a DLNA capable server/client that plays from the server to the client but is server controlled.
Bluetooth is fine, but short ranged and crappy sound quality. We all already have wireless in our houses and Apple does this perfectly fine with the AirPlay, so why are we interested in bluetooth?
Most DLNA servers run and have media on them, then you connect a client which has the speakers and play from that client, streaming the audio to the client. we want a way to stream from a device (server) to a client, but that is server controlled, almost like pushing music to another device.
looks like AirBubble might be on the way there as are some others that set up an AirPlay speaker connection. Now we just need to find an app that will search for these AirPlay speakers and use them for out audio instead of the build-in speakers or headphone.
---------- Post added at 09:12 PM ---------- Previous post was at 08:18 PM ----------
okay got this working, mostly.
The apps I'm using are:
AirPlay/DLNA Receiver which is the receiver to connect to the speakers and
Twonky Mobile which streams your media to the receiver.
Basically set up your Android device and plug in the cable to your stereo or headphones. Start the AirPlay/DLNA receiver. Then use the Twonky app to stream whatever is in your other Android device to the receiver. After setting it up Twonky should find your other device and let you stream to it.
Pulse Audio is not a piece of dlna software. Pulse Audio is an audio subsystem of Linux, an alternate to the subsystem in Android. Pulse Audio has the native capability to broadcast lag-free audio for free across a number of connections.
Dlna is more just a file sharing protocol. It certainly can be used to play music files across a network, but it isn't nearly as capable as pa (pa sends pure audio over a connection and costs nothing to either system).
There are some dlna clients that integrate pa for a well-rounded media solution, but they are fat from one in the same.
Sent from Tapatalk on Android.
I know its possible to send audio from an Android phone via bluetooth to a PC using the a2dp profile. But I want to do it the other way. Connect the phone to my amplifier and send audio via bluetooth a2dp from my laptop.
I've searched but not found. Anyone know it it's possible?
I think the standard BlueZ stack can't do this. I think the Broadcom BTLA stack might be able to do this ... IF you have the Broadcom Bluetooth chip inside.
Hi Pananza,
did you have success to use an android device as a2dp receiver? I'm looking for a solution but I didn't find anything useful.
The only solution that I have found is to use the NDK to access the BlueZ stack, but I'm not sure if this is the right way.
Thanks
Paulo
Using phone as A2DP receiver
Hello
I would like to do this too, have a Sony MW600, and it works perfect with laptop or my HTC Desire, but it can not be charged and used at the same time..
Will it be possible to do this on an Android that is not rooted?
Did anything ever come of this? I'm looking for an app that would allow android to receive bluetooth a2dp or whatever the basic format is (mono ok), and output audio on the headphone jack of the phone. Bass ackwards to what all other apps i've found are doing. I've always been a "special needs" user
chulew said:
Did anything ever come of this? I'm looking for an app that would allow android to receive bluetooth a2dp or whatever the basic format is (mono ok), and output audio on the headphone jack of the phone. Bass ackwards to what all other apps i've found are doing. I've always been a "special needs" user
Click to expand...
Click to collapse
any update on this?
Wanting to use Android OS in the dash of my vehicle hooked to the audio system and use bluetooth a2dp to connect to mobile phones to play media through the system.
I'm looking for a similar setup. Has anyone found a way to turn android into an a2dp receiver?
wy1d said:
I'm looking for a similar setup. Has anyone found a way to turn android into an a2dp receiver?
Click to expand...
Click to collapse
+1
You can transform your device into a wifi music receiver with the app called soundwire, you must install a server on your pc to stream audio from your pc to your android device. I didn't find anything with bluetooth.
Sent from my GT-N8010 using XDA Premium HD app
wy1d said:
I'm looking for a similar setup. Has anyone found a way to turn android into an a2dp receiver?
Click to expand...
Click to collapse
Same here. More and more people are going to have "last years" android phone lying around doing nothing and this would be an awesome way to re-purpose it.
Whether it uses BT, Wifi, I don't care as long as I can stream audio from one android phone to another. What I don't want is to deal with DLNA or manufacturer built in BS. Just need google to turn on the A2DP sink profile and be done with it. The hardware is all there, just need the software to take advantage.
The next best thing is one of those BT reciever dongles/boxes. They run about $20 I think. So PSA to android developers - if you can enable this in a paid app I'm ready to buy it and I'll bet a lot of others are as well.
http://stackoverflow.com/questions/15557933/receive-audio-via-bluetooth-in-android
snuk182 said:
http://stackoverflow.com/questions/15557933/receive-audio-via-bluetooth-in-android
Click to expand...
Click to collapse
Did that tutorial works for you?
I've tried, but it doesn't work. My Panasonic TV doesn't see my phone, so I cannot play the TV audio thru my phone.
Any ideas?
Thanks!
I was also looking for an app like this.
For my old phones, my android sticks, ... no progress I assume ?
Waiting the same here! My idea is to buy a bluetooth transmitter, connect it to my TV and receive the audio on my phone.
I can't think that is not possible! :crying::crying:
Truck Tablet Install
Hey Everyone,
Been very curious about this as well as I'm going to do a nexus 7 install in my truck and want to be able to bluetooth additional music aside from what is on the tablet through the tablet to my speakers. Kind of a necessity due to the lack of a 3.5mm aux into the stereo. Hopefully we can figure this out!
n00b
?
I'm also looking to do this.
I'd like to be able to connect a Bluetooth transmitter to the output of a mixing desk, and then just use my phone to receive the audio (which I'd then want to save with something like tapeatalk).
This could provide a very quick method of recording gigs or DJ sets in stereo, and would be better quality than simply using the built in mic of your phone.
a2dp sink.
Bluetooth File transfer app can stream music from another phone. And this is where tha first phone works as a a2dp sink am I right? Can't we use that to built an app to follow it but using pc/laptop as the source?
Seems, that no one is interested. What a pitty, it could be really HOT stuff. For example, cheap android phone pluged instantly to a charger and to Car Audio via AUX, and You have got Bluetooth automatic pairing system for calling and music, navi etc.
Unfortunately I couldn't find solution for this, neither the app. It is strange. Some people says, that Android can not be a sink (reciever) in a2dp profile. So how does microphones from earphones are streaming audio to a phone, hmm?
Maybe someone will do it
I have a LG G3 and it does it flawlessly. It have a function called "Turn Audio Channel mode" on bluetooth settings.
I'm wondering how to do the same thing on any other andoird phones.
My desire is to be able to listen, on my Android, anything that is output on my PC soundcard (running Linux).
I've been reading about pulseaudio and I'm able to stream specific things, like mp3 files. But I wanted to let Android get everything that is output to pulseaudio. Like YouTube videos, desktop sound effects, music.
The reason? I hate to switch my headphone.
Does anyone has any idea on this?
I've read that it is possible to enable pulseaudio to stream PC's general audio. What can I use to connect my Android to that?
What can I use to connect my Android to that?
Click to expand...
Click to collapse
Well if you are going to use pulse audio on the pc, im pretty sure you would need a pulseaudio app for the phone.
I'm not sure why you want to listen to the audio on your phone. The tiny speaker in the phone is horrible quality compared to the speakers on your laptop.
I want to listen to my PC on my Android with headphones. Not Android's tiny speaker
This would be nice if would be possible; for example it can be used as (sort of) wireless headphones for PC; I will definitely love this option for watching movies; play them on TV via PC, and listen audio via phone, and I don't have to worry about headphone cable (just stuck phone in pocket, and connect headphones in phone).
If someone knows how to make this work, please feel free to reply
P.S. it will be great if it will work over WIFI
I'll bump this in hopes someone has found a solution by now, for Linux and Windows.
Asset UPNP will let you stream a PC's audio output to any dlna client. Its Windows and Mac only at the moment though. I'm looking for something that'll do the same for android. Theres tonnes of DLNA apps out there, but they only stream files, not the complete audio output (ie alerts, streamed audio, phone calls etc).
I'd like this too, ideally i could plug my phone into my amplifier and play music from my pc , save moving everything around.
Please use the Q&A Forum for questions Thanks
Moving to Q&A
im also in need of this.. connect pc and android phone via wifi n stream all audio output (line-out) to android in realtime with no detectable lag.
SoundWire does this. However, there is a noticable slight lag. I'm hoping there's a better solution out there (even if it's over usb).
Edit: Not sure this works on Linux. I use Windows 7
If you want a lagg-free solution, just plug your Headphone-out(pc) to your Mic-in (phone), resistor needed.
Nobody got this idea before ?
You could also just stream your audio from PC with VLC via Wifi...
metalheim said:
If you want a lagg-free solution, just plug your Headphone-out(pc) to your Mic-in (phone), resistor needed.
Nobody got this idea before ?
You could also just stream your audio from PC with VLC via Wifi...
Click to expand...
Click to collapse
Plugging into my Mic-in on my phone is not an option, because my headphones are already plugged into the 3.5mm jack. So it has to be over usb or wirelessly.
People want to stream all the audio from their PC to their phone, not just audio from a video. Does VLC do that?
Has anyone found a solution to this?
I found this info doing a quick search on ixquick-dot-com. It sounds like it's a definitive solution.
Quoted from: [superuser-dot-com] /questions/331126/how-can-you-stream-music-from-ubuntu-to-airplay-speakers-on-your-network-with-ub
---------
You can install airbubble on your android, which works as a speaker using apple's AirPlay (DAAP) protocol.
[play.google.com] /store/apps/details?id=com.bubblesoft.android.airbubble
Pulseaudio can be configured to stream to any AirPlay receiver - check this answer for details on setting that up: [superuser.com] /questions/331126/how-can-you-stream-music-from-ubuntu-to-airplay-speakers-on-your-network-with-ub
With airbubble running, it should show up as a speaker option in the ubuntu sound menu.
---------
I haven't tested it yet, as I haven't reconfigured the comp to use PulseAudio. It may work over 3g AND wifi, just like SoundWire, but instead using a Linux distro rather than Windoze. I plan to test and report soon.
My apologies for the modified urls, the forums won't let me post links yet.
soundwire
i think soundwire can help us in this case
search for it on google play
i have just joined so its not going to allow me to post a link
Soundwire
bruno.borges said:
My desire is to be able to listen, on my Android, anything that is output on my PC soundcard (running Linux).
I've been reading about pulseaudio and I'm able to stream specific things, like mp3 files. But I wanted to let Android get everything that is output to pulseaudio. Like YouTube videos, desktop sound effects, music.
The reason? I hate to switch my headphone.
Does anyone has any idea on this?
Click to expand...
Click to collapse
Hi, my frnd!
U can use "soundwire" android application for this, and believe me it is truly does the job what u said.
I m using this since long and it perfectly streams all audio which your pc generates via wifi to ur android, and u can also use it as a replacement of ur speakers.:good::cyclops:
Hi everyone,
Is there a way to stream audio from a PC to the x10 either over bluetooth or wifi? I want to stream internet radio to the PC, and then direct it to the phone so that I can move around. I dug around a little and found http://forum.xda-developers.com/showthread.php?t=766578&highlight=stream+audio, but there doesn't seem to be a definitive answer. Any help is appreciated.
I use Gmote 2.0 (free in the market) for streeming audio, so i can listen to the music stored in my Pc on my X10. It works great. But i dont know if you can do the same with internet radio.
Its my humble request to all the developers here...
Please make an App which lets you hear your Android TV on your Android Mobile Device thus enabling you to listen tv sound on your WIRED HEADPHONES.
The concept is that :-
1. TV connects to Mobile through Wifi.
2. You connect your Headphones to your Mobile.
3. You switch on TV and whatever is playing on it, you stream the TV audio through Wifi to your Mobile.
4. You listen the steamed audio on your headphone connected to Mobile.
Can anybody make this type of App ?
It will be super helpful to millions of people in the world.
Thank you.