Audio not working in CS4

Hello people,
im sorry if this issue was talked about before, i did some research and i can't find the solution for this issue:
i am using Premiere Pro CS4, Windows Vista64, 8GB RAM, i have a good audio card, when i first installed premiere, everything was working fine,
now everytime i import footage from my camera (Sony HDR-SR7) which shoots AVCHD file format. Now when i import the footage to the timeline or even if i play it in the Project panel, the audio wouldn't work. I re-installed premiere, and i have created new projects using different footage in different folders, and still wouldn't work..
i hope this makes sense. and i hope someone could help me please..
thank you
Ed

Ed,
When something works (with the same programs and source files) one day, but not the next - something has changed. Harm has already stated that point.
Now, along with your searching for answers to some specific questions, consider this. Windows OS's receive a lot of updates. Most systems have these updates set to automatic. This means that things are constantly changing and the user is seldom fully aware that they are, or what changes are being made - it happens behind the "scenes."
Some of the OS updates can render the various device drivers obsolete in a hurry. Sometimes, when this happens, a few programs will still work with the old driver, but some others will not. This is usually because they access that hardware, through that driver, at a higher level.
Please check the site for you Audio card, and get the latest driver. Install it. Test PrPro.
This happens more often with Audio, than with Video, though it is certainly not immune.
If this does not help, and you still cannot trace down what has changed, you might have luck with the installation of ASIO4All. You WILL need to change your settings in PrPro, Soundbooth, Audition, etc. to point to it, but it has helped many folk (especially Audition users) get things going, or back to normal.
Good luck, and hope that something in the thread will get you back up and running - and WITH Audio!
Hunt
PS Welcome to the PrPro forum.

