HydrogenAudio

Hydrogenaudio Forum => Polls => Topic started by: Wlinuxhv on 2018-11-07 02:04:40

Title: Use the SDK implement a componet,which can fix the output Device
Post by: Wlinuxhv on 2018-11-07 02:04:40
There are a lot of devices Install in my PCs ,I wanna fix the Output Device with a implement of the Componet.
when I copy the foobar2000 folder from one to another PC I have to configure the Device like under graph:
https://hydrogenaud.io/index.php?action=dlattach;sa=tmpattach;attach=post_tmp_128677_bd7055ff55925031a4cafa5bdf29d5fc;topic=0
Title: Re: Use the SDK implement a componet,which can fix the output Device
Post by: Wlinuxhv on 2018-11-07 05:52:31
I have research the SDK code and basic componet for a whole day ,but seems the part function is  implemented by the foobar2000.exe by Peter Pawlowski.
https://hydrogenaud.io/index.php?action=dlattach;sa=tmpattach;attach=post_tmp_128677_6365678f5c01fe2117f7ef3573fded8a;topic=116867

If I really wanna hack it,what should I do,anyone can give me some advice?
Title: Re: Use the SDK implement a componet,which can fix the output Device
Post by: Case on 2018-11-07 08:23:20
You never need to touch the output device setting if you stick to the default DirectSound output device.
Title: Re: Use the SDK implement a componet,which can fix the output Device
Post by: Wlinuxhv on 2018-11-07 09:52:38
Actually I need to use the foobar to play a net stream,and point the output PCM data to a Virtual Sound Line cable,but there are a lot of Virtual Cable Line in the Windows system. Every time I deploy the foobar2000 to a PC enviroment I need to config it. It is an annoy thing .and when the machine shudown suddenly,then the foobar config files crashed, the foobar2000.exe will not start and autoplay. I must reconfig it. those things drive me crazy,but I love foobar.
Title: Re: Use the SDK implement a componet,which can fix the output Device
Post by: Juha on 2018-11-07 10:30:20
Actually I need to use the foobar to play a net stream,and point the output PCM data to a Virtual Sound Line cable,but there are a lot of Virtual Cable Line in the Windows system. Every time I deploy the foobar2000 to a PC enviroment I need to config it. It is an annoy thing .and when the machine shudown suddenly,then the foobar config files crashed, the foobar2000.exe will not start and autoplay. I must reconfig it. those things drive me crazy,but I love foobar.

Have you tried with VB-Audio's Voicemeeter BANANA (https://www.vb-audio.com/Voicemeeter/banana.htm) as VAC (see the connectivity charts there on site and documentation)?
Title: Re: Use the SDK implement a componet,which can fix the output Device
Post by: Wlinuxhv on 2018-11-08 01:50:35
It is so alike the Virtual Audio Cable,I think I find a way to solve the problem.Thanks for your replies.