Playing Auditon files when they won't play!

My Adobe Audition has stopped palying files that I've already opened and which appear to be fine.  I can't get them to play with either the space bar or the "play" arrow.  I NEED my Auditon!

This behavior, no playback or response when pressing play, generally indicates Audition and the audio driver aren't quite seeing eye-to-eye.  Usually this can be resolved by forcing Audition to reload the audio driver.
If you go to Preferences > Audio Hardware, first try changing the Master Clock setting.  If it's currently set to Out, change it to In, or vice versa.  Click OK, then change it back and click OK once more, then try to play a file.
If this doesn't help, let's force it to use a different driver or device option, then switch it back.  You can do this quickly by changing the Device Class option.  Depending on the version of Audition and the audio device you're using, you may see MME, WDM and ASIO on Windows.  Try changing this to a different option, clicking OK then returning to change it back once more.
If neither of these methods resolve the issue, please let us know what OS and Audio Device you are using on this system and we can continue troubleshooting.

Similar Messages

  • Why can't itunes locate my music files when they are there?

    I think that this happened when I checked off both "keep iTunes media folder organized" and "copy files to iTunes Media Folder when adding to library."I had all of my files located at C:\Users\Beata\Music\iTunes\iTunes Media   and then I noticed that itunes made folders for all of of my music files because I have checked off the keep iTunes media folder organized. Ever since then, itunes can't find all of my files but only some of it and I don't want to go one by one to locate all of the songs. All of my songs are located in the same location which is C:\Users\Beata\Music\iTunes\iTunes Media\Music  I changed it to this location because all of my song files are located there and the place where it was located before, I didn't find the song files on there. I also noticed that itunes would oragize and create folders for my songs in the my music library and I thought that was the reason why itunes couldn't find the files because they were in the wrong location so I moved all of those folders to C:\Users\Beata\Music\iTunes\iTunes Media\Music  So, is it because all of my files are in folders since itunes organized them? All of my files are in album, artist, and song title folders. Where should all of these folders be located at? Also, iTunes creates multiple folders that have the same name and should I just leave the folders be or organize them myself because I have folders that have the same exact name as in the artist and title but it has different song files in the folders. Should I combine the files into the same folder that have the same artist or should I just leave it that way?  Please ,I really need help as I have tried almost everything.

    Help iTunes locate your media folder:
    No content shows up in iTunes after updating
    http://support.apple.com/kb/TS1967

  • Finder de-selects files when they are locked/unlocked

    I have several encrypted disk images that I use to store various personal info on:  financial data, logins/passwords, health info, etc.
    Whenever I update the content on any of them I make a copy of the .dmg file, then rename the copy with the date and time in the filename.  For example, if I have a test.dmg file, when I update content in it, I would make a copy and rename the copy like test_201401051459.dmg.  That way I have a series of backups of each iteration of the encrypted disk image file.  (I've had encrypted disk image files get corrupted in the past, so this is a simple way to make sure I can open at least one of the previous backup files if necessary.)  I also "lock" each dated copy of the .dmg file to prevent accidental deletion.
    At the end of each month I move all of the dated backup .dmg files to an "_Old Data" folder.  In order to do that, I select all the .dmg files I want to move into the subfolder, then right-click (or ctrl-click) on them and -- continuing to hold the Ctrl key down -- I click on "Get Summary Info" to open a single "Get Info" dialog for all of the files so I can unlock them before I move them (if I don't unlock them, then Finder will make copies instead of moving them).  As soon as I de-select/uncheck the "Locked" option in the "Multiple Item Info" dialog, Finder de-selects all of the selected files in the Finder window and also narrows the column they're displayed in (I always use Column View in Finder windows).  This forces me to manually re-widen the column so I can see the entire file names, and manually re-select all of the files so I can move them into the sub-folder.
    This is changed behavior from Snow Leopard (from which I upgraded to Yosemite).  In Snow Leopard, Finder left things alone.  It didn't decide all on its own that files should be de-selected and that column widths should be narrowed to what it thinks is right.  This turns a relatively simple operation into an unnecessarily-more-complex operation.  Pure PITA.
    Mid-2011 iMac
    <Edited by Host>

    Hi Dan,
    The issue occurs on specific file type or all files have the same issue?
    We have an FAQ thread which could help troubleshooting network slowness issue. Please see if it could help:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/7bd9978c-69b4-42bf-90cd-fc7541ccb663/forum-faq-troubleshooting-network-file-copy-slowness?forum=winserverPN
    If you have any feedback on our support, please send to [email protected]

  • Why do files show in all my files when they have been deleted

    In finder > all my files > there are files that have been put in trash yet they show up when I delete them it wants me to fix alias but won't work because the file has been deleted

    Have you tried to drag the alias to the desktop?
    When you look at an alias, what folder is it stored in? If you highlight it, it should show the information in the path bar at the bottom of the finder window. If the path bar isn't visible, click on View and select show path bar.
    You may try to repair permissions using disk utility and see if that helps.

  • Is there a way to remove files when they are in used

    i got a file in the trash when i restart log of or shut down the files keeps saying in used its a exe fie i would this as a exe file it will not let me delete it and when i move it it stays in there and keeps cloning its self
    Pls help me as its been bugging me for the past week
    thanks mike

    My wild guess is that changing the Filetype changes what application can use it, perhaps breaking what is already using it...
    I gave the answer above. There's probably nothing actually using it, and in the case there is, changing the code won't do anything. It's how the Finder interprets the 'bzy ' type that causes the report.
    Start up using your Tiger install disc or your Restore disc, then trash the file.
    No bootable Mac OS X install or restore disk includes an usable Finder.
    (54123)

  • Loading new class files when they are not available when the JVM starts

    Simple Question
    Is it possible to load class if it was not compiled when the original JVM was launched?
    More Detailed Question
    Our build system is getting a slight tweak with a new test runner. After our build system compiles the file, I would like to be able to load the files that have just been compiled.
    Our build system runs inside its own JVM and calls ant scripts to run the different processes(Separate JVM). The new test runner will also be called from the build system(Same JVM) but not as an ant target. Is it possible to call the newly compiled files from inside the build system JVM if they had not been created on the start of that JVM using reflection?
    Thanks in Advanced!

    public class t
        public static void main(String args[])
         throws Exception
         Writer out = new FileWriter("Foo.java");
         out.write("public class Foo implements Runnable {\n");
         out.write("    public void run() {\n");
         out.write("        System.out.println(\"run like the wind\");\n");
         out.write("    }\n");
         out.write("}\n");
         out.close();
         Runtime.getRuntime().exec("javac Foo.java").waitFor();
         ((Runnable) Class.forName("Foo").newInstance()).run();
    }

  • What happens to files when they are deleted on the iPhone?

    When you delete files like videos, podcasts or emails directly on the iPhone by swiping it and hitting the "Delete" button what happens to these files? Are they instantly removed from disk or they go to some sort of "Recycle Bin"?
    Do you know that bar on iTunes showing how your iPhone disk is being used, with "Audio, Video, Photos, Apps, Other and Free"?
    I wonder if having more than 4Gb on the "Other" category is related to this practice in any way?

    Other includes data such as 3rd party app settings and data created and stored by a 3rd party app, email stored or cached locally including email attachments, Safari history, cookies, and cache, notes, voice memos, visual voicemail, contacts, calendar events, etc.

  • Where are files when they are being downloaded

    When I download tv shows, there always seems to be some interruption that stops the dwownload, and causes it to start over. Does the data that I got already just go away? Where are the incomplete files stored during the download, and are they all still on my computer somewhere?

    You have posted in the Windows forum. You may want to post in the Mac forum.

  • Is There a Way To Restore System Files When They Have Been Overwritten As PDF Files?

    A friend of mine installed the last Acrobat update last week on her Windows 7 system.  Everything seemed fine until she tried to view the Manual for her FujiFlilm Camera.  All of a sudden all of her System Files were overwritten as PDF files, her Security software was gone, and she could no longer get on the internet.  When she attempted to restore to a previous version on her computer, she was unable to do it.  Is there anyway of restoring her system without losing everything?  And has anyone had this problem?  I have also received this update but have not downloaded it for fear I too may experience the loss of everything.

    I'm not sure if this is what you were looking for, but the message came from Adboe Reader saying the latest update was available, so she clicked on it to download and install.
    The Fujifilm Manual came on a CD with the camera.  That was the first time she utilized the PDF function after downloading the update.
    Does that help you?

  • Illustrator CS 6 makes copies of files when they are opened

    This is not a view problem. Illustrator actually makes a file labelled "copy"everytime the particular file is opened. Each time it is opened, it makes another copy & tags a number on the end. It only happens with the occasional file, but once this happens, nothing will stop the problem. Selecting all & pasting into a new file does not help. There are no extra views. The artwork is originally copied from the customer file & pasted into a new document. A solution would B immensly appreciated.
    THX!
    Darth
    Mac Pro 2 x 2.4 Ghz 6-Core Intel Xeon/OS X 10.8.2/CS 6 Design Standard

    The solution for me is in the "Get Info" box. Select the problem file & "Get Info" by right clicking or just select the file & type command i. Every file we had problems with had the "Stationary Pad" checkbox selected. Uncheck this (& the "Hide Extension" as well if it is selected) & no more copies on opening. The stationary pad button is like a lock, except it opens an editable, saveable copy while preserving the original.
    Hope This Helps!

  • How can I allow users to upload files when they submit a contact form?

    I need my users to be able to send me pdf, ai, psd, and jpeg images for a custom tshirt website I'm building Thanks for any suggestions-- Lory

    Hello,
    Please check the similar forum thread below.
    https://forums.adobe.com/thread/1213492
    Regards
    Vivek

  • Makes Duplicate Of File When Opening Pictures On A PC

    I have photos and an external hard drive. When I either select the photos in the library and drag them to the desktop, or select the photos and do an export it does export the files to the external hard drive. When I open it on the mac there is only 1 of each file there. When I plug it into the PC and view the folder with the files in it there is a duplicate of each. The weird thing though is for example if I have a file named picture1.jpg it has that in there but also creates a ._picture1.jpg
    What does it create that duplicate file with the ._ before it?
    When I plug it back into the mac that ._ file is not there.

    Mac OS stores "resource forks" (icons) in image files but PC users get two files when they are shared via HD, CD and even when using a PC to view the contents of any Mac directory on a PC.
    My simple fix is to "delete" the resource fork prior to sharing with PC users so they don't get confused.
    CMM's can do this with a right click prior to sharing and most image apps can also delete that resource fork file.
    Mac Mail app allows the "Send Windows Friendly Attachments" which also removes the resource fork file so viewers are not confused.

  • Some of my songs in iTunes show up but they won't play. I get the message that my computer isn't authorized to play them when I only have one computer.

    I recently did the update for iTunes and after I did that I got the error message: MSVCR80.dll file not found.  I followed the suggestions from someone in this community to fix it and now some of my songs aren't playing.  And they are the ones that I purchased from iTunes not CDs that I have and ripped to my iTunes library. I can see the songs listed in my iTunes library as well as on my iPod but yet they won't play.  On my computer I get the message that this computer is unauthorized to play them and to authorize it.  I only have one computer, so I have no idea why I'm getting this message.  And does anyone have any suggestions as to how to get all of the iTunes songs to play again?

    Hello Angel82co,
    It sounds like you have some songs in your library that are not playing, and when you try to play them you are being told the computer is not authorized to play them. I would start by verifying that your computer is still authorized, and take note of the Apple ID that you sign in with:
    To authorize a computer, follow these steps:
    Open iTunes.
    Choose Store > Authorize This Computer from the menu bar.
    You may need to show the menu bar to see this option in Windows. In earlier versions of iTunes, you can access this option from the Advanced menu.
    Enter your Apple ID and click Authorize.
    If your Apple ID uses an expired MobileMe account, you can still authorize your computer.
    From: iTunes Store: Authorize or deauthorize your Mac or PC
              http://support.apple.com/kb/ht1420
    If the issue persists, next I would use the following article to double check that these songs were purchased under the same Apple ID you used to authorize the computer:
    Recovering a forgotten iTunes Store account name
    http://support.apple.com/kb/ht1920
    Open iTunes
    Highlight one of the items you have purchased (You can find your purchases in your Purchases playlist).
    Choose File > Get Info.
    Click the Summary tab.
    The Account Name area will list the account used to purchase the item. Unless you have changed accounts, this is your iTunes Store account name.
    If it is the same Apple ID then I would next delete the song, and re download it from your purchased history, with this article named:
    iTunes 11 for Windows: Download previous purchases from the iTunes Store
    http://support.apple.com/kb/PH12491
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • My mac won't read my external harddrive's videos that I took with my Nikon.  Half the videos won't play, and those are .avi files.  WHY won't they play anymore and how can i retrieve them?

    My mac won't read my external harddrive's videos that I took with my Nikon.  Half the videos won't play, and those are .avi files.  WHY won't they play anymore and how can i retrieve them?

    What exactly is your problem? Is it, (a) your Mac doesn't read your external disk, or, (b) you can't retrieve your videos, or, (c) you can't play them, or, (d) you were able to play them at one point, but not any more.
    What version of Mac OS X are you using, what app are you trying to play your videos with, what happens when you do, and what error messages, if any, do you get?

  • When I try to import songs/playlists to my iPhone 6, grey spotted circle shows up next to most songs and they won't play. Help

    I just set up my iPhone 6. I made a full backup from my 5 to iTunes. Everything was backed up and transferred except any of my music. Simple enough to do it manually, I thought and tried. But when I transfer a playlist from iTunes to the iPhone most songs show up in light grey with a dotted circle next to them once they are on the iPhone list and they won't play.
    There are lots of threats about grey dotted circles from the past. Does anybody know what the issue is? I have the newest iTunes version and IOS version (8.02) for the 6. Why is this happening and how can this be fixed? This is all my music on my mac and most of it was on my previous iPhone 5, so why won't it play on the 6?
    Thanks!

    OK,
    I was asking a little fast. It did indeed not work for a little while (up to 20 minutes) but once I started chatting with apple support it started resolving itself. The grey dotted circles mean two things. 1) the computer was taking some time to transfer the songs onto the phone (quite some time for some songs) but then they appeared on my phone. and 2) those songs I purchased, I can listen to on my phone and my imac, but they will remain unable to play (grey dotted circle) when I look at them on iTunes in my iphone playlist. So, I can play it on regular itunes or on my iphone, but not in my iphone folder on itunes. I hope that makes sense.
    So problem got resolved for me. I hope this helps.

Maybe you are looking for

  • AVCHD File Structure From MAC to PC

    Hello, I know this is sort of off topic but I need the expertise of this forum.... I am the videographer (mac user) for a speaking group and have to film speeches 5-7 minutes in length each week. The problem is how to get the videos to each person wi

  • Problem with Adobe Licensing Agreement

    I am attempting to open a new program I installed on my computer and apparently it requires Adobe AIR in order to operate. Each time I try to open the new program the Adobe AIR Licensing agreement opens with a TOS button that I click. Problem is, not

  • Re: Please Suggest me!!

    At 11:08 AM 3/12/99 -0600, Godavarti, Anu wrote: Hello, I would like to know what would be the best way to start learning and developing Forte application since I have very little background in OO. We have an application written in Forte/Forte Expres

  • Aperture on Macbook Pro vs Macbook

    I'm running Aperture on my MacBook with 2 gigs RAM. Seems ok but not amazing. Before I spend the $ was wondering if I will notice a hugh difference on a macbook Pro? Any opinions?

  • How to replace memory on m6-n010dx

    can i change the memory on an hp envy m6-n010dx