Convert Line2 To regular line

Hey all, I was just curious if there are any ways to convert my mic signal from my line2 jack to my line in jack on the back of the sound card without actually plugging it in back there?The problem is that games with built in voice, CSS, BF242 for example, automatically look for the regular line-in on the back of your sound card, and with my X-Fi Fatality FPS I go through the line2 jack on the front panel, in turn neither game's voice features pick up the mic.

For CS, you can check Steam sites for some information.
http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/std_adp.php?p_faqid=237
I believe you're looking for this apps?
http://forums.creative.com/creativelabs/board/message?board.id=soundblaster&message.id=44236
Jason

Similar Messages

  • Printing only Text and Subtotals lines in A/R Invoice not Regular lines

    How can I create in PLD for A/R invoice that only prints the Text and Subtotals lines in A/R Invoice but not the regular lines the A/R Invoice ?

    Hi Hector Santos,
    Try this,
    ->> Open the A/R Invoice Document.
    ->> Choose the Print Layout Design(PLD) on Top of the Menu Bar.
    ->> Open the A/R Invoice(System) PLD and Save as the New PLD.
    ->> Open the New PLD.
    ->> Choose the Database field(make) on Top of the Menu Bar.
    ->> Create the Database field in Repetetive Area.
    for example,
    Row Line Total Field:
    Table -> INV1 - A/R Invoice(Item).
    Column -> LineTotal.
    ->> Choose the TEXT field(make) on Top of the Menu Bar.
    ->> Create the TEXT field in Repetetive Area Footer or End of Report.
    ->> Create the Database field in Repetetive Area Footer or End of Report.
    for example,
    Document Total Field:
    Table -> OINV - A/R Invoice.
    Column -> DocTotal.
    This is Duplicate thread, so Close the thread.
    Regards,
    Madhan.

  • How to output sample and convert clocks to PFI lines of E-Series DAQ (DAQPad-60​15)

    Hi,
    Can someone tell me how to output sample and convert clocks to PFI lines of E-Series DAQ (DAQPad-6015)?
    Thank you very much.
    Jack

    John --
    Windows is not an option for me. I like your idea of using a counter output -- it may be helpful as I am getting ramped up, but my application will eventually require both timer outputs.
    I have a legacy C application written for Macintosh, and I am in the process of moving it onto OS X. So my options are to use DAQmx Base, or write an in-kernel driver. I actually have already done the latter for 6024/6025 E-series boards (for another company); for this client I was hoping to use the DAQmx Base to allow an easy transition to M-series boards, without the cost of writing and supporting a low-level driver.
    The specific task I am doing is relatively straightforward. I record 2 channels of AI for a short period (usually about 250 ms.) and during this time I drive 2 external digital signals. Right now, I use the 2 timer outputs, which allows precise synchronization with the output and AI sampling.
    I appreciate your comments, and thanks in advance for any additional suggestions you can lob my way.
    --spg
    Scott Gillespie
    Applied Brain, Inc.
    scott gillespie
    applied brain, inc.

  • Convert scanned signature into line drawing

    I have a need to convert scanned signatures into line-drawings. I could buy MIcrosoft Illustrator (or something) to do it, but I was wondering if anyone knew of a free-ware Java tool that could do this.
    It would work somehting like the following:
    1. Sign your name on a white piece of paper.
    2. Scan the image and store it as an jpeg file.
    3. A program (hopefully free in Java) would read in the image and output one of the following:
    a) output to another jpeg file where the signature had been converted to line-drawings (so the lines are thiner and more crisp than the scanned image)
    b) output the vector coordinates that could be read into another custom program that could dynamically create the jpeg (I know how to write this jpeg-creatio program from coordinates...).
    thanks,
    Jeff

    For starters, using JPEGs in this situation is a poor choice because it is a lossy format.
    Second, it seems like what you're after is something like OCR. I think I asked a question once about OCR for java... I think I remember someone telling me that it's out there. But anyway search the web for that.
    Even if all you're interested in is code that will smartly 'correct' an image I don't think that there is freely available code (might not be any Java code at all) to do this.

  • Converting multiple points to line

    Hi All
    I have table consist of point data.. how to convert multiple points to line data.. if anyknows pls tell me ..
    Thak you

    user13340372,
    . . . .Are you trying to draw a line between 2 points or draw a line connecting N points?
    How to Create a Line From 2 Points_
    . . . .You could use the SDO_Geometry constructor. For example, if you have a table POINTS defined as (ID NUMBER, FromPt SDO_GEOMETRY, ToPt SDO_GEOMETRY), then you could:
    SELECT 
        SDO_GEOMETRY(
        'LINESTRING ('||
        -- concatenate coordinates from FromPt
        REPLACE(REPLACE(p.FromPt.Get_WKT(), 'POINT (', NULL), ')', NULL)||','||
        -- concatenate coordinates from ToPt
        REPLACE(REPLACE(p.ToPt.Get_WKT(), 'POINT (', NULL), ')', NULL)||')'
        ---  SRID
        , 4326)
    FROM
        POINTS p;              
    How to Create a Line From N Points_
    . . . .In a "connect-the-dots" puzzle, you draw lines from one numbered point to the next numbered point. There, the numbers define how points are related. If you dont have that information, then you need to decide how you want your points connected. Here are a few options - your requirements should indicate which (if any) is suitable:
    . . . .(a) Draw Arbitrary Linestring Through Points: user10278189 already posted that PL/SQL solution (above).
    . . . .(b) Connect Nearest Neigbors: set CURRENT_POINT to a point (e.g., bottom-left). Then identify its nearest-neighbor (hereinafter, "NextPoint") using SDO_NN. Flag NextPoint as "visited" and set CURRENT_POINT to NextPoint. Repeat until all points in the point-set are flagged as "visited." The result ( which depends on the starting point ) is a linestring connecting all points (a "line" is only between 2 points; a linestring is between 2 or more points). This requires PL/SQL.
    . . . .(c) Draw Along Shortest Distances: Create a table containing: FromPt_ID, toPt_ID and distances between each pair of points. (If you do this via a cross product, remove rows where FromPt_ID = ToPt_ID.) Begin connecting the points with the minimum distance from the last "visited" point (as before, flag the points that have been used as "visited"). The result of this operation is the shortest linestring connecting your point-set. This requires PL/SQL.
    . . . .(d) Outline Set of Points: You could also use the SDO_GEOM.Sdo_ConvexHull function to create polygon that encloses your point set, and then use SDO_UTIL.PolygonToLine to turn that area-geometry into a line-geometry. This can probably be done in a single statement.
    . . . .(e) Others (TSP, spanning tree, etc).
    Regards,
    Noel

  • DNG converter 4.5, command line broken

    Hi,
    The command line feature of the DNG converter appears to be broken on the latest version (4.5).
    Version 4.4.1 still functions OK...
    Anyone got a clue?
    Greetings,
    Auke

    Yes there is a problem with 4.5, I is using it togheter with Downloader Pro and have recieved this from the developer:
    It appears to be a bug in Adobe's DNG Converter: the -o command line option appears to be broken. This document lists the command line options: http://www.adobe.com/products/dng/pd...ommandline.pdf
    If you type in the same command line options as DLPro's plug-in is using in a "Command Prompt" window Adobe's DNG Converter fails to create the DNG file using the pathname specified using the -o option. As far as I can see -o works if the output filename is specified but fails if a full pathname including the directory is used.
    Unfortunately there isn't much I can do about this as the problem is caused by a bug in Adobe's software.
    See the full forum messages on:
    http://www.breezesys.com/forum/showthread.php?t=2874
    br,
    Bo

  • How do you down load to your computer files converted to pdf on line?

    How do you down load files to your computer that have been converted to pdf on line with Adobe?

    Moved to Adobe CreatePDF

  • How to convert back to regular plan?

    I am on a shared plan. I started the edge plan in December so I could get a new phone and the other line is not on the edge plan. How can I convert my phone back to the regular plan and not be on the edge plan anymore?

        Sives, we love the Edge program and want you to as well! Why do you want to stop it? Maybe we can find a good solution for you. After the 14 day worry free timeframe is over the Edge plan cannot be canceled.
    SarahO_VZW
    Follow us on Twitter @VZWSupport

  • Possible to use both optical out AND regular line out at the same time?

    I currently have my computer speakers (logitech z560) hooked up to the mac pro via regular stereo jack in the back. I have an extra receiver that I would love to hook in to supply me with some needed sound for movie watching and what-not.. Is there a way to enable both line out - digital and line out at the same time?

    You can set DVD Player's "Audio output" to "Digital Out" in its "Disc Setup" preference, while other applications use Line Out.
    You could use a splitter on Line Out to feed your current speakers, and analog Line In on your receiver. When you want sound to both systems, set the receiver to Line In. When you want to watch DVDs, set it to Digital In. This will give you surround sound if the DVD has multichannel sound, and the receiver supports more than two channels.
    If you really want the same output on the Mac Pro Line Out, and Digital Out, you can use the "Auxiliary Device Output" effect in Audio Hijack Pro
    <http://www.rogueamoeba.com/audiohijackpro/>
    It will not support more than two-channel audio.

  • When Converting PDF I Get Lines???

    I have been trying to use the save as option in Acrobat X and whether I save to Word or image a get a bunch of horizontal lines in the resulting files.  What am I doing wrong?
    Brian

    It may be that is the way the file is structured. You do have a few choices in retaining formatting and such. Try the various choices.
    When you say image, is the file you are converting a scanned image or such. In that case, there is no formatting and you should just have images. I have seen WORD 2007 do some weird things to image and this may be one of them. You might try to use the export all images under the advanced menu>document processing in AA8. They tend to move things around and am not sure you will find it there. If those images are fine, then try to import them to WORD and see if it is a WORD problem.

  • Convert Scribble fill to line..???

    Hey there!!
    Does anyone know how to convert the scribble fill (effect>stylize>scribble) to a line so that way I could change the brush of the fill-- not the outline
    Thanx x

    thanks

  • Go from responsive project to non-responsive, convert responsive to regular

    I have a responsive design project. I want it to be regular (not in the responsive design structure).How can I convert it to a regular presentation? Thanks.

    Hi there
    Sorry, but there is no magickal command. You will have to create the new project, then carefully copy the assets from the slides of the responsive to the regular project. Place and time them accordingly.
    Cheers... Rick

  • Converting PR to Schedule Line

    Dear all:
            How can I converting PRs which assigned source with Outline Agreement to Schedule Lines?
    I can convert just one PR to Schedule Line in MD04, but I hav no ideal about a lot PRs converting in
    the same time like converting PRs to POs with T-code ME59N.

    Also Below Factors must be checked
    Generated through MRP.
    Scheduling agreement must be clearly designated as a source of supply for MRP in source list (MRP indicator 2).
    Procurement indicator F (external procurement) must have been set in MRP data of material master record (exception: you are working with quota arrangement).
    Automatic scheduling agreement delivery schedules must be permitted in planning run. Automatic schedule lines (scheduling agreements) indicator determines whether or not system generates SA delivery schedule lines in opening horizon only or in planning horizon during planning run.
    Raghavan

  • Update Sales Order with Text-Line and without regular Lines

    Hello Experts,
    i have a problem to update a Sales Order with no Item-Lines but with one Text-Lines or one Sub-Total-Lines.
    I get only the Error "The specified resource name can not be found in the image file", the %temp% are delete.
    i have testet with Methode: #updateDocWithSubDeletion, #Synchronnous Update, #Synchronous Insert with fallback to Update (i was desperate)
    my Scenario look like this:
    my Payload:
    i have allready testet with the part AdminInfo und QueryParams with the same Error.
    <Payload id="atom6" Role="X">
        <Documents xmlns="">
            <row>
                <DocNum>227780</DocNum>
                <DocType>dDocument_Items</DocType>
                <HandWritten>tNO</HandWritten>
                <Printed>psNo</Printed>
                <DocDate>20150423</DocDate>
                <DocDueDate>20150423</DocDueDate>
                <CardCode>61052</CardCode>
                <CardName>Durchlauf</CardName>
                <DocCurrency>EUR</DocCurrency>
                <DocRate>1.000000</DocRate>
                <DocTotal>0.000000</DocTotal>
                <Reference1>227780</Reference1>
                <JournalMemo>Kundenaufträge - 61052</JournalMemo>
                <PaymentGroupCode>-1</PaymentGroupCode>
                <DocTime>0819</DocTime>
                <SalesPersonCode>2</SalesPersonCode>
                <TransportationCode>-1</TransportationCode>
                <Confirmed>tYES</Confirmed>
                <SummeryType>dNoSummary</SummeryType>
                <ContactPersonCode>0</ContactPersonCode>
                <ShowSCN>tNO</ShowSCN>
                <Series>5</Series>
                <TaxDate>20150423</TaxDate>
                <PartialSupply>tYES</PartialSupply>
                <DocObjectCode>17</DocObjectCode>
                <DiscountPercent>0.000000</DiscountPercent>
                <DocTotalFc>0.000000</DocTotalFc>
                <RevisionPo>tNO</RevisionPo>
                <RequriedDate>20150423</RequriedDate>
                <CancelDate>20150523</CancelDate>
                <BlockDunning>tNO</BlockDunning>
                <Pick>tNO</Pick>
                <PaymentMethod/>
                <PaymentBlock>tNO</PaymentBlock>
                <MaximumCashDiscount>tNO</MaximumCashDiscount>
                <WareHouseUpdateType>dwh_CustomerOrders</WareHouseUpdateType>
                <Rounding>tNO</Rounding>
                <DeferredTax>tNO</DeferredTax>
                <NumberOfInstallments>1</NumberOfInstallments>
                <ApplyTaxOnFirstInstallment>tNO</ApplyTaxOnFirstInstallment>
                <DocumentSubType>bod_None</DocumentSubType>
                <Address2/>
                <UseShpdGoodsAct>tNO</UseShpdGoodsAct>
                <IsPayToBank>tNO</IsPayToBank>
                <DownPayment>0.000000</DownPayment>
                <ReserveInvoice>tNO</ReserveInvoice>
                <LanguageCode>9</LanguageCode>
                <SequenceModel>0</SequenceModel>
                <UseCorrectionVATGroup>tNO</UseCorrectionVATGroup>
                <DownPaymentAmount>0.000000</DownPaymentAmount>
                <DownPaymentPercentage>0.000000</DownPaymentPercentage>
                <DownPaymentType>dptInvoice</DownPaymentType>
                <DownPaymentAmountSC>0.000000</DownPaymentAmountSC>
                <DownPaymentAmountFC>0.000000</DownPaymentAmountFC>
                <VatPercent>0.000000</VatPercent>
                <ServiceGrossProfitPercent>0.000000</ServiceGrossProfitPercent>
                <OpeningRemarks/>
                <ClosingRemarks/>
                <RoundingDiffAmount>0.000000</RoundingDiffAmount>
                <ControlAccount>1200</ControlAccount>
                <InsuranceOperation347>tNO</InsuranceOperation347>
                <ArchiveNonremovableSalesQuotation>tNO</ArchiveNonremovableSalesQuotation>
                <ExtraMonth>0</ExtraMonth>
                <ExtraDays>30</ExtraDays>
                <CashDiscountDateOffset>0</CashDiscountDateOffset>
                <StartFrom>pdt_None</StartFrom>
                <NTSApproved>tNO</NTSApproved>
                <EDocGenerationType>edocNotRelevant</EDocGenerationType>
                <DownPaymentStatus>so_Open</DownPaymentStatus>
                <GroupHandWritten>tNO</GroupHandWritten>
                <CreateOnlineQuotation>tNO</CreateOnlineQuotation>           
            </row>
        </Documents>
        <Document_SpecialLines xmlns="">
            <row>
                <AfterLineNumber>-1</AfterLineNumber>
                <LineType>dslt_Subtotal</LineType>
                <LineText>Zwischensumme</LineText>
            </row>
        </Document_SpecialLines>
        <Document_Lines xmlns="">
            <row>
                <ItemCode>108044</ItemCode>
                <Quantity>0.01</Quantity>
                <FreeText/>
            </row>
        </Document_Lines>
        <TaxExtension xmlns="">
            <row>
                <NetWeight>0.000000</NetWeight>
                <GrossWeight>0.000000</GrossWeight>
                <StreetS/>
                <BlockS/>
                <BuildingS/>
                <CityS/>
                <ZipCodeS/>
                <CountyS/>
                <StateS/>
                <CountryS/>
                <BuildingB/>
            </row>
        </TaxExtension>
    </Payload>
    when I insert a new row with an ItemCode , it works
    Thanks and Best Regards
    Ronny

    Hi,
    why don't you create a simple scenario to export B1 Sales Order to XML File?
    Maintain the SalesOrder via B1 client UI and check the result in XML as exported to file.
    In the Sales Order xml file you can easily see how "AfterLineNumber" needs to be filled in segment "Document_SpecialLines" to achieve what you've entered via B1 client.
    Normally the LineNum for B1 Documents starts counting with 0 and if you need to add a subtotal line after a regular item row, the "AfterLineNumber" value should be 0.
    Best regards
    Bastian

  • Need help to convert GUI to command line

    Hi Guys ,
    Need some help with respect to scripting
    I am working on a Unix platform(sun), where in I am asked to invoke table menu via command line which has lots of option like STATUS, REPORT ….
    It goes like this
    After login in to unix box , I am entering “yct”
    It brings me a table with lot of option , I need to scroll down and then select “Report “ which display the report
    Is it possible to for me to convert this entire action in to a single unix commad or can i call it via script. 

    Actually WIndows NT has always run Unix (Posix) which was the original Linux before Linux.  Posix used to come on the CD/Disk set.  MS eventually dropped Posix from the box.  Now we just load almost any version Linux into a VM.
    I am surprised at how many new young users think that Unix is a Microsoft product. THey think theonly competitor is Apple so Unix must be Microsoft. Funny thing that Mac is Unix. OS/X was named for Jobs advanced version of Unix called "neXt" or "X".
    The board bought it but wouldn't allow the name.
    The problem that jobs solved with Unix was getting rid of X-Windows in favor of the Mac Windows API on Unix.   Mac API is very close to the WIndows API.  They share the same philosophy.   X-Windows is completely backwards and very
    difficult to design with.
    It is interesting that in Unix the users question has an answer evry much like a PowerShell solution.  We would pipe the data to a formatter which would generate a table (Format-Table) or a list (Format-List).
    I no longer remember the commands to convert a data stream or data file into a report. 
    cat?  grep? list? mtable?
    ¯\_(ツ)_/¯

