SB Audigy 2 Notebook Recording "Error Encounter

Hi, I've had a Sound Blaster Audigy 2 Notebook card for several weeks, and while it's generally working quite well, I've encountered the same error the last several weeks with after a scheduled recording from a line-in source:
After exactly hour, 55 minutes, and 44 seconds, the recording stops with a message that an error was encountered. In each case, the file format was .wav files, 48000 Hz, 24-bit Stereo; the file sizes, as reported in Windows Explorer, were ,953,4 KB.
Is there perhaps a file size limitation? If so, what thoughts/recommedations would folks have on the settings for loss-less recording of quality (such as it is) FM Stereo off-the air? Generally, I'd like to get 3 /2 - 4 /2 hour recordings.
Thanks in advance.
Doug

Jallenwebb,
If you are using the Mic/Line in 2 on the platinum dri've you will want to set the volume control on it to microphone (turn the volume up to where you want it...all the way down till it clicks sets it to line in mode) as in line in mode it records in stereo mode (both channels are recorded and since most mics are mono then you end up with only one channel) but in Microphone mode it records it as a mono input that is panned to center so it plays back in both channels.
Jeremy

Similar Messages

  • Audigy 2 value. Creative smart recorder has encountered a problem and needs to clo

    At last I installed the audigy 2v software but I get this error when I try to open creative smart recorder."Creative smart recorder has encountered a problem and needs to close." My mic functions but my speakers don't. So I have switched to my on board card now. I am using Windows Xp, service pack 2. Everything functioned perfectly until I got the last updates using autoupdate. Any suggestions?

    Thanks PeeBee! For some reason WMP burned those songs as write-protected (although at some point in the past I had turned it off). I reburned those songs and they uploaded just fine. Now if only I can figure out this video thing. Thnaks again. - Chris

  • Solution ID # : Audigy 2 Zs Notebook - Record 24bit Multi-track music using ASIO2.0 ??

    Recording with the Sound Blaster Audigy 2 ZS Notebook : Record 24bit Multi-track music using ASIO2.0 is not expanding?
    Does this mean, feature is not working with A2ZsNb...
    PCMCIA Sound Blaster Audigy 2 ZS Notebook: Feature Mode Comparison
    PCMCIA Sound Blaster Audigy 2 ZS Notebook: Feature Mode Selection
    jutapa

    Recording with the Sound Blaster Audigy 2 ZS Notebook : Record 24bit Multi-track music using ASIO2.0 is not expanding?
    Does this mean, feature is not working with A2ZsNb...
    PCMCIA Sound Blaster Audigy 2 ZS Notebook: Feature Mode Comparison
    PCMCIA Sound Blaster Audigy 2 ZS Notebook: Feature Mode Selection
    jutapa

  • Error encountered while copying audio stream

    In Captivate 4, I attempt to capture screens. I hear the clicking as it captures, I click END when finished. Program attempts to save and then a dialog box displays with "error encountered while copying audio stream". I am not attempting to record any audio.
    I searched the web and found references to this error back two versions and two years - but no solution.
    Does anyone know of a solution? Thanks.

    Hi there,
    I have experienced this on Windows XP. In my case this was due to a dll (Dynamic Link Library) file not being corectly registered in the Windows XP Registry. If you are using XP then take a look at the following blog post.
    Adobe Captivate 4 Installation Issues on Microsoft Windows XP 
    If this doesn't solve the problem or you are using Windows Vista then please report this issue to the Adobe Captivate team using the web address I have included below.
    Adobe Captivate Feature Request/Bug Report Form 
    Best - Mark
    Visit the macrofireball blog

  • Error: Encountered a SELECT WHEN EXPECTING the following ( + - all mod num

    I have a conditional INSERT statement where I update the record if todays date is found in the table or i will INSERT a new record if that date is not found..
    Insert statement that comes after ELSE works fine but IF part fails with the error
    encountered a select when expecting the following
    *( - + all case mod new null.. and lot more*
    IF EXISTS
    (SELECT (TO_CHAR(UpdateDate, 'MM/DD/YYYY')) FROM EmployeeUpdateEmails
         WHERE UpdateDate = select (TO_CHAR(sysdate, 'MM/DD/YYYY')) from dual)
         UPDATE EMPLOYEEUPDATEEMAILS
    SET EMP_MGR_TOTAL_CHANGES = total
         WHERE UpdateDate = select (TO_CHAR(sysdate, 'MM/DD/YYYY')) from dual
    ELSE
    This is how EmployeeUpdateEmails table is created
    CREATE TABLE EmployeeUpdateEmails
    UpdateNum SMALLINT          PRIMARY KEY,
    UpdateDate               DATE,
    Emp_Mgr_Total_Changes SMALLINT,
    Emp_Term_Total_Chnages SMALLINT
    Please Help

    IF EXISTS is not aproppriate syntax:
    SQL> declare
      2  begin
      3   if exists (select count(*) from dual)
      4   then
      5     dbms_output.put_line('it exists');
      6   else
      7     dbms_output.put_line('it doesn''t exist');
      8   end if;
      9  end;
    10  /
    if exists (select count(*) from dual)
    ERROR at line 3:
    ORA-06550: line 3, column 5:
    PLS-00204: function or pseudo-column 'EXISTS' may be used inside a SQL statement only
    ORA-06550: line 3, column 2:
    PL/SQL: Statement ignored
    SQL> declare
      2   my_var number; 
      3  begin
      4  
      5   select count(*) into my_var
      6   from   dual;
      7  
      8   if my_var >= 1
      9   then
    10     dbms_output.put_line('it exists');
    11   else
    12     dbms_output.put_line('it doesn''t exist');
    13   end if;
    14  end;
    15  /
    it exists
    PL/SQL procedure successfully completed.If you're using SQL then
    1) post the complete statement
    2) mention your database version ( the result of: select * from v$version; )
    3) consider using CASE:
    SQL> select case
      2           when (select count(*) from dual) >= 1
      3           then 'it exists'
      4           else 'it doesn''t exist'
      5         end
      6  from   dual;
    CASEWHEN(SELECTC
    it exists
    1 row selected.

  • Error Encountered while copying Audio Stream on CAPTIVATE 3

    Using Captivate 3 on Windows 2000
    I don't have access to Captivate 4 or a newer version of
    windows while in the office.. I do have admin rights to my machine.
    I'm getting error.. Error encountered while copying audio
    Stream when creating a new project.. I get through my recording..
    and when i "end" the recording it thinks and thinks and then gives
    me this error.
    Please advise on what I can do to fix.

    I just attempted this fix..
    Close Captivate 4 if it is open.
    Download the file kept at
    https://share.acrobat.com/adc/document.do?docid=a14e1bd9-dc10-4456-9cd2-44489809b78e
    Go to your Captivate 4 install folder (ex: C:\Program
    Files\Adobe\Adobe Cativate 4)
    Rename nsaudio.dll as nsaudio.dll.bak or anything which
    doesn't have a dll extension
    Copy the file from step 2 to Captivate 4 install folder
    rename it as nsaudio.dll
    Start Captivate 4
    On Cap 3 to try.. and it didn't work either! Don't know if
    the NSAudio.dll is different for Cap 4 however!

  • Exchange 2013 LED=441 4.4.1 Error encountered when trying to communicate with primary IP address

    Hello,
    Im running Exchange 2013 on Server 2012R2, and all has been fine for a while until some users complained that ome of there external recipients are not receiving their mails. if I look in the mail que I indeed see the messages stuck with the comment:
    [{LRT=14-4-2015 14:36:14};{LED=441 4.4.1 Error encountered while communicating with primary target IP addre
    ss: "Failed to connect. Winsock error code: 10013, Win32 error code: 10013." Attempted failover to alternat
    e host, but that did not succeed. Either there are no alternate hosts, or delivery failed to all alternate
    hosts.
    Initially i thought it might had to do with the PTR but I checked and the reverse lookup is fine, also the mail server ip's are not blacklisted. I've tried every suggestion on all forums I could find from changing MTU sizes to disabling TLS but nothing seems
    to work the majority of the mail goes out just fine but to a couple of domains it doesn't any input would be greatly appreciated.
    I have only the internal DNS server configured on the NIC, only one NIC is available and OWA, Outlook and Activesync clients work just fine.

    http://public.wsu.edu/~brians/errors/their.html
    If this is happening when you try to send to several domains, then I suggest you might be blacklisted or otherwise being considered a spam source.
    Do you have an SPF record?  Is your IP address in a blacklisted range?
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Maximum step error count exceeded OR fatal error encountered.

    Hi All,
    I am inserting distinct records into a table. I am able to execute mapping when I call it from script. Tables are getting loaded properly bur duplicate records are getting inserted. While de-bugging
    Encountering "Maximum step error count exceeded OR fatal error encountered" error.
    Please suggest me, how to resolve this issue.
    Thanks & Regards
    Nagaraja Akkivalli

    Hi Sutirtha,
    Thanks for your response.
    I am using Oracle OWB 11g. I am adding an aggregator and minus operator to get distinct values of transaction from a table in the existing mapping and inserting the same to transaction the table.
    Please let me know if you need any information.
    Thanks and Regards
    Nagaraja Akkivalli.
    Edited by: 850144 on Apr 23, 2011 10:17 PM
    Edited by: 850144 on Apr 23, 2011 10:20 PM

  • Signal 4 error encountered while running a customized report

    Signal 4 error encountered while running a customized report
    We are running Oracle Applications version 11.5.10 on Oracle RDBMS 9.2.0. and IBM AIX 5.3 o production system and AIX 5.2 on test machines. We have made a new clone of production database on test machine and after installation of a clone on test-machine all customized reports terminated with signal 4 error.
    Can anybody tell the possible causes of signal 4 errors and their remidies ?

    Thank you for the link, i will read it...
    I have problemss with PDF output...
    When trying to run any concurrent request with PDF output, it completed with error and show the following message in the request log file:
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AR8MSWIN1256
    Spawned Process 499776
    stat_low =84
    stat_high = 0
    emsg:was terminated by signal 4
    Program was terminated by signal 4
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 20824997

  • Apple Mail The server error encountered was: The connection to the server "

    I have had my apple mail set up for some time now, through Gmail, and it has worked fine. I recently moved into a college dorm and now my apple mail gives me this error message
    There may be a problem with the mail server or network. Check the settings for account "POP Account" or try again.
    The server error encountered was: The connection to the server "pop.gmail.com" on port 995 timed out.
    I've tried everything I could think to try, including taking the SSL off, restarting, quitting apple mail, redoing all the settings, and nothing seems to be helping me connect. I did the connectivity test and it says it's connected to the internet, it's just not getting the mail from my Gmail account. Thanks,
    Aaron

    What are the settings for both your Incoming and Outgoing servers, including port number, authentication method, and whether or not SSL is enabled for both?
    Also, it's possible your college is blocking traffiic from Google, so you might try changing the DNS Servers by going to System Preferences > Network > Configure > TCP/IP and enter these two:
    208.67.222.222
    208.67.220.220
    then click Apply Now, quit System Preferences and restart Mail and any other Internet applications you were running. Check to see if Mail still gives you problems.
    Mulder

  • A Critical error encountered while loading webpage.

    Was running 2.1.51  and when browsing to the status link while logged in to the web gui I got a blank web page with the following text:
    A Critical error encountered while loading webpage.
    Reboot router - log back in - can go anywhere except the status page -- get same error page
    made the mistake of downloading and upgrading firmware to 2.1.71   = upgrade completed successfully = presented with the new login screen confirming that the box is running the new code -- now when I log in - I don't get in rather the previous error page - and cant get anywhere.
    A Critical error encountered while loading webpage.
    the url is https://192.168.75.1/scgi-bin/platform.cgi   but it doesn't load only displays the error.
    could someone share another valid management url for the box so I can at least try to get in somewhere before attempting to factory reset this POS ;-(
    thanks.

    Thanks for the response.   Based on the number of crickets that I heard after asking the question, I did indeed factory reset the box.  Luckily I had a backup of the config so it wasn't too painful to restore.
    I beleive the root cause co-incided with the expiration of the trend micro web protection gateway service.
    For whatever reason, I did not receive any notification that the service was to expire but the error experienced was noticed just two days after the subscription expired...  I had successfully logged in without issue and was able to view the status tab only a week earlier.
    be sure to pay the cisco tax on time or they'll lock you out of your box was the lesson learned...

  • Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a reso

    Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a resolution. Any help would be appreciated.
    Sorry for the long title, first time poster here.

    This thread is pretty old, are you still having this issue?

  • Error encountered while signing: The Windows Cryptographic Service Provider reported an error: Access was denied because of a security violation. Error Code: 2148532330

    Last night when i tried to sign a document i received the mesage below and after that it says this document can't be signed what can i do to fix this problem.
    Error encountered while signing:
    The Windows Cryptographic Service Provider reported an error:
    Access was denied because of a security violation.
    Error Code: 2148532330

    I assume you are implying "biztax" application here, right?
    I have contacted their program lead, with no result at all.
    Past days I have been searching for a solution - reinstalls / new systems - no solution.
    This issue appeared a week or two ago only.
    I found http://forums.adobe.com/message/5338853 useful - but no positive results either.
    http://test.eid.belgium.be/faq/faq_nl.htm obviously didnt help either.
    If anyone finds a solution to this issue, please do let me know - any help is appreciated.
    Biztax tells to use the "signature", not the "authentication"  - but it is only Auth. that is showing up as option to sign (that works)
    ps, did you fiddle with the Adobe Reader XI security settings and import that PKI etc as well? I hoped that would be the breaktrough. Sadly i'm still crying in my chair.
    Oh, and dont forget: they claim nobody else got this issue. Maybe one or two people. (We got about 8 customers experiencing exactly the same symptoms at the same time )
    >  I noticed that when I try to open the pdf  document that is 'signed' by the government it is not showing the filename in the title bar, but only " - Adobe Reader".    every piece of info helps I guess.
    Obviously last version of Reader   11.0.03

  • Error encountered while reading TIFF image, Image may be damaged of incompatible. Resave the image w

    I am currently running CS3, windows XP, service pack 2, with recent update, 5.03 installed today.
    I just opened a 500 page document not in sections where 90% of the document is a placed PDF.
    The PDFS were placed using a sample Script that came with Indesign, that instructs the PDF to automatically flow each page after another.
    When scrolling through quickly in the pages pallette, I get the follwing error:-
    "Error encountered while reading TIFF image, Image may be damaged of incompatible. Resave the image with different settings and try again."
    I click OK.
    Then I get the following error.....
    " Could not complete request because of database error. The File "ABC.indd" is damaged (Error Code: 3).
    Click OK....
    Then I get the following error....
    Adobe Indesign is shutting down. A serious error was detected. Please restart Indesign to recover work in any unsaved Indesign documents.
    Then I get the error.......
    Indesign.exe has encountered a problem and needs to close. We are sorry for any inconveneince.
    And I have two buttons to click....
    Debug or Close.....
    If I click Debug, it closes Indesign.
    Within this window there is also a window to gather further information....I click it and it tells me...
    "Indesign.exe....Error Signature AppName: indesign.exe AppVer: 5.0.3.662
    ModName: public.dll ModVer: 5.0.3.662 Offset: 0002e19a"
    To view technical inforamtion about the error report, clikc here....
    "Then it creates an error report and tells me where the report is located along with a scrollable window of 0xc0000005 and heap of zeros."
    The report conatains a whole heap of CHECKSUM ERRORS.
    CAN ANYONE PLEASE HELP??
    I had these errors before updating to 5.03 and the patch hasn't rectified anything!!

    Open the .inx file in CS3 (that's what you have, right?) and save as a new .indd.
    I'd also be tempted to open the tiff in Photoshop and do a save as to re-write it.
    Let us know if it helps.
    Storing files on the network leaves you more open tot he risk of file damage during transfer and save operations.
    Peter

  • "JavaScript Error encountered while loading HTML"

    Hi,
    I have been trying to embed a google map on a InDesign CC page, NO LUCK YET.
    I spoke several Adobe InDesign help line people, unfortunately they couldn't solve it.
    Here is the problem: I tried with different versions
    1- version) I copy of a map code and paste the code on a page, shows grey square round image and nothing (no map)
    2- version) From Object menu:
        "Select insert HTML.."
        "This is an HTML snippet."
    I paste the codes into HTML box, a second later, small box message,
         "JavaScript Error encountered while loading HTML"
    I have 64bit 12gb ram computer with windows 8.1
    InDesign CC version 9.2.1 x64
    Java 7 update 51
    I have tried with Internet explorer, google chrome and fire fox, and different maps, still no luck.
    Can anyone solve this problem?
    Thank you in advance,
    atamtan

    Yes, Google changed something and not for the better.
    Try a bing map instead. They work fine.

Maybe you are looking for

  • How do I disable game center in macbook pro

    A couple of  apps I downloaded, a casino slot, want the game center to become involved.  I do not want to have anything to do with the game center. Other games e.g. solitaire card games do not cause the game center to pop up.  How do I disable this?

  • I can no longer access WEbkinz and ESPN on my MAC with Firefox but can with Safari

    So far the trouble is with those two. I deleted Firefox and re-downloaded but no different.

  • Production reciept

    One of the interviewr asking the question). QUESTION IS THE:- 2 company codes is production the same material, OR DIFFERENT MATERIAL when we received the material from ONE co code, 50 units, and SECOND co code, 50 units, HOW UR POSTING THE G/L ACCOUN

  • Position syncing with iCloud and non-store ePubs

    Since the iCloud beta became available, iBooks now remembers which page you're on accross all your IOS devices - so I can start reading a book on my iPad, then switch over to my iPhone later on and it will pick up where I left off. This seems to work

  • TimeMachine errors when backing up to XSan Volume

    Hi all, I've been trying to solve this problem for a while. I have an apple xraid unit with a timemachine enabled afp share that I want to use for client backups over our network. 10.5 and 10.6 clients initially can configure timemachine preferences