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

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 

  • 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]

  • 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);

  • 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.

  • 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!!!!

  • What is the best method to embed background sound?

    I've tried several methods and they either simply do not work or a plugin icon is displayed...I just want to embed it invisibly , and of course effectively.

    Hi Mike,
    most of the people here in the forum will advise against background sound. If you can't resist, there I tried one possibility (see code):
    http://www.goldschmiede-blumberg.de/AdobTest/musik.php
    In any case you should to ensure that your visitors can switch off your music. That's way I recommend that one/you can see the tape recorder.Hans-G.

  • JMF background sound question

    Hi,
    Does someone know, how to do background sound in an application by means of JMF, or how to do it without jmf ?.
    Thanks in advance.
    MSasha

    email me at this address
    [email protected]
    i will do background sound transmission
    i develope a multitier ip voice communication

  • 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

  • Background sound play goes stop when click the power button on ios.

    On AIR 3.9 the background task execution issue has been solved but when we click the power button on ios devices the background sound play goes stop until we unlock the device.
    So Dear Adobe Please fix this issue .

    This is a known issue and we are investigating this. Thanks for reporting.
    Regards,
    Nimit

  • 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.

  • Picking up background sound in room

    HI there,
    I am trying to capture screen and sound, but the  background sound in the room I am in is coming back on the recording, just wondering how I can shut off the mic for the external sound, and only record what is coming through on the screen.  Desperately seeking input here.  Thanks     Oh I have a Toshiba Satellite using windows 7 operating system.  If any of that helps.

    Wait, FYI - I figured it out by putting the tailpipe AS code in its own actions layer directly above the "Tailpipe" layer.
    Thanks anyway...

  • Voices on IPad Air Movies Quiet but BackGround Sounds (music, explosions, etc) really Loud

    Hello:
    I've having an issue when playing movies on my IPad Air.  To hear the voices in the movies, I have to turn the sound all the way up to the max, but when other background sounds play such as music, the sound is so loud I have to turn the sound down.  So I am adjusting the sound throughout the entire movie based on what's going on.
    I have tried different headphones and it's the same case for all of them.
    I know there have been issues reported around the sound with the newest OS, but I have not seen conversations specifically about this issue.
    Has anyone had this and found a fix for it?

    I Wasn't sure if it was only happening with earphones, but you did say that you tried different earphones, so no apologies necessary. I probably misunderstood. in that case, I suppose one of the channels that the sound goes through could be bad. I think I am using the correct terminology here, but I am no expert by any means. I would assume though, that the same would apply to the speakers themselves, but .... it only happens with earphones and while viewing movies.
    Have you tried any troubleshooting steps? Cleaning the earphone jack? Restarting the iPad? Resetting the iPad? Closing the Videos app and restarting?

  • Background sound is too loud

    my macbook pro, early 20011, the background sound is too loud with or without headphones, i cannot hear the speech well. any ideas?

    Quote from: kyton72 on 10-March-15, 23:57:24
    I also found the mic input poor.  End result was to disable onboard and put my Xonar DGX back in.  Also Xonar volume @ 50% seems to bee the same as the Realtek 100% volume.
    I'll be perfectly honest with you.....
    On both my laptop (MSI GT70) and my desktop (MSI Z97 SLI) I have an Asus Xonar based sound card....it's just flat out better.
    Personally, I don't care for the included software with the on-board sound solutions (software based creative crap is...crap...), and the sound that it makes for digital connections (COAX/optical) really isn't as good.
    But again, that's just my opinion. I believe that the on-board sound should work though, and it might actually be a problem with the board. I would say at the very least, contact MSI and maybe consider an RMA to see if you can get it resolved, just so you have a fully working board to start with.

  • I added background music to the video clip, but I only hear noise, no video clip audio or the background music audio

    I added background music to the video clip in iMovie, the playback runs ok on the right corner preview screen, if I share it to movie clip or itunes or theather, I only hear noise, no video clip audio or the music audio
    If I don't put additional audio to the clip. audio effect or music background, the video plays normally
    I detached the audio from the video clip and deleted it, that way it was possible to listen to the music background and see the actual video clip, but no audio from the video clip.
    How can I have both?

    Hi
    My first thought is -
    Where are the original Audio file ?
    If it was on an Audio-CD then the CD is Ejected and one tries to play the movie - it can not find it = Silence.
    You are using an Non-Destructive Video editor - meaning that You have raw material - Video, Audio and photos but no Movie in Project - only a text document directing How You want it to be played. So if Audio is not where it was when this document were created - iMovie can not find it and e.g. audio goes silent.
    Yours thinking - Bengt W

Maybe you are looking for

  • IPhone 5 isn't recognized by Macbook Pro and/iTunes 11.1.3

    Hey guys, I recently updated my Macbook Pro's software to OS X 10.7.5 and iTunes to 11.1.3 and never had problems with syncing my iPhone 5. However, the other day my computer was having problems syncing the music, only syncing certain songs (even tho

  • Lost Mail Program

    I accidentally moved the "Mail" icon from the desktop in the basket with photo icons and deleted in secured system afterwards. I realized before finishing the complet delete and stopped the process. There is still an Icon Mail in the control panel, b

  • Can I change computer client agent properties using the command line ?

    I need to make a script that will change some settings in several configuration manager 2007. The settings I have to change are: - policy polling interval - mandatory reminders Is it possible to use cmdlets or WMI classes to change these settings in

  • Any way to update to Lollipop without USB Cable? | Xperia Z Ultra

    Hi! Please help me find a way to update without USB cable (my usb is not working, I charge the device with the magnetic port). Solved! Go to Solution.

  • Invoice SAPScript Error

    Dear all,   I tried to maintain a same layout for the first and subsequence page for standard billing SAPScript.  So, i copied the first page as NEXT2(with mode INC) and changed the page sequence as FIRST > NEXT2.  When i run the form in vf02, i enco