Is it possible to redirect sound from an external program directly to UOS?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Is it possible to redirect sound from an external program directly to UOS?

Samuel
Is it possible to redirect sound from an external program directly to UOS?
For example, with mplayer or mpv?
Reply | Threaded
Open this post in threaded view
|

Re: Is it possible to redirect sound from an external program directly to UOS?

fredvs
Administrator
> Is it possible to redirect sound from an external program directly to UOS?

Yes.

> For example, with mplayer or mpv?

If you use Linux, you need to set the input device to Monitor.




And with uos, use uos_AddFromDevIn(PlayerIndex) to catch that signal.

Fre;D.
Reply | Threaded
Open this post in threaded view
|

Re: Is it possible to redirect sound from an external program directly to UOS?

Samuel
In fact. This is how it works under Linux. However ...
I wanted more to be able to do it inside the application itself and to work under both systems, under linux and under windows.

Anyway - Thanks for the answer. Greetings.