Digital out to analog speak

I have just bought a new Audigy 2 ZS, but I have a question regarding the possible use of the digital out of the card for my Logitech 560 speakers, with some kind og adabter/converter, as I find it to be quite a hassle to crawl under my desk everytime I have to use my headset.
I have read that I can use an adabter for my Line Out and 2, but that is lovering the sound on the one that the headset is connected to, so I really don't like that option, as that isn't ideal when gaming and using speakers.

Jutapa wrote
Hi This may become quite expensi've (thought). You need an adapter to split signal (from output to dig speakers and DAC) so you do not have to swap cables when changing between speakers/headphones, and a DAC to convert signal from digital to analog. DAC must be capable to convert multi channel input into 2 channel stereo output. You find available devices by googling. .jtp
As I see it, I need a device that will make it possible to get my analog speaker witch has two connectors, that tight now occupies the Line Out and 2 on my soundcard, making it impossible to connect my headset at the same time, unless I find a way to use the Digital output
I also don't understand why it's not possible to use the many "pins" on the soundcard, for my headset, as I would guess that when you buy a Creative Soundblaster Audigy 2 ZS Platinum , you get some sort of cable that goes from these "pins" to the front panel? I would really like to be able to use these "pins" to connect my CoolerMaster Stacker I/O Panel http://www.coolermaster.com/index.ph...0+CM%20Stacker
Message Edited by Blind-Goose on 04-7-2005 02:37 PM