Maybe you are looking for

  • Space key gives double spaces or no spaces

    The space key on my keyboard is getting flaky: sometimes it works fine, sometimes it puts in two spaces, sometimes I have to hit it a few times to get a space. Any suggested cures other than a new keyboard?

  • How do I get help when no updated browser can load a particular site,"can't find server,"

    In recent weeks, possibly coinciding with updates in Firefox (running 3.6.10), Safari and iTunes, I have only received the prompt, "can't find server" when attempting to connect to the site below. Others can get it on their computers in other places,

  • Removing Fan Noise

    I shot a wedding in August and it was terribly hot in the church. They had setup many many fans to cool off the audience, which was nice but the audio for the ceremony has the underlying fan noise in it. The groom was mic'd and the only other source

  • HT204053 Need A Solution With An iCloud Problem So Can Somebody Please Help Me?

    Can somebody please help me find a solution to my problem?  When I enter my username and password and hit enter I get this message, "The Apple ID is valid but is not an iCloud account" is the error message I receive implying that I do not have an iCl

  • Problems tracing the requests in console using struts and tomcat

    Hello everybody, i m new to struts, actually i want to know about how to track the processing done by controller of struts when a request is send to the controller. I m using eclipse as my IDE. Guys have u got what i mean to say,, i want to track the