Background sounds of a radio station, like i am picking up a radio frequency

I have a hp pavilion g series and this problem started last week, just all of a sudden i could hear what sounded like a radio station in the background, i closed out all the programs and still hear the talking, when even only the icons are up and no program is running. It seems like it is hidden and i can not find whats running

Reminds me of my grad school days in Rochester, NY, when vinyl was the source of all music. I had a decent stereo system for an impoverished student, but imagine my surprise when I learned, and not gently, that the phono cartridge in my turntable was perfectly attuned to receive the radio frequency used by the Rochester public transit bus dispatcher, whose signal was very strong indeed. I might be grooving along to Jefferson Starship, the Grateful Dead or Pink Floyd, gently ratlling the windows throughout our apartment and adjoining houses, puffing on a little of this or a little of that, when without warning I would be jolted out of my chair and across the room by an ear-shattering interjection of static-laden and distorted verbiage about the University Avenue local D bus, whose driver had just been vomited on my a drunk and needed advice about how to handle it. It was a real mood-spoiler for me. I replaced my phonograph cartridge and the problem was solved

Similar Messages

  • How can I remove the background sound from the headphone jack for my MacBoo

    for my MacBook Air problem adding music intensifier (Panasonic ST-HT1000) to give it an unpleasant sound background that sounds like a whiz, it's not so loud, but it is an unpleasant .. after a short time can get used to, but the fizz does not pass, however, believe that it is a big problem.
    Further I notice that when MacBookAir disconnected from the charger, it remains quieter sound.
    At first thought that the headphone jack (3.5 mm Headphone:
    Connection: 1/8-Inch Jack) or wiere have problem, but tried 3 different cables, but that does change enything, the problem remains.
    When I added iPhonu3GS playing - the background sound were not, then everything is OK!
    How can I remove the background sound from the headphone jack for my MacBook Air 13?

    There is no way to bring that up unless you have it typed in a document. You can use My Support Profile to find a list of serial numbers that have been purchased or registered with your Apple ID.
    http://support.apple.com/kb/HT2526?viewlocale=en_US 
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD  240G Vertex 3 SSD Boot HD 

  • Flash with background sound (I got error #2037)

    Hallo.
    I am a beginner at AS3 programming. I like to make a flash with background sound (*.mp3 files from *.xml list). Everything works fine, but when I press "onClick" button I got output error.
    Error: Error #2037: Functions called in incorrect sequence, or earlier call was unsuccessful.
        at flash.media::Sound/_load()
        at flash.media::Sound/load()
        at proov_fla::MainTimeline/F_MP3_laadimine()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()
    My Script:
    var MP3_PLAYLIST:String = "playlist1.xml";
    var LAADI_MUUSIKA:URLRequest;
    var MUUSIKA:Sound = new Sound();
    var MUUSIKA_KANAL:SoundChannel = new SoundChannel();
    var HETKE_MUUSIKA:Sound = MUUSIKA;
    var POSITSIOON:Number;
    var HETKE_INDEX:Number = 0;
    var KAS_MUUSIKA_MÄNGIB:Boolean = true;
    var XML_FAIL:XML;
    var MUUSIKA_NIMEKIRI:XMLList;
    var MP3_LAADIJA:URLLoader = new URLLoader();
    MP3_LAADIJA.addEventListener(Event.COMPLETE, F_MP3_laadimine);
    MP3_LAADIJA.load(new URLRequest(MP3_PLAYLIST));
    onClick.addEventListener(MouseEvent.CLICK, järgminelugu);
    function järgminelugu(e:MouseEvent):void
        MP3_PLAYLIST = "playlist2.xml";
        MP3_LAADIJA.load(new URLRequest(MP3_PLAYLIST));
    function F_MP3_laadimine(e:Event):void
        XML_FAIL = new XML(e.target.data);
        MUUSIKA_NIMEKIRI = XML_FAIL.track;
        LAADI_MUUSIKA = new URLRequest(MUUSIKA_NIMEKIRI[0].path);
        MUUSIKA.load(LAADI_MUUSIKA);
        MUUSIKA_KANAL = MUUSIKA.play();
    My full purpose will look like this http://uusrand.pri.ee/galerii/proov/

    Hallo.
    Can anybody help me to add an actionscript line(s) into attach file "newXML.fla".
    In this file I have a script to play mp3 files from xml list (this works).
    I also add button to load new mp3 fileslist from new xml file. But I don't know how.
    My Script:
    var MP3playlist:String = "http://uusrand.pri.ee/mp3/playlist.xml";
    var MP3file:URLRequest;
    var MP3SoundURL:Sound = new Sound();
    var MP3sound_channel:SoundChannel = new SoundChannel();
    var xml:XML;
    var playlist_index:XMLList;
    var xml_loader:URLLoader = new URLLoader();
    var MP3index:Number = 0;
    xml_loader.addEventListener(Event.COMPLETE, originalXMLfile);
    xml_loader.load(new URLRequest(MP3playlist));
    onClick.addEventListener(MouseEvent.CLICK, nextXMLfile);
    function nextXMLfile(e:MouseEvent):void
        if (MP3playlist == "http://uusrand.pri.ee/mp3/playlist_loodus.xml") {
            MP3playlist = "http://uusrand.pri.ee/mp3/playlist.xml";
        } else {
            MP3playlist = "http://uusrand.pri.ee/mp3/playlist_loodus.xml";
    function originalXMLfile(e:Event):void
        xml = new XML(xml_loader.data);
        playlist_index = xml.track;
        MP3file = new URLRequest(playlist_index[0].path);
        MP3SoundURL.load(MP3file);
        MP3sound_channel = MP3SoundURL.play();
        MP3sound_channel.addEventListener(Event.SOUND_COMPLETE, nextSong);
    function nextSong(e:Event):void
        if (MP3index < (playlist_index.length() - 1)){
            MP3index++;
        } else {
            MP3index = 0;
        var NextSongRequest:URLRequest = new URLRequest(playlist_index[MP3index].path);
        var NextSongURL:Sound = new Sound(NextSongRequest);
        MP3sound_channel.stop();
        MP3sound_channel = NextSongURL.play();
        MP3sound_channel.addEventListener(Event.SOUND_COMPLETE, nextSong);

  • Newbie question: Why is "learn sound model" greyed out when trying to remove background sounds in a file using the Spectral Frequency display?

    I am trying to remove background sounds in a file using the Spectral Frequency display. The first edit on a new file, this process works fine:
    1. use brush to cover sound
    2. right click, learn sound model
    3. effects/noise-reduction-restoration/Sound Remover
    The next time I try to remove another sound in the file, "learn sound model" is greyed out. I have to close the file and reopen to be able to make another edit. What on earth is going on? Can it only learn one sound model or something?
    I'm a newbie, so thanks in advance for your advice!

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • Add A Constant Background Sound.

    I'm a bit of an amature when it comes to web design and especially hard coding.Im getting to grips with div tags and the css dialoge box. I able to embed a sound file on a page but would like to know how to embed a  background sound which keeps playing and doesnt restart every time you select a new page. Also any advice on how to add a sound on/off button option on each page would be appriciated.
    Thanks

    Continuously playing music/sound on HTML websites is not a simple thing to do.  You have the following options, each with their own set of problems.
    OPTION #1 - Embed an MP3 player on a plain vanilla page. Invoke it to open in a Pop-Up window from a link on your home page.   The player will remain open while people explore other site pages or until they close the pop-up window or leave your site.  NOTE:  The user must initiate the pop-up page by clicking a link. If you attempt to open the pop-up automatically on page load, it will be defeated by pop-up blockers (98% of browsers).
    OPTION #2 - Put your player into a frameset.  NOTE: Framed sites pose many other problems as detailed below.
    http://apptools.com/rants/framesevil.php
    OPTION #3 - Build your entire site with Flash.  NOTE: Flash sites are not SEO & user friendly. Also Flash isn't supported by all web devices.
    OPTION #4 - Build your entire site on one very large page
    EXAMPLE:  http://alt-web.com/TEST/ScrollTo.shtml
    Depending on content, this could delay page load quite a bit.
    OPTION #5 - Forget about continuous music/sound.  Simply embed a player on the first page and let people hear it once.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Tweaking the background sound when someone is talking in a clip

    I know that there's a way of making the music go down by selecting specific clips, the question would be: is there some way to edit the background sound level inside the clips? Lets say that the clip is 1 hour long, and during the clip there's someone that speaks randomly, I'd like to lower the volume when he's talking.

    1. Select the frames when the person is talking, so the yellow border is around those frames. Then EDIT/SPLIT CLIP.
    2. With the new clip selected, open the Inspector to the Audio Tab and turn on the Ducking feature. The ducking feature will suppress all other audio tracks to the percentage you specify.

  • How to get rid of warbling background sound when expoerting to MP4 ?

    Hello All;
    I've been having a very, very strange problem since the first day I started exporting a FCP video to MPEG-4 via. the compressor. For some bizarre reason, I always hear a warbling sound in the background when I export a video - this makes MPEG-4 creation completely unusable.
    This is driving me absolutely crazy as I need to create a video for the web. Everything else worked perfectly - size was good, video was very clear, only this stupid warbling sound. I did not record live video ... I only used existing video that was in the FCP project and when I play the project in FCP, I don't hear this strange sound. Also when I export to other formats like Quicktime or even DVD (Via. the compressor) I also don't hear it.
    Anyone experience any problem like this before ? And can someone help me get rid of this stange background sound ?
    Tim

    Thanks for the info, Dave.
    I think I may have solved my problem. I changed the audio sample rate to 32 KHZ and I removed the Right Audio Channel. I used a shotgun mic and it was connected to the left channel so I'm not really sure what the right channel was hearing.
    However, I still think the sample rates were mismatched. It looks like the original clip's audio was set to 48 khz audio but the 48 khz audio setting of the MPEG-4 compressor setting was grayed out so I was unable to select it - Do you know why it was grayed out and is there a way to select 48 khz ? I would still like to try to set the clip to a sample rate of 48 khz in compressor when exporting to MPEG-4.
    Anyway ... I'll know for sure if it's working tomorrow morning. I exported a sample clip while I did the testing but am exporting the full hour-long program overnight.
    Tim

  • X100e, cannot record background sound

    Dear all,
    My X100e cannot record background sound though it can record sound from microphone.
    My Volume control is like below pictures:
    http://lh6.ggpht.com/_9kUvjBH2L9A/TRgWkZSo1LI/AAAAAAAABOM/AmBx2OKOgfg/Volume_001.jpg
    http://lh4.ggpht.com/_9kUvjBH2L9A/TRgWkTQaEfI/AAAAAAAABOQ/nCooZ10r_Qs/Volume_002.jpg
    Rgds,
    Linh

    Hi, I mean stream music for example.
    Here is my case:
    My friend and I were in voice conference using Skype, I used Goldwave to record the call but I can only hear my voice and sound in the room only. How can I record his voice as well as record the stream music that was playing on winamp?
    Rgds,
    Linh

  • Synchronous background sound

    hello,
    if i add a background sound to a captivate movie, i have the
    following problem:
    while playing, stoping and resuming the movie, the background
    sound has the correct behaviour. but if i skip the movie by the
    slider the sound doesn't skip. is there an option to synchronize
    the background sound with the "timeline"? (not the timeline of a
    single slide)
    are there any other possible workarounds? in fact, the sound
    sample i would like to use is a single file with speech comments. i
    tried to chop the sound file, but this will not work for my
    purposes.
    i appreciate any suggestions

    Hi c_power and welcome to our community
    You are misunderstanding the use of the background sound
    feature. It was never intended to be used as a long continuous
    narration track. Instead, it is intended to place a nice soft audio
    clip that doesn't overwhelm narration.
    Narration is intended to be placed on the slides and in
    objects. I'd try opening slide one, then pressing the F6 key to
    import the clip. Once you do this, you should see a dialog that
    allows you to choose how to deal with the audio. Assuming the movie
    is complete and the timings are all set as desired, choose the
    bottom option labeled: Retain current timing and distribute this
    file over several slides.
    Hopefully this helps... Rick

  • Adding background sound

    I am user of N-73(Music Edition).
    I want to add background sound, as I am in the railway station or classroom or etc., when I answer or call a phone call.
    Is there any softwares to do so?

    Whom are you wanting to cheat your boss or your wife . Google and you will find sites that meeds your needs.
    If my post has helped you please click the white star on the right

  • Background Sound

    Hello,
    I have a background sound bite that I would only like it to
    play the first time the page loads, not each time. How do I set
    that feature.
    Also, is it possible to also have the flash animate the first
    load also? After that, each page the consumer loads will from that
    point be a solid image?
    Thanks Dom

    Dominic B wrote:
    > Hello,
    > I have a background sound bite that I would only like it
    to play the first
    > time the page loads, not each time. How do I set that
    feature.
    >
    > Also, is it possible to also have the flash animate the
    first load also? After
    > that, each page the consumer loads will from that point
    be a solid image?
    We did that here couple of times.
    Search for "shared object first visit" in the forum archives.
    Shared object is Flash's native form of cookies. We
    demonstrated
    few times how to set up flash to do something in first run,
    write
    the shared object to user drive and skip some function on
    second and
    any other following load.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • I have an iphone 4, when I plug in headphones I can pick up music and only background sounds, but no voices. It happens on every video or movie I see, but music works perfectly fine. Did anyone else have this problem or was it just me?

    I have an iphone 4, when I plug in headphones I can pick up music and only background sounds, but no voices. It happens on every video or movie I see, but music works perfectly fine. Did anyone else have this problem or was it just me? If not can anyone help me?

    Hey there Srkupo,
    It sounds like your vocal audio is not working with your headphones connected to your iPhone. I would start with the troubleshooting from the following article to help troubleshoot them named:
    Resolve issues with iPhone, iPad, and iPod touch accessories
    http://support.apple.com/kb/ts2634
    Update your software
    Install the latest version of iOS. You can see which version is on your iPhone by going to the About screen.
    If the device doesn't update successfully, the issue might be with your device and not the accessory. Learn how to check your iPhone, iPad, or iPod touch.
    Disconnect and inspect the accessory, then restart your device
    Disconnect the accessory and turn it off, if possible.
    Inspect the connection between the accessory and device and make sure that no debris or other damage is present.
    Restart your iOS device by turning it off, then back on. When the Home screen appears, reconnect the accessory.
    Try a different device
    Make sure the issue is with the accessory, if possible. Always use an identical or similar, compatible device with the accessory you're troubleshooting.
    If there's static coming from the left audio channel when you use headphones, try connecting the headphones to a similar device.
    If the device isn't syncing when connected to the dock, connect it directly to the computer using the Apple 30-pin to USB Cable or try another USB port.
    If you're using Lightning to 30-pin Adapter in a connection chain, try using the same adapter on a similar or identical device.
    Restore iPhone, iPad, or iPod touch
    Restore your iOS device. You should rarely need to use this step with an accessory issue. If the issue only affects a third-party accessory, contact the manufacturer before restoring the device.
    If this does not resolve the issue could you elaborate on where you are listening to this content from to help isolate the issue?
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • When I am connected with Firefox I am hearing a background sound of a door opening and closing.

    Starting about one month ago I have been hearing a background sound of a door opening or closing. When opening, it is the sound of a latch turning and then a creaking door sound, and when closing it is the sound of a slamming latch.It is intermittent, ocurring every 5-10 minutes or so when connected with Firefox. There is no apparent problem associated with sounds, I'm just wondering why it's happening and what it might mean.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • I am using logic to record a podcast and using soundboard to use as a playback for music and sound effects.  I'd like to soft patch sound board into logic, and still use my interface for recording audio from the other members of the podcast.

    I am using logic to record a podcast.  I have a presonus firestudio mobile for my interface so I can record several people at the same time.  I'm also using Soundboard for a playback system for music and sound effects.  I'd like to know how to soft patch Soundboard into Logic while still using the Firestudio interface to record the other members of the podcast.  Does anyone know how to do this? and if so can you tell me how to do it?  Thanks.

    Thanks. Now, since Apple failed to provide an audio in jack for their new and improved iMacs (mine has one), all I can suggest is that you contact AppleCare, since you have 90-dqy free phone support. If need be, you might reconsider your purchase, but that's for you to decide.

  • Background Sound Won't Play

    Hi all --
    Looking to attach a background sound and play it using
    ActionScript. However, it's not working. I'm trying to link it up
    to a button called "soundButton" that toggles the audio. I have the
    wav file in my library, have exported it for ActionScript, and
    given it a linkage ID of "music."
    Also, if I trace after a button click, my "soundPlaying"
    value is always "false." Any ideas?
    See attached code below...any help is greatly
    appreciated!

    bg_sound is undefined: use bg_sound or my_sound.

Maybe you are looking for

  • Regarding pf-status in alv

    hi all,     could any one  answer what is fgroup 'salv' in the following piece of alv code and how can we see it. call function 'REUSE_ALV_GRID_DISPLAY'        exporting             i_callback_program      = gd_repid             i_callback_top_of_pag

  • How can I delete a single password stored in Sync?

    I entered a password that i don't want to be stored online. How can one remove that single password? thx for replying...

  • How to force shut down

    Since upgrading to Lion my MB Pro it locks up.  How can I force a shut down? 

  • SG300-20 QoS labels driving me nuts!!

    On an SG300-20, I'm setting up Bandwidth in QoS.  Maybe a nit but it's driving me nuts. I understand: - kbps - kBps - Mbps - MBps Upper case "B" is Bytes Lower case "b" is bits So what the heck is kBits/sec?  a typo?  Do I assume "B" really means byt

  • Personalised ringtones on 6303 classic

    Hi, On my old E65 I was able to assign different ringtones to groups/individuals - a really handy feature. I don't seem to be able to do this on the 6303. Is that correct or have I missed something? Tim