Similar Messages

  • Xtrememusic: Digital out or Analog out, Advantages Disadvanta

    I have a Xtrememusic card, that has a wonderful sound using the analog outputs to 3 Sonic Impact T-Am
    ps.
    Now, I'm curious about using the digital out to a Panasonic SA-XR55 digital amp/receiver. I know I would lose the CMSS, but the Panasonic can do it's own synthesis of surround. I'm interested in knowing from users about the pros and cons of using the digital out or analog outs. I know the quality of the Xtrememusic DACs are good, and I read that the Panasonic?has a excellent sound output as well. If I choose to use the digital out, I could just use?the motherboard onboard digital out, although only in DVD modes does it do a true bitperfect pass through. In stereo mode, it's still using some of Windows to mix the sound. I could also use the digital out of the card. Seems like a shame to bypass all of that nice analog the card is capable of?
    Oh yeah, anyone know if a old Creative Li've 5. I/O panel will work with a Xtrememusic card??Thanks

    wiersch,
    I believe you might have Skype set to auto-configure your soundcard. Try this, open Skype and go to it's audio setting menu. Disable the option 'Let Skype adjust my sound device setting.'
    Jason

  • 2 digital out 2 analog in loop

    LabVIEW 2013 SP 1
    Windows 7 Pro
    NI DAQ PCIe-1433
    Custom PC board attached to the DAQ
    Each individual signal disucssed has been tested and works.
    Hi all,
    I have an application that does a bunch of setup, when the user presses go, runs a main loop that does a number of things, saving images, etc., and also periodically sets digital output pins HI, and then LO.
    This has to be synchronized with the image retrieval and storage.
    It is working well.
    I need to add 2 Analog Input signals, also synched with the Digital out and the video capture.
    I simplified it all so that in the test application, I start the app, set up some preliminary stuff, and when the user presses go, run a main loop.
    I've removed the video component and data file components for now.
    The test app will trigger a single digial out (e.g. left puff) and start listening on a single Analog In (e.g., left mic).
    When the left mic reaches a trigger level, it flags it, and stops listening.
    When the time is up, the digital out (left puff) is set to LO.
    If the trigger level hasn't been reached when the digital timer is up, it stops listening then too.
    That works okay (the first time).
    However, the loop keeps running, as it should.  When the next time hack comes around the the same thing is supposed to happen again (either left or right), the digital signal is not tripped, and the Analog In is not started.
    And that failure is true for all future loop iterations.
    I threw in a counter to show me if the LabVIEW was enterring the case statement, and it is counting up as it should.  But the signals are not generated.
    If I go to the diagram, and turn on the 'lightbulb' tracking; everything works.
    I get the digital output when I should, I get the analog in.
    When I turn off tracking, it doesn't work past the first iteration.
    I've attached the example file.
    Any thoughts are appreciated,
    Jeff
    Solved!
    Go to Solution.
    Attachments:
    Puff timing loop.vi ‏36 KB

    Hi Julian,
    That occurred to me as well, but I couldn't see it.
    After taking the night off, and looking at it again, I noticed that the 'stop' case was executing directly following the 'start' case (within the same iteration of the while loop).
    So, it was actually turning on, but then immediately turning off, before any slow-witted human could discern the action.
    Thanks for the solution.
    Jeff

  • Simultaeno​us digital out and analog in

    Hi. I am running into an issue with the simultaneous AI (analog in) and DO (digital out) with Athena (www.diamondsystems.com) and LabVIEW (see the supplied files): The original program example supplied by somebody (the attached 060126 file) runs fine with these two simultaneous operations.
    However, for my specific requirements, I would have to put a frame (flat sequence) around the DO part (the attached 060131 file), followed by another flat sequence frame that changes another DO state. The reason that I must do this is that I have 2 valves which change states as the AI operation continuous to run.
    I have noticed though, once I put those flat sequence frames around it, the DO pauses and doesn't perform the operation until the AI loop is stopped. I have tried to create various local variables but the issue persists. Would there be a workaround for this? Thanks.
    Attachments:
    HMIR_SBC_060131.vi ‏374 KB
    HMIR_SBC_060126.vi ‏137 KB

    I have taken a look at your code. Based upon your description,
    and the fact that I do not have the driver for your device, I am not exactly
    sure where the program is pausing.  I can give you some suggestions to
    resolve your problem.  When you use a flat sequence structure, every piece
    of code in a frame has to finish execution before the next frame will start
    execution.  If you have code in parallel (i.e. digital output and analog
    input) in one frame and the same in a second frame the digital output and analog
    output in the second frame will not start until all the code in the first frame
    has finished execution.  In your case it you have a while loops for
    digital input and output in the first frame.  When both of these loops
    finish execution, you should see the second frame start shortly after. 
    From your description what I believe is happening is that the digital output in
    the first frame is finishing and waiting for the analog input to finish. 
    After the analog input loop finishes the second frame can start.  If you
    want the second frame's digital output to start before the loop finishes
    execution you will need to take that code out of the frame.
    Regards,
    Jesse O
    Applications Engineering
    National Instruments
    Jesse O. | National Instruments R&D

  • No digital out on Audigy 2 va

    I upgraded from an Audigy to 2 and I'm trying to use some Boston Accoustics BA7500G digital speakers. I normally would tick the box "Digital out" on the speaker settings on my A and set 4/4. as the setup and I would have 4 speaker sound. However with the A2 I *DO NO GET* that "digital out" tick box, where it would be on the speaker config window is instead a blank area. Any ideas? I also did a fresh install of WinXP in a spare partition and using the drivers from the A2 CD I get the same result.

    I am having a similar problem with no output to my BA7500Gs, however, I am using the SB Li've! 24-bit card that DOES have the tick box for digital out only. If you speaker set is from an old Gateway system, we may be suffering from a cable problem since according to Jeremy-CL in the posting "Creative Labs<SPAN class=navbar_sep>: Speaker Systems<SPAN class=navbar_sep>:<SPAN class=navbar_text>Re: Boston Acoustics + Sound Blaster + Windows XP = no sound?", Gateway sort of rigged the sound card to work with the digital BA7500G speakers. I have opened a separate post <SPAN>BA7500G + Sound Blaster Li've! 24-bit + Windows 2k = no sound in effort to find a resolution. Will provide one if found.

  • Audigy 2 ZS - Headphones work, Digital Out does not

    Just install an Audigy 2 ZS. Bought a miniplug-RCA plug adaptor to connect it to my digital coax cable into my Onkyo receiver. Headphones show that sound it working. Onkyo shows no PCM signal received. I know it works because my last computer used the same amp and same cable. Is there something in the software I'm doing wrong? I'm tried switching the frequency rate, the digital out only, 2 speaker and 4 speaker settings. What am I doing wrong?
    John

    SoonerFann,
    One thing to consider is that the digital out on the back of the Audigy 2 ZS is not an actual SPDIF out. It uses the DIN interface which is similar in form, but has a different rating on the voltage of the connection. Most receivers will still work with it, but some will not. This is most likely why it is not showing PCM on the receiver. If you have the platinum dri've, there is a true SPDIF on it but we cannot guarantee that it will work with a receiver using the DIN on the Audigy 2 ZS.
    Jeremy
    P.S.
    You know, I am located just down the highway from your college of choice. It happens to be the heart of "Orange Country" but still is cool to see someone who is a fan of the "other school" on the forums.

  • X-Fi digital out problem with FPS 2000 speak

    I just upgraded my old SB Li've! to X-Fi ExtremeMusic.
    I connected my 4. digital FPS 2000 Cambridge Soundwork speakers to the digital i/o port at the back of the sound card, but I could only hear from front speakers. Nothing from the rear speakers.
    Also when I run the speaker connection wizard, after I pick digital output, the program only allows me to select either headphone or 2. speakers even though I connected to my FPS2000 which is 4. speakers.
    Is it because my orginal mini-plug to DIN converter cable from FPS2000 is a 3-pole only and X-Fi digital out port is 4-pole? If that's the case, is it possible to buy a 4-pole mini-plug to DIN converter cable which works for FPS2000?
    Will this cable http://us.creative.com/products/product.asp?category=3&subcategory=58&product=0375 &nav=systemRequirements
    work?

    Actually you are having exactly the same problem as other users with DTT3500 or 5700 speakers. The X-Fi does not support the DIN connection. The digital-out of the X-Fi is the industry standard SPDIF. This means only 2-channels can be sent!
    You should connect your FPS speakers to the analog outs of the soundcard. Quality will be anyway better, as the X-Fi includes modern DACs at 24-bits, which is not the case of the FPS2000 speakers.

  • What is better to use: digital out or 5 channel speaker level out

    Hi
    Is it better to use digital out on sound card or 5 channel speaker level output?If you could explain it to me...(i'm new so that's why i am asking this)
    Thank you

    First you need to determine what options you have, if you have an amp/decoder
    use digital out because that then frees up the line-outs which you can use for other devices. Quality wise not much difference.

  • Analog audio unavailable - only digital out

    Hello, I'm having a problem where my audio isn't functioning. Only digital out. I didn't even know my macbook had digital out. When I look in the headphone jack there is a red lazer beam shooting out. I don't want lazers. I want an analogue signal. Thanks.

    Hopefully one of these steps should solve the problem.
    1. System Preference > Sound > Output > Internal Speakers
        Highlight  Internal Speakers / Headphones
        Make sure Mute is not enabled.
    2. Reset PRAM.  http://support.apple.com/kb/PH4405
    3. Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".
    4. Applications > Utilities > Audio MIDI Setup
        Audio Devices window
        Side Bar
        Click the Built-in Output.
        Under Mute any of the boxes checked? If so uncheck it.
    5. Option click the speaker icon in the Finder menu bar,  select Internal Speakers.
    Best.

  • I recently used the computer for I player over the TV, but when removing the external speakers the internal speaker appears to have stopped working and when going on to system preferences and sound I am only given the option of digital out put. Help

    I recently used the computer for I player over the TV, but when removing the external speakers the internal speaker appears to have stopped working and when going on to system preferences and sound I am only given the option of digital out put. Help

    Do you see a red light shining in the headphone port?

  • Combined optical digital audio output/analog line out

    Combined optical digital audio output/analog line out minijack on the new Mac Pro support 5.1?

    Are you asking if it has that?
    http://www.apple.com/mac-pro/specs/
    says:
    Combined optical digital audio output/analog line out minijack
    Which means it does.
    On all but the earlier Mac Pro models, this has been standard since the iMac G5.
    Mac Pros earlier used SPDIF.
    These are now mini-Toslink.

  • Sound Blaster card 'digital out' into my high-end stereo receiver?

    BSound Blaster card 'digital out' into my high-end stereo receiver?A I want?to interface my iTunes music library?(all tunes in Apple Lossless file format) to my high-end sound system, using an optical (TOSLink)?cable and a "mini TOSLink adapter" that will plug into the 'digital out' jack on the Sound Blaster card in my Windows XP PC. This configuration will take advantage of the high-end DAC's in my Denon receiver.
    I don't care about getting surround sound out of my PC, and I'm not a gamer. I just want hi-fi stereo music from my iTunes library.
    Will this work?Can I expect CD-quality sound?
    Also, would it be worthwhile to upgrade my model SB394 sound card to a hi-fi SB card like X-Fi Xtreme Audio, or is any sound card as good as any other for simply deli'vering the digital data stream to my Denon receiver?

    Jebus wrote:
    well, I have two devices that a combo CD player/Tape decks/radio tuner/amp; one has misc input, the other doesn't. Both are analog devices, both are old things I bought at a yard sale. I got 6 bookshelf speakers that use pairs of stripped wire as the input hooked up in 2 parallel wired sets of 3 to the CD/Tape/Tuner/Amp thing that has a misc input. Anyway, the one without misc input has a 3 disk CD changer, plus it would give me a way to input tape and radio sounds sources into my computer if I just connected it's audio outputs to the internally located Aux In on my soundblaster card in my computer. But I wonder, what considerations do I have to have?
    Firstly, is the Aux In on my board analog or digital? I'm assuming if it doesn't say "digital", it's analog; correct?......
    secondly, and more importantly; the CD/Tape/Tuner/Amp thing is supposed to be used with 8 ohm speakers and do I have to worry about sending too much current to the soundcard?
    specific model of SB card; I'm not sure. It has 2 analog outs, analog in, mic in, digital out and a joystick port; and it came installed on a 200 Dell w/ Win ME
    and please, don't try selling me something; I use old crappy hardware and really do not mind doing so.
    any help will be appreciated, thanks.
    Aux-In is an analog port (4-pin connector/stereo).
    Don't connect powered output (= speaker outputs) into soundcard but, if possible, use some low-power connection like Headphones-Out (or if possible then some line-out port).
    jutapa

  • No Sound when using Digital out with Mac Mini

    The Digital out on my mac mini has become seriously unreliable. The sound slider is all the way up but locked, no movement is possible. The Toslink cable shows light, and when plugged into another device the amplifier receives sound.
    This is an intermittent problem, for awhile rebooting would make the sound come back, however this has stopped working.
    unplug the toslink and the built in speaker plays fine. Sound slider becomes movable.
    If you sent the sound slider to 50% then plug the toslink back in it jumps to 100% and all controls ar grayed out and 0 sound.
    any troubleshooting tips would be most appreciated as this is my primary audio video device.

    Not likely. Think about this: The output is simply a digital stream of bits. Volume does not apply to digital bits... The first place where you can adjust volume will be in an outboard DAC, a preamp or an integrated receiver.
    For a great DAC, check out ps audio "digital link III", retails currently for around $695, B stock may be avail for around 550. There is a cheaper quality DAC available from Cambridge Audio "Digital Magic", but it is not in the same league as the PS Audio or other higher cost DACs (such as Benchmark Media's DAC1).
    For a fantastic audio system that takes digital audio from a Mac Mini, I have a PS Audio DL III taking Toslink from the Mini and feeding RCA analog into a Zpre from Parasound with a couple of Zamp (zone amps) from Parasound going into very nice bookshelf speakers and in ceiling speakers.
    The volume is controlled by the Zpre amp ...As it must be

  • Can i generate PWM output from digital out of my PCI 7041 RT DAQ card?

    I want to generate 4 PWMs using my PCI7041 card. I do have only 2 analog outputs and 2 counters to output my signal that's why I want to use digital out of my card for PWM. How can I do that? If there is any example then please let me guide that way.

    Hello rajen,
    There is a good link to PWM in LabVIEW using counters here.
    As for using analog output, you will need to be able to continuously update your output waveform. I've attached a program that demonstrates this. Hope this info is helpful.
    -Alan A.
    Attachments:
    Continuous_Analog_Out_Update.vi ‏139 KB

  • Audigy 4, digital out would not work, now external box does not power

    I recently purchased a audigy 4 sound card. At first it was almost as if there was a loose wire somewhere. Sometimes the external break out box would power up and sometimes it would not. There was no loose wire and it now no longer powers up at all. The only thing that was worse than the intermittent power up was the digital out on the box. First of all I was told that you could use the spidf out on the box to a receivers digital in, this never worked now matter what settings I tried. I was then told to try the mini out. So I went and bought a mono mini out, that was a joke, didn't fit right rarely worked. I then went and bought a mini stereo plug to RCA out, that fit right and worked a few times, It no longer works at all.
    I had the settings set up correctly with the spidif passthrough.
    Has anyone else had any problems getting the digital out to work with a receiver?
    The analog works fine, but just like the audigy mp3 the bass output for my sub is weak and almost nonexistent. I have a nice hifi/ht system I am trying to get this card to work with.

    hello there!
    i have the same problem - when i use the equalizer i can save a preset without problems,
    but if i reboot the pc i first have to open the equalizers window to make the equalizer work. without having opened the equalizer window it seems to be not activated.
    does anybody have an idea how to fix that problem?
    greetz,
    doolak

Maybe you are looking for

  • Kernel panic macbook pro 15 late 2013

    Hello I have a Macbook Pro 15, late 2013 Retina, and I found in the last month on two occasions with unexpected blockage in my computer, grey, restart and subsequent error message screen. In none of the two occasions I was performing tasks that deman

  • Opening an idml file in indesign cs5

    I'm trying to open an idml file in cs5 on a mac.  I can't upgrade to cs5.5 without upgrading everything else. When I open the file, I'm not able to see the "high res display" images or the preview images.  Am I missing plugins? or what? Can anyone te

  • MacBook Pro (Late 2010) not booting up properly

    I have a late 2010 MacBook Pro that will not start up properly, when I hit the power button the screen flashes white with the chime but no apple logo. The screen then turns off and the white indicator light starts flashing(at normal sleep speed) a fe

  • How record a call with 8220

    I would like to know how record a call with a BlackBerry 8220 ??? Thank you. Message Edited by M-Jo on 01-09-2009 01:33 PM

  • SUPPRESSED fields in the queue in message mapping

    Hello Experts, I have stucked in a graphical mapping because of suppressed fields in the queue. I would like to remove these fields without loosing the context. I tried writting UDF but still they appear in the queue as <null> my queue looks like <nu