HardwareHeaven.com
Looking for the skin chooser?
 
 
  • Home

  • Reviews

  • Articles

  • News

  • Tools

  • GamingHeaven

  • Forums

  • Network

 

Go Back   HardwareHeaven.com > Forums > Hardware and Related Topics > kX Project Audio Driver Support Forum > General Discussion


Reply
 
Thread Tools
Old Sep 24, 2006, 01:09 PM   #391
HardwareHeaven Senior Member
 
Join Date: Apr 2005
Location: FI
Posts: 400
Rep Power: 0
jiiteepee is on a distinguished road

Is it possible to set the driver 'resolution' to 16-bit/44.1 kHz?

jiitee
jiiteepee is offline   Reply With Quote


Old Sep 25, 2006, 02:27 AM Threadstarter Thread Starter   #392
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,675
Rep Power: 62
Tril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud of
System Specs

jiiteepee, the ASIO inputs of all the cards supported by the kX drivers are only available at 48 kHz since the DSP works at that frequency. At least, my soundblaster card (emu10k1) works that way.

ketu, in the latest version of the drivers (3538l), you can use the ma command to
assign any DSP control to master volume. Here is a plugin to control the volume of six inputs : Vol6.da

The code of that plugin is simple :

Code:
; Generated by kX DSP Editor - microcode dump
name "Vol6";
copyright "copyright (c) 2006, by Tril";
; NOTE The present DSP microcode dump is protected by the 
; license agreement bundled with the appropriate software 
; package containing this microcode,
; regardless the particular copyright notice is present in the dump.
engine "kX";
created "2006";
guid "a01323bb-7b76-4c45-aa6e-df7e5b70d064";
; Registers
 input in1, in2, in3;
 input in4, in5, in6;
 output out1, out2, out3;
    output out4, out5, out6;
 control vol=0x7fffffff
; Code
  macs   out1,  0x0,  in1,  vol;
  macs   out2,  0x0,  in2,  vol;
  macs   out3,  0x0,  in3,  vol;
  macs   out4,  0x0,  in4,  vol;
  macs   out5,  0x0,  in5,  vol;
  macs   out6,  0x0,  in6,  vol;
end
Register the plugin by executing it.
Load the plugin in the DSP and place it between Surrounder+ and epilog.
Open the kX console (from right-click of kX system tray icon) and type :
ma 0 Vol6 vol vol 0x7fffffff
If you want to reset the Master volume to its default usage, type the following in the kX console :
ma 0 epilog MasterL MasterR 0x7fffffff
Tril is offline   Reply With Quote
Old Sep 25, 2006, 09:14 PM   #393
DriverHeaven Newbie
 
Join Date: Sep 2006
Location: Land Of Dracula
Posts: 9
Rep Power: 0
ketu is on a distinguished road

Thank you very very much.I can use master volume now. What can i say... only serious people here...didn't expect to have so much support...once again i THANK YOU
Best regards!!1
ketu is offline   Reply With Quote
Old Sep 26, 2006, 12:43 AM Threadstarter Thread Starter   #394
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,675
Rep Power: 62
Tril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud of
System Specs

It appears that the changes are reset when you restart your computer. See this thread posts 9 and 10 about this.

Following Russ suggestion, you can create a .bat file containing the command "kxctrl -ma 0 Vol6 vol vol 0x7fffffff" (without the quotes) and place it in the Windows startup folder (you can find it in "Start->Programs->Startup" if you have an english version of Windows).
Tril is offline   Reply With Quote
Old Sep 27, 2006, 12:53 AM   #395
mcx
DriverHeaven Newbie
 
Join Date: Sep 2006
Posts: 5
Rep Power: 0
mcx is on a distinguished road

Hi,

