Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
3 Oct '24 - 17:19
Home
Help
Search
Login
Register
Un4seen Developments Forum
»
Developments
»
BASS
»
Topic:
Receive all audio stream on your computer.
Reply
Print
Pages: [
1
]
Author
Topic: Receive all audio stream on your computer. (Read 1081 times)
brunnengi
Posts: 2
Receive all audio stream on your computer.
«
on:
27 Feb '21 - 22:43 »
Quote
Hello.
Is it possible to receive real-time audio stream from my computer?
For example, I watch a movie, listen to music, receive a voice message from the discord. Can I receive the data stream, and then to visualize audio?
Logged
Andy09
Posts: 32
Re: Receive all audio stream on your computer.
«
Reply #1 on:
1 Mar '21 - 06:11 »
Quote
Hi,
yes, i think so. You can record with BASS_WASAPI all sounds from your computer. Please search for WASAPI here in forum :-)
Andy
Logged
Ian @ un4seen
Administrator
Posts: 26077
Re: Receive all audio stream on your computer.
«
Reply #2 on:
1 Mar '21 - 17:23 »
Quote
Yes, you can do that with a WASAPI "loopback" device. BASS includes support for them itself, so you won't actually need the BASSWASAPI add-on for this. A loopback device can be identified in the recording device list (from BASS_RecordGetDeviceInfo) by it having the BASS_DEVICE_LOOPBACK flag set.
Logged
Dylan_Fitterer
Posts: 24
Re: Receive all audio stream on your computer.
«
Reply #3 on:
14 Jul '23 - 18:42 »
Quote
Thank you, this works well for me on windows.
What's the state of support for this with Linux (steamOS)?
Logged
Ian @ un4seen
Administrator
Posts: 26077
Re: Receive all audio stream on your computer.
«
Reply #4 on:
17 Jul '23 - 12:32 »
Quote
I don't think "loopback" recording can be enabled programmatically on Linux (eg. via BASS_RecordInit), but assuming that PulseAudio/PipeWire is being used then the user can enable it manually with the PulseAudio Volume Control (pavucontrol); open the "Recording" tab in that while your app is recording and set it to monitor the wanted device. Your BASS_RecordInit call should be requesting the PulseAudio/PipeWire device (which is usually also the default) for this to apply.
Logged
Dylan_Fitterer
Posts: 24
Re: Receive all audio stream on your computer.
«
Reply #5 on:
20 Sep '24 - 18:28 »
Quote
It does works programmatically via Proton! The loopback devices automatically show up as "Monitor DEVICENAME".
Logged
Reply
Print
Pages: [
1
]
Un4seen Developments Forum
»
Developments
»
BASS
»
Topic:
Receive all audio stream on your computer.