Marbles_00 wrote:I've been poundering this for a while, but not sure if it would work...or even how to do it.
I have a decent radio tuner that I'd like to connect to my music server and distribute radio if chosen to any given zone (different outputs of different soundcards). I could control the tuner via a USB-UIRT if required.
What I'm wondering is the following:
1) If it is possible to have an input (line level in my case) into a soundcard get routed to eventual outputs of other soundcards using winamp or foobar.
2) If the above is possible, what plugins/setup are required in the software?
Would this be a reason to use virtual audio cables? I've never used them so please excuse my lack of knowledge towards them.
Yes I've considered a TV turner/FM card, but figured that using the tuner would give me a reason to keep it, and then if I wanted, I could also get AM (Yeah
)
Thanks in advance.
Yes, I do exactly this using the Line in on a soundblaster card using winamp. You will need a Line In plugin in Winamp (these may be installed as standard now but I originally got one from the Winamp site).
To play the line input you will (in xLobby) need to use the 'playfile' event with a parameter like:
line://title=BBC Radio 4,hideformat
Will work with multiple soundcard zones (for me I use the KX driver to give 6 stereo cards on two physical soundblasters).
(The line plugin will probably take the title & hideformat params - the title allows the title to be shown in the 'display' in xL so it ties up nicely.)
The title can be set via a variable instead of hardcoded. I use this with a database of preset stations to:
- display the radio stations on XL screen for selection
- use a usbuirt to send IR commands to the tuner to switch stations
- change the title with a variable so the right 'nowplaying' displays on the xL screens.
Getting the radio input working with winamp was straightforward - making it look good in xL a bit harder!