Controlling the sound on my iMac

I am watching movies on my iMac, some movies' soundtrack are a bit difficult to understand, especially when 2 people are whisping. Is there a way to modify the trebble or the base. I have the same problem with the iMac's speakers or headsets, so changing the "speakers" does not improve the sound. I imagine that the sound should be modified at the source but how? Thanks. 

Go into your system preferences and click on the sound then click on the output then make sure the internal speakers are selected.  If you see another device in the window make sure it is turn off when using your iMac. 

Similar Messages

  • Can I control the sound on users computer

    Hi
    I have a high school lab with 25 new intel iMacs. Is it possible to control the sound on the user computer so they can not use it. I have Mac server 4.10.10 and Apple Remote 3.0, etc. Any help would be appreciated.
    Perry

    Assuming you can't reset this by removing or locking the particular Sound settings in System Preferences via Workgroup Manager (WGM), then take a look at:
    http://discussions.apple.com/thread.jspa?threadID=1141459
    It's not exactly the same, but it might well point you at a solution.
    If you're just getting going with Macs in this particular environment, then you'll likely come to realize the Workgroup Manager and Server Admin tools are going to be your BFFs.

  • The sound of my iphone has dissapeared when I play games and when i listen to muisic but when I put the headphones the sound come back and I can control the sound,what should I do??

    I was on a boat ride when some water fell on it but it was just a little bit then when i tried to control the sound and volume while playing and listening to music it didn't showed anything and just with headphones it appeared again and i could listen and I could control it again but when i take the headphones out it goes back to the same thing.What should I do??

    try toggling the Ducking menuItem

  • Controlling the sound of the external loaded SWF

    I  have a Loader that loads external SWF. The external SWF has sound.
    I'd like to stop, pause and play the sound.
    How?
    Please help me !
    var loader:Loader = new Loader();
    loader.load(new URLRequest("moora.swf"));
    addChild(loader);
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE, on_loader_complete);
    var mc:MovieClip;
    var st1:SoundTransform = new SoundTransform();
    var sn:Sound = new Sound();
    var ch:SoundChannel;
    var offset:Number = 0;
    function on_loader_complete(e:Event):void
         mc = MovieClip(loader.content);
         play_btn.addEventListener(MouseEvent.CLICK, on_play_btn);
         pause_btn.addEventListener(MouseEvent.CLICK, on_pause_btn);
         stop_btn.addEventListener(MouseEvent.CLICK, on_stop_btn);
         trace(mc.totalFrames);
    function on_play_btn(e:MouseEvent):void
         mc.play();
         st1.volume = 1;
         mc.soundTransform = st1;
    function on_pause_btn(e:MouseEvent):void
         mc.stop();
         st1.volume = 0;
         mc.soundTransform = st1;
    function on_stop_btn(e:MouseEvent):void
         mc.gotoAndPlay(1);
    mc.soundTransform = st1;
    This only mute the sound only and the sound is still runnung.

    The loaded external SWFs are AS3. The sound is on the timeline. Some SWFs use loaded sound, Here is its code:
    var snd:Sound = new Sound();
    var req:URLRequest = new URLRequest("moora.mp3");
    snd.load(req);
    So, how can I control the sound (Stop, Pause, resume).

  • How can I completely disable the sound on an iMac?

    I work at a high school where I am in charge of all technology on campus, as well as the position of librarian (an effort to save money by the disctrict). In the library, I have about 14 iMacs (2008) that are available for students to do research and reports on, though the computers have basically been turned into really expensive Facebook and YouTube machines. Anyways, I'm looking for a way to completely disable the audio on these iMacs. Simply muting the volume and hiding the control on the toolbar doesn't help because there's volume control right there on the keyboard. Is there any way to just disable the sound all together? Such as disabling the sound card or possibly usuing a utility or script? An even better solution would be to disable the speakers, but leaving the headphone jack enabled so if need be, a student can plug in headphones and still get sound. But I'll settle for completely disabling the audio, if anyone can help with that. Thanks so much!

    One thing you might try is going to System Preferences/Sound and changing the output from Internal Speakers to Line Out or Digital Out. Line Out would be for headphones. I assume it keeps this setting after a reboot but you should test it.
    Disabling the sound will also disable all warning sounds.  Those can be pretty useful.

  • How do i connect the sound from my imac to hdtv?

    I am using a Kanex cable from an imac to hdtv, went into system preferences and set the sound to the tv. This worked fine yesterday, but for some reason does not work today.

    Hi there brookie.1d,
    You may find the information in the article below helpful.
    OS X Mountain Lion: Change your computer’s sound output device
    http://support.apple.com/kb/PH11235
    -Griff W.

  • Is there a way to control the sounds coming from a website in a tab or window for Firefox so that I can listen to music from a media player without hearing the website's sounds?

    I want to listen to Youtube or music on Winamp, and also play an online game. But the sounds from the game are distracting and I want to turn them off or make it much quieter. Can I control sound output from a particular tab or windor?

    Jake,
    There are several options here.
    I would suggest using your own code for datalogging. The datalogging you are referring to is primarily for debug, and one shot datalogs of front panel indicators (and controls?), not including graphs, etc.
    If you go to the file functions, you will see a menu for datalogging. These functions will allow you to save your data, as you need it, simply, and in a compact format.
    I recommend opening the datalog file, doing all your file operations, and closing the file before the program is complete. There are several examples of this in the examples database.
    Good luck

  • Controlling the sound volume of my swf

    I am trying to reduce the sound volume of my swf in general. I implemented the code below, but I get this error message: Line 30 1151: A conflict exists with definition in namespace internal.
    Thanks for your help
    Charine
    ++++++++++++++++++++++++++++
    Here is my code:
    package
       import flash.display.MovieClip;
        import flash.utils.Timer;
        import flash.events.TimerEvent;
        import flash.events.MouseEvent;
        import flash.media.Sound;
       import flash.events.Event;
        import flash.media.SoundChannel;
        import flash.media.SoundMixer;
        import flash.media.SoundTransform;
        public class BugGoopFSGame extends MovieClip
           public var mybackground:BackGround;
    //        public var LetterArray:LetterArray = new LetterArray(stage);
            public var lettera:A;
            public var cinders:Cinders;
            public var gameTimer:Timer;
            public var spidy:Spidy;
            public var myplaybtn:Play;
            public var timerback:TimerBack;
            public var timermiddle:TimerMiddle;
            public var timerfront:TimerFront;
            public var settings_btn:Settings_btn;
            public var sound1:Sound1;
            public var channel:SoundChannel = (new Sound1()).play(0, int.MAX_VALUE);
            public var channel:SoundTransform = (new Sound1()).volume(0.5,1.0); //This is where the problem is - Line 30 1151: A conflict exists with definition in namespace internal.
            public function BugGoopFSGame()
                sound1 =  new Sound1();
            //rest is not relevant to this

    Try this version that I put together. I attached the sound playing to the onClick function at the bottom. This may not be the correct place, you can move the code to any function that you like. The sound will not play from the variable declaration section of the class, it really needs to be in a function.
    package  {
                import flash.display.*;
        import flash.utils.Timer;
        import flash.events.*;
        import flash.events.MouseEvent;
        import flash.media.Sound;
        import flash.events.Event;
        import flash.media.SoundChannel;
        import flash.media.SoundMixer;
        import flash.media.SoundTransform;
        import flash.text.*;
        import flash.net.URLRequest;
        public class BugGoopFSGame extends MovieClip
            public var mybackground:BackGround;
            public var letterArray:LetterArray = new LetterArray(stage);
            public var lettera:A;
            public var cinders:Cinders;
            public var gameTimer:Timer;
            public var spidy:Spidy;
            public var myplaybtn:Play;
            public var timerback:TimerBack;
            public var timermiddle:TimerMiddle;
            public var timerfront:TimerFront;
            public var settings_btn:Settings_btn;
            public var sound1:Sound;
            public var channel1:SoundChannel = new SoundChannel();
            public var channel2:SoundTransform = channel1.soundTransform;
            public function BugGoopFSGame()
                                  // this assumes that you have a sound file in a movie Library
                                  // with a class name of "Sound1"
                sound1 =  new DeltaFog();
                lettera = new A ();
                addChild(lettera);
                                  mybackground = new BackGround ();
                addChild(mybackground);
                cinders = new Cinders();
                addChild(cinders);
                spidy = new Spidy();
                addChild(spidy);
                myplaybtn = new Play();
                addChild(myplaybtn);
                timerback = new TimerBack();
                addChild(timerback);
                timermiddle = new TimerMiddle();
                addChild(timermiddle);
                timerfront = new TimerFront();
                addChild(timerfront);
                settings_btn = new Settings_btn();
                addChild(settings_btn);
                gameTimer = new Timer(31,5120);
                //Add event listener for start button
                myplaybtn.addEventListener(MouseEvent.CLICK, startTimer);
                //Add event listener for timer;
                gameTimer.addEventListener(TimerEvent.TIMER, tickTock);
                gameTimer.addEventListener(TimerEvent.TIMER_COMPLETE, timerFinished);
                gameTimer.addEventListener(TimerEvent.TIMER, fadeIn);
                gameTimer.addEventListener(TimerEvent.TIMER, moveA);
                gameTimer.addEventListener(TimerEvent.TIMER, scaleLifeBar);
                //Add event listener for when lettera is clicked
                lettera.addEventListener(MouseEvent.MOUSE_DOWN, onClick);
            //Start timer function
            public function startTimer(timerEvent:MouseEvent):void
                gameTimer.start();
                trace("Timer started");
                myplaybtn.visible = false;
            public function tickTock(timerEvent:TimerEvent):void
                trace("Tick");
            public function timerFinished(timerEvent:TimerEvent):void
                trace("Timer is finished");
            public function scaleLifeBar(timerEvent:TimerEvent):void
                timermiddle.scaleLifeBar();
            public function fadeIn(timerEvent:TimerEvent):void
                lettera.fadeIn();
            public function moveA(timerEvent:TimerEvent):void
                lettera.moveA();
            public function onClick(event:MouseEvent):void
                trace("The letter a was clicked");
                                  // this line tells the sound to play, it can also
                                  // be "sound1.play(0,int.MAX_VALUE);" if you don't need
                                  // the volume
                                  channel1 = sound1.play(0, int.MAX_VALUE);
                                  // set a value for the volume to be used
                               channel2.volume = .5;
                                  // connect the volume to the sound channel
                      channel1.soundTransform = channel2;

  • The sound for my iMac stopped working

    Ive been watching music videos, first using firefox, when the sound stopped working. So I gave it a rest, but to no avail. Then I found that safari didn't have a problem, and started watching with it and after a few clips, nothing no sound??

    Hello dennis jfromdouglas,
    After reviewing your post, it sounds like sounds stops working in a few applications. Does sound qwork not on the internet? I would recommend that you read these articles, they may be helpful in troubleshooting your issue.
    Some applications may output no audio, but system alert sounds and iTunes playback can be heard - Apple Support
    OS X Yosemite: If you can’t hear sound from your speakers
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • The sound on my G5 imac disappears when playing itunes

    The sound on my imac just cuts out when playing itunes. If I press the Sound Increse or Decrease button on the keyboard it comes back - for a while !
    The problem doesn't seem to be affected by anything else running.
    The only thing that does seem to have an effect it is the volume - the lower the volume, the oftner it happens.
    Anybody help me?

    One thing that helped was getting a toothbrush and scrubbing the dock connector on the phone.  I scrubbed the connector and used compressed air for about 1/2 hour till the connector looked much cleaner.  An Apple employee told me that the pins on the phone had a little corrosion and sand.  The problem hasn't gone away completely, but has been significantly reduced.  I'm going to hold out until my contract expires after which time I'll switch to an iPhone5 (or newer) or Android phone.

  • Apple TV remote "controls" the iMac's Volumn!

    My new Apple TV remote obviously is able to control the volumn of my iMac when I toggle the remote up and down although I have paired the remote to Apple TV.  Any suggestion and solution?  Appreciate.
    Eric

    If you don't want to use a remote with your computer the easiest thing to do is just to turn the IR off. (System Preferences/Security/General)
    If you still want to use your computer remote then you must pair your computers remote with the computer AND the Apple TV remote with the Apple TV.
    To pair a remote with a device hold down the menu and FF buttons together for six seconds or until you see a chain icon on screen (best take the computer into another room, or turn it off, when you do this)

  • Hi, I am not getting any sound from my Imac for some reason. I cant figure out why.

    For some reason the sound on my Imac stopped. I checked all volume controls and they are up and still no sound. I have restarted the Imac and still nothing.
    Any suggestions?

    Can happen occasionally for reasons unknown.
    An SMC reset usuall cures it.
    Resetting the SMC (System Management Controller) on Intel-based Macs:
    http://support.apple.com/kb/ht3964  and
    http://support.apple.com/kb/HT1237?viewlocale=en_US
    Resetting your Mac's PRAM and NVRAM:
    http://support.apple.com/kb/ht1379

  • Sounds silly, but I can't turn on the sound anymore. The slider won't budge and in system preferences it looks that it is muted, and i can't 'unmute' it, despite having administrator privileges. Any ideas? Tat

    It sounds stupid, but yesterday I turned off the sound of my iMac, today (after the latest upgrade), I can neither move the slider, nor turn mute off in the system preferences, even so I have administrator privileges. Any ideas?

    Sorry it didn't work...
    If the update you did yesterday was to 10 6 8 and you did it via Software Update, perhaps the Combo Update would be the way to go...
    http://support.apple.com/kb/DL1399
    Cheers,

  • Controlling timeline sound

    Hey guys, i was wondering if you would be able to help, PLEASE!!
    I'm making a presentation in flash, it has 3 segments, 1st is sound in sync with timeline 2nd is a video which is streaming and third is sound insync with timeline again.
    I can control the video thats no probs, but i want to be able to control the sound/timeline.
    What i want to be able to do is put in some controls just pause play and stop and when i push pause it obviously pauses it, when i push play it continues to play and when i push stop it goes to frame 1 and clears what ever it was playing in the timeline previously.
    I know how to control the timeline but not the sound!
    any suggestions please?

    You will find sound quality options for individual sounds if you double click on the sound in the library.
    If you look in your Flash Publish Settings you will find sound quality options for all streaming/event internal sounds. These global settings can optionally override individual sound quality settings.

  • Help my nav controls my sound

    I am building a site and i have one section for lights with
    on and off buttons that works fine. I have a sound section with on
    and off buttons that work fine. The problem I have is if the sound
    is off and I hit say the navigation home button then my sound
    starts up again. Its the only nav button i have coded so far but i
    believe if i finished it the others would do the same thing. I have
    tried every tutorial i can find and the code is either wrong, or i
    get the funny button problems were other buttons cause the sound to
    restart. All i want is the site to load with the music playing, but
    if the user turns it off, it should stay off regardless of the
    scene they go to unless they decide to turn it back on. So what am
    i missiong here, why won't only the sound buttons control the
    sound. I tried loading the sound and unloading it, including it on
    a time line, and in a button, but everything has the same problem,
    other buttons such as the nav turn the sound back on. i am
    uploading my flash file hopefully someone can suggest something i
    am missing and suggest something better.
    my file is at www.designbytreitner.com/main2.fla

    Like I said, I’ve tried several tutorials and methods
    and they all wind up with the same bad side effect. Of course all
    methods use scripting, how else would you get anything to work.
    What do you mean post my code here that would be fine if the
    problem could only be my sound buttons. However it could be
    something else as well, that’s why I gave a link to my flash
    file instead. Also I mentioned trying several different methods
    which all had the same problem with other buttons re-starting my
    sound. That tells me the problem is something other than the code
    on my sound buttons.

Maybe you are looking for

  • Summary fields on chart expert

    Post Author: training2go CA Forum: Charts and Graphs Hello, I noticed that summary fields that are used on the report do not appear on the chart expert as a field that you can select. Did I do something wrong or is this the way the chart expert works

  • I have tried another exercise, but again I will need help, here's the code

    hi, I have another problem. here's the question pluss the code. public interface Patient{ public void doVisit(float hour); public boolean hospitalize(); 1. I will need to write a class name OrdinaryPatient which extends Patient. the class will includ

  • Notes long text assignment block in service request component

    Hi, In Service Request , i am seeing notes assignment block . its custom one which has been created by using SRQM_NOTES as component usage in SRQM_INCIDENT_H. Every thing works good, the notes entered in that assignment block is stored in ZS01 text i

  • Error on node PATHRAC2:rshd: 0826-826 The host name for your address is not

    Dear Team, As am installing oracle rac on aix 5.3 tl 11 also done with precheck working fine.. user equilvalenec---done pacakages ---- done ssh --- done but while installtion at end while copying its raise error Error on node PATHRAC2:rshd: 0826-826

  • Where do i find tv shows that i purchased on my ipod

    recently i had to delete all my songs and tv shows that i had purchased and had to get them back from apple. (got a new computer and wanted to start over) The tv shows that i had purchased are in my library on itunes. but i'm not sure where to look f