Similar Messages

  • Script that worked in CS does not work in CS4 - multiple open page, print , pdf export and close

    I had a script that worked great for me in Indesign CS. But now does not work in CS4. Anyone knows what needs to be done to make it work again ?
    When I drop folder with indesign files on top of this script:
    1. opens first page
    2. turns specific layer on
    3. prints using preset
    4. exports using preset
    5. close without saving
    6. next page
    Anyone who can give me solution or idea how this should work is greatly appreciated.
    on open sourceFolders
    repeat with sourceFolder in sourceFolders
    tell application "Finder"
    try
    -- If you would like to include subfolders, you say - every file of entire contents of folder…
    set idFiles to (every file of folder sourceFolder whose file type is "IDd5") as alias list
    on error -- work around bug if there is only one file
    set idFiles to (every file of folder sourceFolder whose file type is "IDd5") as alias as list
    end try
    end tell
    if idFiles is not {} then
    tell application "Adobe InDesign CS4"
    set user interaction level to never interact
    repeat with i from 1 to count of idFiles
    open item i of idFiles
    tell document 1
    try
    set visible of layer "ImagesTag_Layer" to true
    end try
    set myPreset to "letter size" -- name of print style to use
    with timeout of 700 seconds
    print using myPreset without print dialog
    end timeout
    set myPreset1 to "pdf preset name" -- name of pdf export style to use
    set myName to the name -- name includes .indd should remove at some point          
    with timeout of 700 seconds
    export format PDF type to "users:temp:Desktop:pdf:" & myName & ".pdf" using myPreset1 without showing options -- set path here format ComputerName:Folder1:Folder2:......:FileName.pdf
    end timeout
    close without saving
    end tell
    end repeat
    set user interaction level to interact with all
    end tell
    end if
    return 10 -- try again in 10 seconds
    end repeat
    end open

    (Disclaimer: me not an AS guy!)
    First thing I noticed is the interaction level is set off. If you comment out this line
    set user interaction level to never interact
    you might be able to pinpoint the exact error -- ID will display a standard "failed" dialog, hopefully showing the line that it fails on.
    A quick question: the script assumes two presets in your InDesign: one for print ("letter size") and one for PDFs ("pdf preset name"):
    set myPreset to "letter size" -- name of print style to use
    set myPreset1 to "pdf preset name" -- name of pdf export style to use 
    Do these actually exist in your CS4, with the same (non)capitalization and spaces?

  • Camera Raw 5.1 downloaded and unzipped but not working in CS4. Can't open Nikon D90 NEF files.

    Camera Raw 5.1 downloaded and unzipped but not working in CS4. OS Windows 7. Can't open Nikon NEF files. Camera Nikon D90.

    update the adobe program that needs cr 4.6+,  http://www.adobe.com/downloads/updates/

  • Iphone 5.1 update messed up sound. Audio not working in youtube, music and video apps. Phone is not muted! nor is volume turned down

    Iphone 5.1 update messed up sound. Audio not working in youtube, music and video apps. Phone is not muted! nor is volume turned down

    Basics from the User Guide are restart, reset, restore from backup, restore as NEW.  Unless you've tried ALL of these, you're not done troubleshooting.

  • Ac3 dts audio not working in my iphone but it works in my friends samsung mobile?pls help me.

    Iam using o player... Ac3 dts audio not working msg showing

    Settings > General > Reset > Reset Network Settings
    Contact the carrier.

  • HT201210 AUDIO NOT WORKING PROPERLY AFTER INSTALLED IOS7

    After installed ios 7
    photos not able to see fully
    audio not working properly.... [no treble, no depth in sound, very low soung even the volume is full]
    get strucks while playing games

    This board is full of people that are update crazy...
    even when they have perfectly good working systems.
    i know i thought well it's just a security update not a major update.
    Best advice... whenever updating the OS, unplug all
    firewire devices.
    will take note of that from now on.
    Was this auto-update? Try downloading the file and
    running the update again with all firewire devices
    unplugged.
    While the 828 is disconnected perform the factory
    reset
    again.
    Disconnect the firewire cable from the 828mkII
    -Press the Setup knob
    -Turn the Setup knob all the way to the right
    -Press the Select knob
    -Press the Value knob
    -Power off the interface and plug the firewire cable
    back
    in
    -Power the interface back on
    i have the original 828 not mark 2, so no reset i know of, just power on off.
    After the Mac updates... reboot and plugin the 828,
    see if that doesn't get you going.
    pancenter-
    cheers pancenter, i'll give it a whirl updating without the interface plugged in. thanks for all your help.

  • Set Stroke weight for a frame not working in CS4.

    Hi All,
    How to set Stroke weight for a frame.
    I tried using CreateStrokeWeightCommand of IGraphicAttributeUtils, but its not working in CS4.
    Regards,
    Jasmine
    Message was edited by: Jasmine_Shaikh

    Hi All,
    CreateStrokeWeightCommand of IGraphicAttributeUtils works only when if the frame has some stroke weight already applied to it.
    So do i need to set something else before using CreateStrokeWeightCommand to make it work programatically on a frame with no stroke weight.
    Jasmine

  • Windows 8.1 beats audio not working

    Product name: HP ENVY TouchSmart Sleekbook 4
    after update windows 8.1 beats audio not working
    This question was solved.
    View Solution.

    Download the file below and instll , Restart and give your beats a try again. If you cant find Beats go to (Control Panel) and search (Beats Audio) then right click on it and create a shortcut, you should now have a shortcut to Beats Audio on your (Desktop)...
    Let me know if this helps ...
    DOWNLOAD LINK
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?cc=us&lc=en&softwareitem=ob-124012-1

  • Laptop left Speaker audio not working

    Sir,
    I have dv-5 1102 tu model laptop, in that left speaker audio not working. But, in headphones & Speakers have no problem in both left & right audio.
    Kindly do the needful

    Hey @KKVK ,
    Welcome to the HP Forums!
    I understand your left speaker is not working on your dv5 notebook.
    If the headphones are working it would tell us the sound card is fine. The same properties are applied to the speakers and the headphones in your audio control settings.
    You could try a system restore to before the issue started to make sure it's not something in the operating system. To perform a system restore see the following guide: Using Microsoft System Restore (Windows 8) or Using Microsoft System Restore (Windows 7).
    If this fails I would suggest contacting HP Phone Support to send the notebook for service. Please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the following link to get the support number for your region: Phone Assist Worldwide.
    Thanks!
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • Audio not working on channel 5 and 7,, okay on all others????

    audio  not working on channel 5 and 7,, okay on all others????

    dalharris wrote:
    audio  not working on channel 5 and 7,, okay on all others????
    Without knowing all of the specifics in your situation, you may want to try these options:
    - If you have a DTA, and your remote control has a LANG button on it, press it. 
    -  If you have an HD or SD full cable box:
    Most low or no audio issues can be corrected by setting the Optimal Stereo output of the cable box. Here are the steps: Press the Menu button twice on your remote control. Select Setup. Select Audio Setup Under the Optimal Stereo setting, choose "Select to Optimize" and press OK/Select on the remote control
    - The audio settings on your cable box may have accidentally been changed:
    Press the Menu button twice on the Comcast Universal Remote Control. A new screen below will appear, with the top-left option automatically selected.
    Use the down-arrow key (above the Info button) to navigate to Setup and press OK/Select (the center key on the remote control in the middle of the 4 arrow/directional buttons).
    Use the down-arrow key (above the Info button) to navigate to Audio setup and press OK/Select.
    The Default Audio Track will default to the first option–Channel default–which which is always the channel’s main audio track (unless it was previously changed).
    Press the right-arrow navigation key to change the audio track. Changing this selection will instantly change the audio.
    1. Press once for English
    2. Press twice for Spanish (Español) OR to activate Video Description (DVS)
    3. Press three times for French (Français) 4. Press four times for Portuguese (Portugues).
    5. Then press the Exit button (above the Volume button) to resume program viewing
    Please note: These audio options can only be heard if the program provider or cable channel is providing that additional audio option.
    - If the above does not help, look at the remote control for your TV set (not your cable box) as the TVs language settings may have been accidentally changed (sometimes labeled as MTS or SAP on the remote or via your TVs settings menu).

  • Sound/audio not work

    sound/audio not work
    Model- Compaq M2000.
    S/N; CNF550117L,
    P/N-EE462Pa#UUF
    M2235

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
      Apple Retail Store - Genius Bar                              

  • Looking for good sound module/card for AE CS4 and AE CS5.5 Echo Audio not working proper

    Hi,
    I have two different computers, one with AE CS4 and a other one with AE CS 5.5.
    On both systems ( Windows 7 64) my Echo audio fire4 sound-module driver is not working proper
    and crashing AE. Despite the latest updates from Echo. When I uninstall the driver the problems
    are gone!
    That's the reason I'm looking for a good stable sound-module (FireWire) to work with Premiere Pro
    and AE.
    Thanks! David

    Hi,
    I have two different computers, one with AE CS4 and a other one with AE CS 5.5.
    On both systems ( Windows 7 64) my Echo audio fire4 sound-module driver is not working proper
    and crashing AE. Despite the latest updates from Echo. When I uninstall the driver the problems
    are gone!
    That's the reason I'm looking for a good stable sound-module (FireWire) to work with Premiere Pro
    and AE.
    Thanks! David

  • Digital Audio not working on Satellite A505 S6012

    My digital audio stopped working suddenly.  I use HDMI to send the video out of my laptop to my projector.  I had been successfully using, for over a year, a digital audio cable in the headphone (SP/DIF) jack to output the sound to my home receiver.  The default audio set in the control panel is Realtek Digital Audio.
    If I set the output to speakers and plug headphones in the jack, I get sound.  If I set the output to Realtek Digital Audio and plug the digital audio cable in, I get no sound.  I've tried new cables, changing the input to a different conection on my receiver, reinstalling the Realtek driver, and, as a last resort, completely recovering my laptop to the factory setting.  Digital Audio still does not work.
    Any suggestions?  This is the main way we watch movies in my home.

    hi, have you try out srs audio program it nice!
    can u help me if u have make for yourself a recovery dvd of S505 S6012 because to mine i didnt do it and it gives me a lot of problems.
    if you have please i would like to have it.
    thanks....

  • HDMI Audio not working on Q190 (along with all higher level Audio Formats)

    Help, I have been given the run around via support, I cannot get the HDMI audio to work with my Pioneer Surround Sound, only the Intel display audio shows in control panel (Win 8 X64) and the RealteK S/P Dif port and it is not capable of supporting 7.1 sound or bitstreaming or DTS, Dolby HD, Etc. Tec support appears not capable of fixing the issue and wanted to send me to software support and pay. I have only had the machine for 4 days and it has never supported higher level sound.
    Every other device I have (had or currently) connected to the receiver works just fine. I have to figure this out or return the machine, the audio is the most important aspect for me. Besides when you advertise 7.1 support the machine you sell should be able to do it.

    Hey guys,
    I have had this Q190 with the Celeron CPU since last week and I am using XBMC Frodo and the HDMI is connected to my AVR Onkyo TX-NR809 and from the Onkyo to the TV. And the sound is 7.1 with PLIIZ. It works fine. I think it may be some driver problem because Realtek Audio which is in the Q190 works fine with the Win8 preinstalled. Realtek is kind of bad with driver because I lost my wifi after upgrading to Win 8.1. After a few days with no wifi, I found out that the driver was bad, yes it was a Realtek wifi driver but posted by Lenovo for W 8.1.
    I have another friend who also just bought the Q190 and he reported no audio problem so I think it is just a matter of trouble shooting the drive and configuration. I do love the form factor of the Q190.

  • HP Pavilion p7-1421 Desktop PC BEATS AUDIO not working.

    Hi, new here with thankfully my first problem with the desktop in the subject line.
    Somewhere along the way, the Beats Audio stopped working correctly. The Equalizer
    sliders will not move at all, and the "Test Speakers" button will highlight the left, then right
    speaker, but no sound will be produced.
    For background, I did install StartDoc, a program that gives one back the original Windows 7 "Start"
    button and desktop. Other than that, I have not installed anything, except the reccommended HP upgrades.
    Also, the machine is obviously running Windows 8, and I have NOT switched to 8.1.
    I see on the Notebook page lots of questions re. Beats not working and solutions, but each user is asked
    for the specific model, OS etc. This is why I chose to post a new thread, so that the experts can address
    my exact machine.
    Thanks in advance,
    John
    This question was solved.
    View Solution.

    Hi srv1954,
    I suggest reinstalling Beats Audio.
    Open the Charms menu, select "Search".
    Enter "Recovery Manager" and then select Recovery Manager from the list. Click "Yes "at the User Account Control.
    Select "Hardware Driver Reinstallation". Select "Next". Select 'IDT High Definition Audio CODEC".
    Select "Next"
    Follow prompts to reinstall and reboot your PC.
    Jaco.
    ****I am not an HP employee****
    Please give a" Kudos" if advice received is relevant or" Accept as Solution" if your problem has been solved.
    ++++++++++++++++++++++++++++++++++++++++++++++++++​+++
    H8 1380t CTO, Intel i7 3820
    16 GB DDR3
    Pegatron Motherboard- IPIWB-PB (Pittsburgh), Radeon HD 7570 1GB. Win 7 Home Premium upgraded to Windows 8.1 Pro.
    Envy Phoenix 810-150se, Intel i7 4820k
    16 GB DDR3
    Pittsburgh2 Mainboard, NVIDIA GTX 645- 2GB GDDR5. Win 8.1 Pro.
    HP 560z CTO AMD Phenom II X6 1090T
    16 GB DDR3.
    Radeon HD 6570
    Win 7 Home Premium upgraded to Win 7 Pro.
    HP ENVY 17t-j000 CTO Quad Edition Notebook. I7 4702mq
    12 GB DDR3
    Nvidia Graphics
    Win 8 Pro
    Errare humanum est.

