Nuno Durães Member Nov 23, 2021 #1 Hi everyone Is there a way to send audio autput directly to windows speakers using usb cable or WiFi ? Thanks in advance.
Hi everyone Is there a way to send audio autput directly to windows speakers using usb cable or WiFi ? Thanks in advance.
Erel B4X founder Staff member Licensed User Longtime User Nov 23, 2021 #2 No. You will need to run a program on the PC that receives the data and plays it. Upvote 0
Nuno Durães Member Nov 23, 2021 #3 Erel said: No. You will need to run a program on the PC that receives the data and plays it. Click to expand... Thanks for answering Erel. So if i develop a program in b4j, when the program receives the data can redirect it to the speakers automatically ? Can you give me the link to any example in the forum please? Thanks in advance Upvote 0
Erel said: No. You will need to run a program on the PC that receives the data and plays it. Click to expand... Thanks for answering Erel. So if i develop a program in b4j, when the program receives the data can redirect it to the speakers automatically ? Can you give me the link to any example in the forum please? Thanks in advance
Lariliss Member Nov 23, 2021 #4 You may connect and use OS inbuilt options. For example: https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-stream-music-from-my-android-phone-to-pc/fc1d38d0-00f1-4702-9311-6d5753580904 Upvote 0
You may connect and use OS inbuilt options. For example: https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-stream-music-from-my-android-phone-to-pc/fc1d38d0-00f1-4702-9311-6d5753580904
Erel B4X founder Staff member Licensed User Longtime User Nov 24, 2021 #5 1. A bit relevant example: Walkie Talkie - Audio streaming over Wifi or Bluetooth 2. jAudioTrack: https://www.b4x.com/android/forum/threads/jaudiotrack.37973/#content Upvote 0
1. A bit relevant example: Walkie Talkie - Audio streaming over Wifi or Bluetooth 2. jAudioTrack: https://www.b4x.com/android/forum/threads/jaudiotrack.37973/#content