first of all, THANK YOU TRIL. You changed my life . Because since i got a back surround loud speaker, i was searching for a solution to get my games on the computer in 6.1. Now i got it with your tool. I just set my audigy 2 (which is modded @4) to 6.1, start encoding with your tool and force Dolby Digital EX with my receiver and everything works perfect. The receiver does a really good job, it clearly seperates the back surround from left and right surround.

Now some questions. Would there be a way to optimize your tool to 6.1 and maybe for DTS (or dts es in case of 6.1)?


THX
MCX


PS: I love you

PS2: Is it normal that i'm able to hear the latency (i set it to 2ms) in some gamemenus? if i switch over to analog sound, i can't hear any latency...

Last edited by mcx; Sep 27, 2006 at 03:39 AM.
mcx is offline   Reply With Quote
Old Sep 27, 2006, 06:28 AM Threadstarter Thread Starter   #396
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,675
Rep Power: 62
Tril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud of
System Specs

Big Grin

I took a look at how Dolby Digital EX 6.1 works and it's probably possible to add it to redocneXk. I'll try to add it if you agree to test it for me (I don't have the required hardware to test it myself).

DTS encoding is not possible because no free encoder exists. Reverse engineering is illegal. There exist a free document about the specs of AC3 but there is no such document for DTS. So all free DTS decoders would be assumed to be made by reverse engineering, thus be illegal.

There is always a latency of at least 32 ms because the encoder encodes blocks of 32 ms of audio data. The latency is probably higher due to other factors that add up.
Tril is offline   Reply With Quote
Old Sep 27, 2006, 02:34 PM   #397
mcx
DriverHeaven Newbie
 
Join Date: Sep 2006
Posts: 5
Rep Power: 0
mcx is on a distinguished road

ok ok. yes i would test it for you .

thanks

MCX
mcx is offline   Reply With Quote
Old Sep 27, 2006, 08:28 PM Threadstarter Thread Starter   #398
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,675
Rep Power: 62
Tril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud of
System Specs

If you can manually enable Dolby Digital EX (you seem to be be saying that you can and that you are doing it) and if you are using the kX drivers, there is nothing to change in redocneXk to get a surround back channel.

If you are using the Creative drivers, i'll have to add a seventh ASIO input to the program and do the mixing of the rear surround channel in software.

Download here an example of a DSP to test the rear surrund speaker of Dolby Digital EX. Enable Dolby Digital EX on your receiver, set the volumes of Stereo Mix to 100% and start redocneXk.

If it works, you should be able to hear the sine wave coming out of your surround rear speaker. From what I've read, to add a rear surround channel by using Dolby Digital EX, you mix the rear surround channel to the surround right and surround left channels.

I can modify redocneXk and the avcodec dll to activate the flag that tells the receiver that the AC3 stream contains a rear surround channel. This would make the receiver automatically activate the EX mode. Tell me if it's necessary or not and if you want me to try to program it.
Tril is offline   Reply With Quote
Old Sep 27, 2006, 10:07 PM   #399
mcx
DriverHeaven Newbie
 
Join Date: Sep 2006
Posts: 5
Rep Power: 0
mcx is on a distinguished road

hi!

It would be good if you try to do it. because i don't use kx Drivers. my audigy 2 runs at audigy 4 and the configurations are much better than kx... it would be nice

thx
MCX
mcx is offline   Reply With Quote
Old Sep 28, 2006, 07:19 AM Threadstarter Thread Starter   #400
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,675
Rep Power: 62
Tril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud of
System Specs

I just noticed that Dolby Digital EX support is already partially implemented in the console version of redocneXk specially made for the Creative drivers and in the GUI version. Also, if you use the kX drivers, you can mix the rear channel in the DSP.

All you need to do to get the rear channel working with Dolby Digital EX is mix the rear channel to the rear left and the right right channels and flag the receiver that it's getting a EX encoded stream.

Both versions I mentionned at the beginning of the post already have the rear center channel mixed to the rear left and rear right channel so the rear center speaker should work if you activate Dolby Digital EX manually. If you use the other version where it's not mixed, you can do it in the DSP.

Most if not all receivers have the option of manually setting the receiver in Dolby Digital EX mode so I won't put much work in getting the flagging of EX content to work for now.
Tril is offline   Reply With Quote
Old Oct 15, 2006, 11:11 AM   #401
DriverHeaven Newbie
 
Join Date: Feb 2003
Posts: 4
Rep Power: 0
Tonttu is on a distinguished road

???

Hi,

First off I'd like to thank you for your hard work, for free, to bring nice digital surround with all sound sources (especially when everywhere was said that it is not possible .)

Now on to my problem.

I have Audigy 2 ZS Platinum Pro, Logitech Z-5500 and Creative's drivers.
When I use digital mode the bass is almost nonexistent, and this happens even without redocneXk.

At the moment I've the speakers connected with optical cable, but the problem is present even with coaxial cable.

So to sum it up: Digital bass = very weak, Analog bass = normal.

Does anyone have any suggestions how to fix this?

Thanks in advance.
__________________
Future IS Today!
Tonttu is offline   Reply With Quote
Old Oct 16, 2006, 01:54 AM Threadstarter Thread Starter   #402
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,675
Rep Power: 62
Tril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud of
System Specs

I found some information but I'm not sure what's the cause of the problem.
Quote:
Originally Posted by some review

1. Activating the Second Skin

Basically this changes the level display for the volume control to a "stepped" type display instead of the default "bar" display. It also changes the color of the LED when in standby mode from red to purple... how cool is that?

To toggle between the first and second skins, first set the unit to standby mode, then press Input + Effect + Settings + Mute simultaneously for 6 seconds. Once you see the LED flash for 2 seconds, you would have toggled to a new "skin". The only downside to this "second skin" is that the volume is about half as loud as the main skin's.

2. Enabling volume offset for Analog sources

Okay so you noticed Direct 6 Channel analog mode is lower in volume compared to Optical and Coaxial digital. If you want to "normalize" the level here is how you do it:

While in 6 Channel Direct mode, hold down the Mute button and start rotating the volume knob while keeping the Mute button down. Note that the display now shows "offset" values.

3. Displaying firmware version and resetting to factory settings

Set the unit to standby mode then press Input + Settings simultaneously for 6 seconds. This will display the firmware version for a few seconds and will also reset the settings to their original factory values.

4. Displaying the digital stream type/mode

Set the unit to standby mode then press Input + Effect simultaneously for 6 seconds. This will put the Control Center in "Diagnostic Mode". Now everytime you the Z-5500 is fed a digital stream (DTS, DD, etc.), it will display the stream information (format, bitrate, etc.) for 5 seconds in place of the DD or DTS logo before returning to the standard display.
2 and 3 might help you.

Verify that you are not in night mode while listening to the digital mode. I think this is some kind of compressor and it may be lowering the bass.

You can adjust the level of the speakers separately but this is supposed to be global (the same for all the inputs). Try to increase the level of the subwoofer while listening to the digital mode to hear if it raises the volume enough.
Tril is offline   Reply With Quote
Old Oct 16, 2006, 07:02 AM   #403
DriverHeaven Newbie
 
Join Date: Feb 2003
Posts: 4
Rep Power: 0
Tonttu is on a distinguished road

EEK!

Quote:
Originally Posted by Tril View Post
I found some information but I'm not sure what's the cause of the problem.


2 and 3 might help you.

Verify that you are not in night mode while listening to the digital mode. I think this is some kind of compressor and it may be lowering the bass.

You can adjust the level of the speakers separately but this is supposed to be global (the same for all the inputs). Try to increase the level of the subwoofer while listening to the digital mode to hear if it raises the volume enough.
All I can say is wow.

Only the "factory default settings" part is mentioned in the manual.

Just woke up and can't test right now if they had any effect. About 7 am at the moment here.

Oh, and it seems that in digital mode the master volume, bass and treble slides in Windows volume control/Creative surround mixer do nothing, so it would seem that the "digital bass control" in Windows is at zero gain and can't be changed with the normal controls.

I don't think Z-5500 has night mode, but yes I tried to put the subwoofer volume to max, and it didn't have much effect, so it might be the cause of the "digital bass control" in Windows being default at zero gain and can't be changed with the normal controls.

All in all, thank you very much for your suggestions, I'm sure they come in handy even if they don't work in this case - the second skin is pretty cool.

I'll edit this when I have tested.

EDIT:
What the heck, now that I have the second skin the Windows/Creative master volume, bass and treble work like they should in digital mode, hurray! Thank you!

Although it seems weird that they suddenly start working with other skin, because previously I could put the master volume/bass/treble from the Windows volume control/Creative surround mixer to 100 % without any difference from 0 %.

Oh well, atleast my bass is now normal in digital mode, thank you again.
__________________
Future IS Today!

Last edited by Tonttu; Oct 16, 2006 at 12:33 PM.
Tonttu is offline   Reply With Quote
Old Oct 17, 2006, 01:18 AM   #404
DriverHeaven Newbie
 
Join Date: Oct 2006
Posts: 2
Rep Power: 0
TheOtherside is on a distinguished road

Thank you very much for this tool!

But i've a little problem. I did exactly everything you described in your first post, (although I couldn't find AC3 Passtrough mode in Kx Mixer? Maybe because i've a newer version?

http://img107.imageshack.us/img107/8839/kxmixerdy3.jpg

But that isn't the only thing, I get the message:

http://img89.imageshack.us/img89/475/asiodn6.jpg

Wich is weird because I managed to install the kxdrv3537-full drivers
My Soundcard is a Creative Soundblaster Audigy 2

Does anyone has a solution.
TheOtherside is offline   Reply With Quote
Old Oct 17, 2006, 02:00 AM   #405
Apple Fanboy?
 
dj_stick's Avatar
 
Join Date: Jun 2003
Location: Basement of the first floor
Posts: 17,465
Rep Power: 188
dj_stick is godlike in his statusdj_stick is godlike in his statusdj_stick is godlike in his statusdj_stick is godlike in his statusdj_stick is godlike in his statusdj_stick is godlike in his statusdj_stick is godlike in his statusdj_stick is godlike in his statusdj_stick is godlike in his statusdj_stick is godlike in his statusdj_stick is godlike in his status
System Specs

use drivercleaner to remove ALL aspects of the creative drivers - you don't need them (they just cause trouble)

the ac3/spdif menu with "SPDIF1" selected in that pic of yours is the AC3 Passthrough selection
__________________
Chris - The Aussie Super Mod
Hardwareheaven Rules - Sig Request Thread

How you can help HardwareHeaven by using Digg!

Hardwareheaven Super-Moderator

Quote:
Originally Posted by OmegaRED View Post
You know, there's "off topic" and then there's so freakin' off topic it you gotta wear a straitjacket to join the conversation.
dj_stick is offline   Reply With Quote
Old Oct 17, 2006, 12:11 PM   #406
DriverHeaven Newbie
 
Join Date: Oct 2006
Posts: 2
Rep Power: 0
TheOtherside is on a distinguished road

Quote:
Originally Posted by dj_stick View Post
use drivercleaner to remove ALL aspects of the creative drivers - you don't need them (they just cause trouble)

the ac3/spdif menu with "SPDIF1" selected in that pic of yours is the AC3 Passthrough selection
Thanks that worked out great, i've now Dolby Digital turned on all the time even when listening to MP3 sweet .

Only one more thing, I can't seem to set my delay time in the Asio control pannel, I can only choose from:

2.66 ms
5.33 ms
10.66 ms
21.33 ms
42.66 ms
and even higher values

But I can't select 32 ms wich I read was the best option, Now I selected 21.33 ms but a few pages back I readed that that wasn't a good value to set it on.

Last edited by TheOtherside; Oct 17, 2006 at 12:24 PM.
TheOtherside is offline   Reply With Quote
Old Oct 22, 2006, 07:44 PM   #407
mcx
DriverHeaven Newbie
 
Join Date: Sep 2006
Posts: 5
Rep Power: 0
mcx is on a distinguished road

hi Tril,

are you working on the DD EX encoder?

Could there be a way to minimize the buffer from 32ms to something shorter?

thanks
MCX
mcx is offline   Reply With Quote
Old Oct 22, 2006, 11:39 PM Threadstarter Thread Starter   #408
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,675
Rep Power: 62
Tril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud of
System Specs

I'm not working on the DD EX encoder, mainly for two reasons.
  1. EX playback can be manually activated on most receivers.
  2. The required routing is correctly done in the test version for the Creative drivers, it can be modified in the version with a GUI and this routing can also be done in hardware in the DSP of the kX drivers.
The buffer can not be shorter than 32 ms. DD is digitally encoded audio and the length of each block of data is 32 ms. You have to wait 32 ms for the audio buffer to fill before encoding it.

That's the shortcoming of using realtime AC3 encoding. You have to live with a delay of at least 32 ms.
Tril is offline   Reply With Quote
Old Oct 23, 2006, 05:26 PM   #409
mcx
DriverHeaven Newbie
 
Join Date: Sep 2006
Posts: 5
Rep Power: 0
mcx is on a distinguished road

ok thanks....


yesterday, i bought the Asus P5B Deluxe... it has DTS Connect with the onboard soundchip, i will report

MCX

Last edited by mcx; Oct 23, 2006 at 11:10 PM.
mcx is offline   Reply With Quote
Old Oct 25, 2006, 07:55 PM   #410
HardwareHeaven Extreme Member
 
ViRuS2k's Avatar
 
Join Date: Mar 2003
Location: Uk
Posts: 8,334
Rep Power: 72
ViRuS2k has a spectacular aura aboutViRuS2k has a spectacular aura about
System Specs

Donator
Does this work for people that have a Digital Reciver and XFI Fatality but can only connect from the XFI to the Digital Reciver VIA Spdif cable

I get 5.1 digital on movies only lol
ViRuS2k is offline   Reply With Quote
Old Oct 25, 2006, 08:03 PM   #411
DriverHeaven Senior Member
 
ROBSCIX's Avatar
 
Join Date: Mar 2004
Posts: 1,732
Rep Power: 0
ROBSCIX is on a distinguished road

Not with a X-fi. This ia for older CL cards...Audigy 2's Live's etc. Unfortunatley you will have to make due with what you have.
ROBSCIX is offline   Reply With Quote
Old Oct 26, 2006, 12:22 AM Threadstarter Thread Starter   #412
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,675
Rep Power: 62
Tril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud of
System Specs

Sorry to contredict you ROBSCIX but :
- It can work on the X-Fi.
- It won't work on the SB Live because the kX drivers don't support AC3 passthru on this card and the Creative drivers don't have ASIO support.

Using an X-Fi, it's about the same as using the Creative drivers on an Audigy2. The difference is that the X-Fi works on 24 bits packed into 32 bits and the Audigy2 can work with 16 bits. Dolby Digital only works at 16 bits. To make it work on the X-Fi, you need to convert from 24 bit to 16 bits. I made a closed test with someone and it worked. This version was not ready for release.

It will work on the X-Fi in the next version of the program but I don't have the time to program it for now.
Tril is offline   Reply With Quote
Old Oct 28, 2006, 09:06 PM   #413
HardwareHeaven Extreme Member
 
ViRuS2k's Avatar
 
Join Date: Mar 2003
Location: Uk
Posts: 8,334
Rep Power: 72
ViRuS2k has a spectacular aura aboutViRuS2k has a spectacular aura about
System Specs

Donator
hmm so tri m8 your saying with the xfi cards and your updated drivers that i could then use that 5.1 on the fly decoder to get 5.1 from games though my spdif to my digital amp ?
ViRuS2k is offline   Reply With Quote
Old Oct 29, 2006, 01:01 AM Threadstarter Thread Starter   #414
S-3D enthusiast
 
Tril's Avatar
 
Join Date: Sep 2004
Location: Canada
Posts: 1,675
Rep Power: 62
Tril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud ofTril has much to be proud of
System Specs

Yes. I'll work on it as soon as possible.
Tril is offline   Reply With Quote
Old Oct 29, 2006, 05:57 AM   #415
HardwareHeaven Extreme Member
 
ViRuS2k's Avatar
 
Join Date: Mar 2003
Location: Uk
Posts: 8,334
Rep Power: 72
ViRuS2k has a spectacular aura aboutViRuS2k has a spectacular aura about
System Specs

Donator
Quote:
Originally Posted by Tril View Post
Yes. I'll work on it as soon as possible.

OMG nice
ViRuS2k is offline   Reply With Quote
Old Oct 29, 2006, 05:46 PM   #416
DriverHeaven Senior Member
 
ROBSCIX's Avatar
 
Join Date: Mar 2004
Posts: 1,732
Rep Power: 0
ROBSCIX is on a distinguished road

I stand corrected, I must say I don't know alot about this plug because I don't use it. I would say now it doesn't need KX? What I meant is KX doesn't work on the X-fi and last time I looked this plug needed KX to work. I guess things have changed?
ROBSCIX is offline   Reply With Quote
Old Oct 29, 2006, 06:41 PM   #417
HardwareHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 5,507
Rep Power: 61
Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!

Quote:
Originally Posted by ROBSCIX View Post
I stand corrected, I must say I don't know alot about this plug because I don't use it. I would say now it doesn't need KX? What I meant is KX doesn't work on the X-fi and last time I looked this plug needed KX to work. I guess things have changed?
No, kX was never really a requirement. It was always more about the abilty to record each channel using a real ASIO driver (and in the correct format), and the ability of the driver to do AC3 passthru (do both things at the same time).
Russ is online now   Reply With Quote
Old Oct 30, 2006, 04:32 AM   #418
HardwareHeaven Extreme Member
 
ViRuS2k's Avatar
 
Join Date: Mar 2003
Location: Uk
Posts: 8,334
Rep Power: 72
ViRuS2k has a spectacular aura aboutViRuS2k has a spectacular aura about
System Specs

Donator
so i guess no KX in the future and without them i cant use that on the fly 5.1 decoder for games with my xfi and spdif out.
ViRuS2k is offline   Reply With Quote
Old Oct 30, 2006, 04:45 AM   #419
HardwareHeaven Extreme Member
 
Join Date: Jan 2005
Posts: 5,507
Rep Power: 61
Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!Russ is just super!

Quote:
Originally Posted by ViRuS2k View Post
so i guess no KX in the future and without them i cant use that on the fly 5.1 decoder for games with my xfi and spdif out.
huh?
What 'on the fly 5.1 decoder' are you referring too?
Russ is online now   Reply With Quote
Old Oct 30, 2006, 04:33 PM   #420
HardwareHeaven Extreme Member
 
ViRuS2k's Avatar
 
Join Date: Mar 2003
Location: Uk
Posts: 8,334
Rep Power: 72
ViRuS2k has a spectacular aura aboutViRuS2k has a spectacular aura about
System Specs

Donator
the one in this thread ?

i thought it was a decoder so you could get 5.1 out though spdif to your digital reciver.... ? or i could have been wrong lol
ViRuS2k is offline   Reply With Quote
Reply

Bookmarks

« Horrible static | - »
Thread Tools