Voice speed decreases when using ventrilo, LOTRO and so on.

Hi,
I have been using vent for about 6 months on a bootcamp blackbook from 2006 with realtek audio drivers without any hazzle at all.
Now I bought a new macbook pro which have Cirrus Logic HD audio drivers. If I pull up normal XP sound recorder program I hear my voice in normal speed when testing microphone. IF I start ventrilo and enable outgoing voice communications and do a test recording on XP sound recorder program my voice speed is decreased. Luckily that program has an increaser of 100% in effects settings and that turns my speech recorded back to normal.
This also happens when I play Lord of the Rings Online without ventrilo on - My theory is that when there is two applications wanting to use the mic it decreases like it splits up as in Vent + (normal windows use) or LOTRO + (normal windows use).
This is very annoying as it makes voice chat impossible since its in ultra slow.
Please if anyone have any suggestions as to how to turn something off to make it only register 1 use of mic or any info u need let me know.
Tested with a headset with microphone and same deal (non-usb headset)

Hello every1,
i have the same Issue in ventrilo. My voice is so slow when i talk. but when i installed Skype my voice sounds normal and i think its better than Ventrilo.
am using Skype instead of vent when i play Arena in wow. when i have Raids i get into Vent just to listen to my guild buddys.

Similar Messages

  • If i dont use the display when using the GPS and only listen to the voice instructions can that also makes the iphone overheat even if you dont use the display

    because when i use the gps app in my iphone 4s in the car my iphone gets overheat so
    if i dont use the display when using the GPS and only listen to the voice instructions can that also makes the iphone overheat even if you dont use the display
    will that help?

    When you use your GPS does your iPhone get hot enough to shutdown?  The reason I ask is that I have run my GPS app with the screen brightness set to near max connected to power for hours.  My iPhone got hot, but didn't shutdown.

  • My MacBook Pro is running very slow when using the internet and sometimes gives the pinwheel of death, any suggestions on how to fix?

    My MacBook Pro is running very slow when using the internet and sometimes gives the pinwheel of death, any suggestions on how to fix?

    <http://www.thexlab.com/faqs/sbbod.html>

  • After I installed the recent Apple security patch, I can no longer save PDFs when using Safari. And Firefox no longer can open website PDFs. Any suggestions?

    After I installed the recent Apple security patch, I can no longer save PDFs when using Safari. And Firefox no longer can open website PDFs. Any suggestions?

    Dansyacht wrote:
    If the previous Safari suggestion doesn't work try the following:
    In Finder, go to Macintosh HD/Library/Internet Plug-ins and move AdobePDFViewerNPAPI.plugin to the Disabled Plug-ins Folder.  Restart Safari.  If this works you may just want to delete that FUBAR plug-in.
    Thanks.  This was the solution for me.
    Message was edited by: tvdowntown

  • In Firefox 3.6.10 I was able to go forward and backwards between pages without the page defaulting to the top of the page. Is there any way to prevent the page from automatically moving to the top when using the forwards and back buttons in Firefox Four?

    I like to be able to navigate backwards and forwards without having to scroll down and find where I was previously. In Firefox Four, when using the forwards and back buttons, the page will automatically return to the top of the page. Is there any way to change this setting in Firefox Four to prevent it from doing that?

    Thanks for the response. No Time Machine, but I probably have a backup from a few months ago on an external hard drive. :/ I guess it'd have useful history, but not if it overwrote the last 3 months or so of Awesome Bar, that might not be so great.

  • Performance issues when using Smart View and Excel 2010

    Hello, we are experiencing very slow retrieval times when using Smart View and Excel 2010. Currently on v.11.1.3.00 and moved over from Excel 2003 in the last quarter. The same spreadsheets in 2010 (recreated) are running much slower than they used to in 2003 and I was wondering if anyone else out there has experienced similar problems?
    It looks like there is some background caching going on as when you copy and paste the contents into a new file and retrieve it is better.....initially. The size of the files are generally less than 2mb and there aren't an expecially large number of subcubes requested so I am at a loss to explain or alleviate the issues.
    Any advice / tips on how to optimise the performance would be greatly appreciated.
    Thanks,
    Nick

    Hi Nick,
    Office 2010 (32 bit) only is supported.
    Also check these documents:
    Refresh in Smart View 11.1.2.1 is Slow with MS Office 2010. (Doc ID 1362557.1)
    Smart View Refresh Returns Zeros (Doc ID 758892.1)
    Internet Explorer (IE7, IE8 and IE9) Recommended Settings for Oracle Hyperion Products (Doc ID 820892.1)
    Thank you,
    Charles Babu J
    Edited by: CJX on Nov 15, 2011 12:21 PM

  • Panel contents overlap when using borderSkin style and layout=absolute

    This problem has been reported on several occasions
    (http://bugs.adobe.com/jira/browse/SDK-14806)
    and there are several articles that talk about this:
    http://dougmccune.com/blog/2008/01/17/followup-about-flex-panel-bug/
    http://dougmccune.com/blog/2008/01/12/calling-********-on-a-resolved-flex-bug/
    I´m not an expert but think I found a fix/workaround for this.
    frameworks\projects\framework\src\mx\containers\Panel.as
    Must to be changed in the viewMetrics() method.
    Line:
    973- if (FlexVersion.compatibilityVersion < FlexVersion.VERSION_3_0) 974- {
    Replace by:
    if ((FlexVersion.compatibilityVersion < FlexVersion.VERSION_3_0) || (getQualifiedClassName(border) != "mx.skins.halo::PanelSkin") || (getStyle("borderStyle") != "default") ) {

    Hi Andres,<br /><br />I haven't tried to verify your fix, but would you be willing to fill out a contributor agreement and submit an official patch?<br /><br />Matt<br /><br /><br />On 4/25/08 12:34 PM, "Andres Serral" <[email protected]> wrote:<br /><br />A new discussion was started by Andres Serral in<br /><br />Developers --<br />  Panel contents overlap when using borderSkin style and layout=absolute<br /><br />This problem has been reported on several occasions<br />(http://bugs.adobe.com/jira/browse/SDK-14806)<br />and there are several articles that talk about this:<br />http://dougmccune.com/blog/2008/01/17/followup-about-flex-panel-bug/<br />http://dougmccune.com/blog/2008/01/12/calling-********-on-a-resolved-flex-bug/<br /><br />I´m not an expert but think I found a fix/workaround for this.<br /><br />frameworks\projects\framework\src\mx\containers\Panel.as<br />Must to be changed in the viewMetrics() method.<br /><br />Line:<br />973- if (FlexVersion.compatibilityVersion < FlexVersion.VERSION_3_0) 974- {<br /><br />Replace by:<br />        if ((FlexVersion.compatibilityVersion < FlexVersion.VERSION_3_0) || (getQualifiedClassName(border) != "mx.skins.halo::PanelSkin") || (getStyle("borderStyle") != "default") ) {<br /><br />________________________________<br />View/reply at Panel contents overlap when using borderSkin style and layout=absolute <a href=http://www.adobeforums.com/webx?13@@.59b51731><a href=http://www.adobeforums.com/webx?13@@.59b51731><br />Replies by email are OK.<br />Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b51731!folder=.3c060fa3><a href=http://www.adobeforums.com/webx?280@@.59b51731!folder=.3c060fa3>  form to cancel your email subscription.

  • "Could not complete scan" error when using Windows Fax and Scan

    "Could not complete scan" error when using Windows Fax and Scan with a HP OfficeJet Pro 8600 Plus All-In-One network printer.
    Printing is fine.
    When using the HP Scan application, get the error "Scanner communication cannot be established".
    When scanning from the printer itself it fails with the same message. In addition the printer panel displays the error:
    "The scan could not be completed due to one or more of the following issues:
    Connection to the computer is lost
    The scanner is in use
    OCR application is not installed"
    My PC is a HP Compaq Pro 6300 SFF 64bit, with ethernet cable to the router and ethernet cable to the printer
    Originally ran Windows 8.0; recently upgraded to Windows 8.1.
    Older separate Netgear router and modem was replaced with a newer Netgear Router/Modem, but both experienced the same problem.
    There was no problem with the original Windows 8.0 configuration and only after upgrading to 8.1 did the problem emerge.
    On my home netowrk I have an HP ProBook 6550b running Windows 7 sp1 that uses wireless to get to the Router, and it has no problem with scanning.
    I have followed the recommendations of a number of articles relating to this issue (including: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&docname=c02915410&product=4323659#N94), but there has been no change in behaviour.
    The printer has a static IP address;
    Power settings have been adjusted to Never for Turn off Hard Disk; Sleep and Hybrid Sleep.
    Scanning has been tested with all firewalls and antivirus turned off and in Selective Startup.
    The printer has been plugged directly into the power socket.
    With all these settings the Windows 8.1 cannot scan while the Windows 7 laptop with wireless to the router has no problems.
    Appreciate any insights into this problem.
    I can only surmise that the problem is a compatibility problem between the 8600 Printer and Windows 8.1.
    Any ideas?
    regards,
    Motorbike

    You can determine if there is compatiblity between the printer and PC by checking the Windows 8.1 hardware compatibility list. I have done that and it is shown to be fully compatible.  If the driver you installed before was only the basic driver,it would explain the lack of scan and copy functionality.
    Download and install the Windows 8.1 full feature driver and software on the HP Compaq Pro 6300 SFF 64bit PC . 
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=bi-108858-4&cc=us&dlc=en&lc=en​...
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Where are my designs stored when using Adobe CC and can i access them if i cancel ?

    where are my designs stored when using Adobe CC and can i access them if i cancel ?

    This is answered in the CC FAQ: http://www.adobe.com/products/creativecloud/faq.html

  • HT204291 When using my iPad and playing videos, I only hear the sound. Why will it not show the video?

    When using my iPad and playing videos, I only hear the sound. Why will it not show the video?  My iPad 2 and iPhone 5 work no issues.

    Hi sheilafrommannford,
    Welcome to the Support Communities!
    The articles below may be able to help you with this issue.
    Click on the links to see more details and screenshots.
    Using AirPlay
    http://support.apple.com/kb/HT4437
    Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS4215
    Cheers,
    Judy

  • My apple TV is connected to a DTV with an HDMI cable and to my Yamaha receiver via optic cable. We rented a movie on Apple TV and.found that the movie played, but we only got audio for music tracks. Voice tracks were silent using both TV and receiver.

    My apple TV is connected to a DTV with an HDMI cable and to my Yamaha receiver via optic cable. We rented a movie on Apple TV and.found that the movie played, but we only got audio for music tracks. Voice tracks were silent using both TV and receiver.  This only occurred on the rented video and on recorded shows on my cable DVR. previews and other content on Apple TV are fine. Any ideas??

    Previews and trailers do not contain 5.1 audio.
    If you have recently moved your setup, you may have inadvertently changed some of the settings on your receiver. It certainly sounds as though it is unable to play the 5.1 audio from the Apple TV.

  • Cannot download aperture when using trial version and all photo work will be lost if delete trial version

    App Store will not download aperture when using trial version and all 30 days of photo work will be lost if delete trial version to be able to purchase Aperture download version???  any ideas?    

    Your Aperture library is not deleted when you delete Aperture from the Applications folder. Neither are your settings BTW.
    Do make certain your library is backed up!

  • Live! Cam Voice Shuts Down When Using Motion Detection Feature

    I'm running XP Media Center 2002.
    I just installed Live! Cam Voice. Started using it and is was fine out of the box. I updated the drivers and i also decided to update the drivers for my SoundBlaster Audigy 2 ZS.
    The problem only seemed to occur when using the Motion Detection. Shortly after using it, I'd get a Microsoft error prompting the WebCam Center to shut down.
    First I uninstalled the software and reinstalled it using the original drivers on the supplied disk. I still had the problem. So i rolled back the drivers on my sound card. That seems to have fixed the problem... Thought you'd want to know.
    To be clear the Cam driver I'm using is .0.8.206. I believe this is the one that came w/ the install disk. Hope this helps anyone else who's experienced similar problems.....

    I have the same problem. I only get 6-7 fps max. I've never seen anything above 0 fps which is a disgrace. My computer is and Athlon64 X2 4800 with 2GB RAM so it's nothing to do with spec. This behaviour was the same in driver version .0.8 as well as the latest one... .0.02 or something.
    Also, since the last driver update, the whitebalance and focus when on automatic is dreadful. I'm not impressed.

  • Recommended hardware configuration when using Adobe Illustrator and Photoshop

    Hello!
    I am an Illustrator who uses Adobe Illustrator and Photoshop most of the time. Today I am using Adobe CS5.5 suite and is thinking of getting the Adobe CC. As my computer today is abit old and "tired", I am unsure about what to focus on when updating my hardware?
    I am using today a HP workstation with following hardware:
    Software:
    Windows 7
    Adobe Creative Suite CS5.5
    Hardware:
    Processor:              Intel i7-2600 3,4GHz
    Internal memory:     8,00 GB DDR3
    Disc drive:               500GB SATA disk 7200rpm
    Graphics card:        NVIDIA GeForce GT 1GB
    Since I work both with Technical Illustrations with loads of anchor points in Adobe Illustrator, I get sometimes error messages like "Out of memory" and such. I read about having two discs, one system disc and one work folder disc, that would solve that problem. But I am also working alot with large illustrations for comercial and advertising situations and I feel that it tend to get a bit slow, especially when I add gradients and blendmodes to an illustration.
    So If I could get som recomendations of what to focus on to boots the speed in my system, also taking into account that my budget is somewhat small, I would really appreciate it!
    Best regards
    Ulf

    I have similar setup to yours.
    From my point of view you need more RAM. I have 16GB. Than you will need to change in preferences to adjust memory used by PS and Illustrator. Maybe take a look at virtual memory in Windows and disable aero effects.
    Disk. It is better to have one disk for system (eg.SSD) and one for documents. But don't buy something like WD Green series that is intended for backup.
    Graphics. It is not a major player I think for your tasks, but OpenGl can speed up rendering in Photoshop and Illustrator.
    When exporting AI with layers to PSD it will always show "out of memory" unless you turn off anti aliasing.
    and the most important thing reinstall Windows after some time... It will work faster.

  • Total system memory *decreases* when using invidia 9600M GPU

    I have 4 GB of RAM in my MBP. I understand that when using the integrated video processor (invidia 9400M), 250 MB of system RAM are set aside for the video memory. So when my total system RAM showed 3.8 GB, that made sense. However, when I switched to the 9600M GPU which has its own 256 MB of dedicated VRAM, total system memory actually decreased to 3729 MB!
    How can that be, and why isn't does the total amount of RAM installed show 4096 MB?

    Hi Odysseus,
    I am not completely sure here, but it sounds like you are seeing an issue related to 32-bit addressing. I am not well-versed in Mac architecture, but I when it comes to PC architecture. With a system that uses 32-bit kernel (like Mac OS X and 32-bit versions of Windows), it can natively access up to 4 GBs of RAM (232bytes). Here is where I get sketchy, I know that 32-bit WIndows (including Vista) uses what is termed a flat memory model. In order for the system to access the video RAM, the kernel maps the video memory over the upper addressees of the 4 GB memory space. It does it backwards, so for a 256 MB video card, it gets the addressees from 4096 - 3840 MBs. This prevents these addressees from being used by the system, so you effectively lose that RAM. There are two traditional methods of fixing this, the first is to use more than 32-bits of address space, and allow the video RAM to be mapped above the 4 GB barrier. This is what the Intel Santa Rosa chipset (used in all older MBPs that support 4 GBs of RAM), The second fix is to use a 64-bit kernel, which puts the address space up to the 264 range (around 17.2 billion GBs of RAM). As previously mentioned, I am not well versed with the Mac architecture, but I wonder if the behavior you are seeing is some combination of the 9400M taking its system memory, and the 9600 GT taking up addressees due to an addressing limitation? Won't really know for sure until Snow Leopard comes out, as it finally makes the OS X kernel 64-it, which should ease any addressing limitations. Good luck!
    Rich S.

Maybe you are looking for

  • Opening Raw Files

    How do I open raw files in Photoshop Elements 9 (Nikon D5000 camera)

  • Process Order Cacellation Problem.

    Hi PP Gurus, Actually we r assigning the Batch to the finished product at the time of confirmation manually. For one of the FG I assigned the wrong batch number and did the confirmation. Now i m trying to cancell the confirmation, but the system isn'

  • My incoming calls are very quiet

    Just got an iPhone and noticed that my incoming/outgoing calls are really quiet. My 'ringer' is turned up to the max, but don't where to look or what to change. Need help please.

  • Query with Cost Center Hierarchy giving incorrect results

    Hi All, I have a universe built based on BEx query on Cost Center cubes. When enabling hierarchy in BEx Query and building Web intelligence Report based on the universe, I get incorrect results.  The levels of the hierarchy is incorrect, many of the

  • Where did my podcasts go, fourth time asked?

    I still need an answer to this please. ok, the other night my iTunes started with a weird message about how the library was corrupted and it was making a backup (didn't say where the backup was though). Now when I look at my iTunes all the Podcasts a