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
4 Feb '23 - 06:47
Home
Help
Search
Login
Register
Un4seen Developments Forum
»
Developments
»
BASS
»
Topic:
pipe pcm samples from an app to another
Reply
Print
Pages: [
1
]
Author
Topic: pipe pcm samples from an app to another (Read 173 times)
MB_SOFT
Posts: 434
pipe pcm samples from an app to another
«
on:
1 Nov '22 - 11:10 »
Quote
I need to pipe 16 bit pcm samples from an app to another in the same computer (Win32).
I can do this via udp that's ok but i wonder if there is a way through stdin stdout to do this using bass+bassenc?
(both apps use bass)
do you have an idea?
Logged
Ian @ un4seen
Administrator
Posts: 24792
Re: pipe pcm samples from an app to another
«
Reply #1 on:
1 Nov '22 - 14:19 »
Quote
Do you want BASSenc (BASS_Encode_Start) to launch your other app and feed the sample data to it? If so, yes, I think that should be possible by just having the other app read the data from stdin.
Logged
Reply
Print
Pages: [
1
]
Un4seen Developments Forum
»
Developments
»
BASS
»
Topic:
pipe pcm samples from an app to another