Maybe you are looking for

  • Multiple joins on the same table

    I'm new to SQL 2005 & C# - I'm a MySQL/PHP crossover. I'm using s Stored Procedure and I'm trying to do multiple joins onto one table.  I have 6 fields in one table that are foreign keys of another table: Table1 id PrimaryCode SecondaryCode1 Secondar

  • What are the settings required to block a particular IP to make connection on particular port no running on another IP?

    Problem: -   What are the settings required to block a particular IP to make connection on particular port no running on another IP? Environment: Operating System            : - Windows XP Service Pack 1 System type                     : - 32 – bit O

  • Validation Form - User Availability

    I am doing a user registration UI for a web project. Our database has usernames unique. I dont want the user to create an account, submit form, then come back and see they have an error: username is already taken. I would like to put a button next to

  • Can i install Ora9iAS Infrastructure and Ora9iAS Midtier in same machine??

    Hello, I want to clarify whether i can install the Ora9iAS infrastucture and Ora9iAS midtier in the same machine?? Since i try to install but giving error on this Unable to verify connection to this OID instance. Please verify your Hostname, Port, us

  • Formatted  Search to Salesman in Order Row

    Hi, everybody! I create the FMS bellow to find the salesman in BP based in trademark of this BP buy. But now I need a message error when the salesman code is '-1'  or when the BP dont have a salesman associated in the trademark. Is it possible with a