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.
Hello everyone !
I would like to stream the audio output of my PC to my android phone via wireless to make a "wireless headset". I've already seen an app that would do this but couldnt remember the name. the app came with a nice lightweight server.
Is anyone knowing an app of this sort ?
Thank you
I listen to Pandora in my car via bluetooth every time I go somewhere. It's slightly annoying to have to launch the app every time. I'm wondering if there's an app out there that will automatically launch a program when my phone is paired with a specific device (like the Pioneer deck in my car).
I'd like my music to start up automatically when I start my car.
Anyone know of anything?
Thanks!
Locale+Locale Bluetooth Plug-in might solve this issue for you. I'm not allowed to post links but make a search for it on play.google.com.
Instead of Locale, I'd use Tasker. Locale is kind of outdated, and Tasker is less expensive (iirc) and has more support - from both the developer and the community. I never found a real need for the app so I don't know much about it. There is a 7 day trial available on the Tasker website, use that to decide if it can do what you'd like. There may already be a configuration on the website to do what you want to do, so search through those as well.
Try and find the razr's smart actions apk
Sent from my DROID RAZR using XDA
Check out YouBlue
I developed YouBlue for this purpose. It can auto start a variety of music apps on Bluetooth connect, but that's not all. It's a service, so it listens for events like wifi connect/disconnect, Bluetooth connect/disconnect in an attempt to turn your bluetooth adaptor on or off as needed. The algorithm is completely customizable in the settings.
Best of all, it's free. Search for it on the play store or amazon app store. YouBlue - Smart Bluetooth Auto
When I drive away from home in the morning, my phone never leaves my pocket. It detects loss of wifi connection, turns on Bluetooth to see if my car is in range, then once connected, starts pandora.
Bluetooth connect & Play
I would suggest the following application which is custom built for your use case.
As a new user I can't post a direct link to it, but you can find it in the google Play store.
Code:
https://play.google.com/store/apps/details?id=com.cp2.start.and.play.music.player
does youblue have the option to open different apps for different devices?
youblue said:
I developed YouBlue for this purpose. It can auto start a variety of music apps on Bluetooth connect, but that's not all. It's a service, so it listens for events like wifi connect/disconnect, Bluetooth connect/disconnect in an attempt to turn your bluetooth adaptor on or off as needed. The algorithm is completely customizable in the settings.
Best of all, it's free. Search for it on the play store or amazon app store. YouBlue - Smart Bluetooth Auto
When I drive away from home in the morning, my phone never leaves my pocket. It detects loss of wifi connection, turns on Bluetooth to see if my car is in range, then once connected, starts pandora.
Click to expand...
Click to collapse
I am looking for something that will turn on different apps for different devices. I use one app at home on bluetooth speakers and a different one when connected to stereo in the car. Does youblue do this?
Hi,
I have an old android phone (Samsung Galaxy Grand) lying around. it is rooted and currently running CM12.1. I want to use it as an audio receiver over bluetooth for my speakers. I want to play the music from my daily runner (OnePlus One), streaming to the speakers via bluetooth. If any app which can do this, please let me know. Otherwise, if someone can point some Android Bluetooth API which can do this, I can create an app.
Thanks,
Sriram.
lookie here
sriram18981 said:
Hi,
I have an old android phone (Samsung Galaxy Grand) lying around. it is rooted and currently running CM12.1. I want to use it as an audio receiver over bluetooth for my speakers. I want to play the music from my daily runner (OnePlus One), streaming to the speakers via bluetooth. If any app which can do this, please let me know. Otherwise, if someone can point some Android Bluetooth API which can do this, I can create an app.
Thanks,
Sriram.
Click to expand...
Click to collapse
Here, I've found this after a lot of ****ing research. i don't know what it means, but please, if you can, make it. I need such an app too. Been waiting for such a feature for a really long time.
http://stackoverflow.com/questions/...slave-while-using-bluetooth/33431452#33431452