How to make audio playback auto stop

Hello!
I am creating a widget for iBook that will be a cooking instruction step-by-step slides for the user to follow. I used the 'Gallery' object to create the slides so each step is a cell in the gallery, and the user can swipe left/right for the next/previous step. I also have an audio clip for each steps that's set to auto play.
My problem is that when I swipe from cell 1 to cell 2, the audio clip 1 does not stop playing even when the cell is not in focus, at the same time audio clip 2 is auto playing, and thus I am hearing overlapped audio clips.
note: I am using iAd Producer v. 5.0.1 and will be embedding the widget to iBooks Author v.2.2

If you had a Mac, you could take it a step further and add chapter like Audible does. I came across a a AppleScript called Join Together which uses a tool from Apple called ChapterTool. Basically, you select the files to join and run Launch Join Together from the iTunes script menu. A dialog box pops up allowing to set the Artist, track info, release year, Album, etc. It also lets you set the output bit rate, frequency, and stereo/mono. It will either output a .m4a file (music) or a .m4b file (audiobook). If you have Apple's ChapterTool install, it will have an option to add chapter names based ont he song titles.
Example: I have a dramatized version of the NIV Bible which wad a separate mp3 file for each chapter. So, it was broken into 1189 files:
Song : Album
Genesis 01 : 01 Genesis
Genesis 02 : 01 Genesis
Genesis 03 : 01 Genesis
Exodus 01 : 02 Exodus
Exodus 02 : 02 Exodus
Exodus 03 : 02 Exodus
Revelation 20 : 66 Revelation
Revelation 21 : 66 Revelation
Revelation 22 : 66 Revelation
After using Join Together, I now have only 68 .m4b files, one for every book except Psalms which I split into three parts (001-050, 051-100, 101-150). Now when I select oneof the books on the iPod, a list of chapters are shown except for r the 5 books that only have one chapter (Test: name the 5 books without looking them up. .
I in the proces of doing this for more books which I kept the individual chapter files like _Teach Yourself Norwegian_ (2 CDs) and two _Birding By Ear_ books (3 CDs each).
For some reason the Join Together script errors out about 10% of the time and I have to re run it. I haven't tried to troubleshoot the issue, yet. Also at the beginning when it starts to join the tracks, the script plays all of the files being joined all at the same time for about 10 to 30 seconds. What a noise that is!
Enjoy life,
Steven

Similar Messages

  • Macbook pro to HDTV, video is working but audio is not working, how to make audio work as well

    Macbook pro to HDTV, video is working but audio is not working, how to make audio work as well

    If you use an HDMI cable, the audiostream will be integrated, so there will be sound when using an HDMI cable!
    Not necessarily.  That only works as stated if you have one of the most recent MBP's that has a built-in HDMI port.
    If the MBP only has a Thunderbolt or miniDisplayPort, you need an appropriate adapter cable and even if you use an HDMI adapter or cable to connect to your HDTV there is no guarantee it will carry audio.  You have to determine if your specific MBP model supports audio out through its miniDisplayPort or Thunderbolt output, and whether the adapter does likewise.

  • How to make the whole movie stop

    Hi,
    I want to make a button open a new scene,
    I have that working but it keeps looping,
    How to make the whole movie stop at the end of scene 2,
    Ive tried putting stop(); but that brings errors,
    I want to stop the whole movie, How would i do this?

    click an empty part of the stage in the frame where you want the timeline to stop and in the actions panel type:
    stop();

  • How to make a button to stop and run a for loop?

    How to make a button to stop and run a for loop?  and if it is stopped it shall start from where i t stopped.

    Your VI has some very fundamental flaws.
    The start/stop button is outside the FOR loop, thus it will NOT get read during execution of the FOR loop, but only before the FOR loop starts. Think dataflow!
    Thus the terminal of the start/stop button belongs inside the FOR loop.
    Your FOR loop iterates 20x, which probably takes about a nanosecond. You will NOT be fast enough to reliably press the start/stop button during a specific iteration of the FOR loop.
    Your code does not "stop and run" a FOR loop (sic). The loop always spins, but executes an empty case when "Stopped". I guess that's what you actually want?
    Once you solve (2), the x indicator will contain a random value whenever you "stop".
    As soon as the 20 iterations complete, the outer while loop spin an things start over, another nanosecond later.
    Place e.g. a 500ms wait inside the FOR loop to solve this.
    Don't place terminals of indicators on top of formula nodes.
    Your formula does not produce any output, so really has no purpose.
    Use a real "stop" button to terminate the while loop (mechanical action: latch when released). Right now you are using a plain switch, which does not reset to false before the next run. This means that you need to manually reset it before running the program again.
    It is oftern useful to operate the VI in execution highlighting mode. You will immediately see that your button does not get read during execution of the FOR loop. Try it!
    LabVIEW Champion . Do more with less code and in less time .

  • How to make VPN client auto timeout when it still idle?

    How to make VPN client auto disconnect when it still idle?
    Hi,I found some user still connected the VPN evenif they dose not use the VPN resouse.
    I try to set a "idle timeout" for the VPN configuration.
    We use PIX515 8.0.3 and CISCO ACS 4.2 for the VPN's connection and authentication,and the user use cisco vpn client for the connection.
    I have tried many methods,but all failured.
    First,I configed "vpn-idel-timeout 5" on PIX.It can not worked.
    so,I add Radius(CISCO VPN 3000/ASA/PIX 7.0+) attribute "[026/3076/050] Authenticated-User-Idle-Timeout" on CISCO ACS,It still not worked.
    And I also add IETF RADIUS Attributes "[028] Idle-Timeout" on group setting on ACS,it always not worked.
    i found in vpn client's statistics,it always has some byte sended or received, i thought it maybe IPsec keepalive message or Radius message.
    This maybe the reason because the PIX or ACS think the vpn user is keep working.
    Can someone tell me how to make a "idle time out"?
    best regard.
    Roger

      here is the configuration on PIX,
    group-policy DfltGrpPolicy attributes
    wins-server value 10.0.0.67 10.0.0.68
    dns-server value 10.0.0.67 10.0.0.68
    vpn-simultaneous-logins 20
    vpn-idle-timeout 5
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value vpn-acl
    default-domain value mydomain.com
    address-pools value vpnpool group-policy DfltGrpPolicy attributes
    wins-server value 10.0.0.67 10.0.0.68
    dns-server value 10.0.0.67 10.0.0.68
    vpn-simultaneous-logins 20
    vpn-idle-timeout 5
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value vpn-acl
    default-domain value want-want.com
    address-pools value vpnpool

  • How to make pdf file auto open with adobe reader after downloaded

    how to make pdf file auto open with adobe reader after downloaded

    I note from your system details that you have the plugin for adobe pdf s so I would have expected the files should open in firefox '''without''' you needing to explicitly download them.
    Once the files are open in firefox, you will also get the option to save them permanently to a location on your computer. If you wish I suppose you could set the file type pdf to be associated with and be opened by firefox instead of with the Adobe Acrobat Reader, but that would just seem to be an additional complexity.

  • Audio playback suddenly stopped working?

    Audio playback stopped working in my project. The audio is there, but the checkbox in the audio pane will not function. I can click on it all day, but no check appears, and no audio plays.
    I have tried typical troubleshooting. Trash prefs, try different audio files and such. If I make a new project, audio plays in it just fine, but after a few minutes work in that project, the audio goes out again, never to return.
    Any ideas??

    Himaureen3k,
    Welcome to the HP Forums!
    I would like to take a moment and thank you for using the forum, it is a great place to find answers. For you to have the best experience in the HP forum, I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I see you received the error " Windows cannot load the device driver for this hardware,The driver may be corrupted or missing (code 39)."
    Have you made any recent changes to your system?
    Have you tried booting into safe mode and doing a Windows repair?
    You can run the The HP Support Assistant to help resolve issues and update drivers.  You can do a restore back to a time when it was working correctly Using Microsoft System Restore (Windows 8).   You can manually download drivers from the download page for your system. HP Drivers & Downloads
    If you would like further assistance, would you provide the exact model of HP computer you have.  How Do I Find My Model Number or Product Number?
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • How to make J2EE engine auto load The JSP Pages

    After I modify some JSP pages, If I just copy them to  the folder in the Server, The pages didn't update.
    How to make it auto update?

    Hello Shen,
    please take in consideration, that JSP page is translated to HttpServlet  component when deployed. It's not accessed via original JSP file.
    You can try to modify the final HttpServlet class file, but then you have to go through pre-compiling.
    Hope it helps,
    regards.
    mz

  • How to make audio cd images in leopard?

    I'm not trying to duplicate music. much of my music doesnt have album art and track info. its stored as mp3 in itunes. itunes refuses to pull up track info as they were not imported by it. so what i am trying to do is make audio cd copies of it and then reimport it to itunes. now, i have like 2000 songs. burning an actual disk would be a pain. in windows i would normally use nero to make an audio cd 'image' which can be mounted into a virtual drive.
    using disk utility i figured out how disk images of cd and dvd sizes can be made but the burn disk option (in itunes) only shows the super drive burner to burn an audio cd image to. any help?
    Neerav Kothari
    Message was edited by: AceNeerav

    i.3d wrote:
    This hardly clears my doubt, however, my point stands, if the info is NOT in an MP3, burning it to a disc OR creating a CD image is NOT going to help you (or iTunes) find the unique CD ID and get the missing info. NO, NO, NO
    There's no "unique CD ID". All iTunes does is look at the number and the length of each track on the CD, and measure that against what's in the online database. The closest match is offered up. If there's nothing close, then nothing is offered up.
    I took a vinyl record and imported the whole thing as an AIFF file. I chopped up the tracks into little bits, and then used Toast to burn the results to a CD. iTunes recognized it as a commercial CD release of the same album, and downloaded the correct artwork and all the track names. I was blown away the first time it happened, and it has happened again several more times with various old vinyl albums.
    It hasn't worked every time, but it has worked enough times for me to believe that the OP will have luck with his .mp3 files if he can burn them into a playlist that closely resembles the original commercial CD.

  • How to Make Audio Video Broadcasting Programe using JMF

    hi i m newto java programing i wan to know can any one help me out how to transimit audio and video over netwrok from one pc to other computer voer the network . i m using my webcam to transmit video can any one of u email me the code if any one has made such application like this .. my email is [email protected]

    Well you've found the root of your problem. It's not necessary the JMF. It's when you make a jar file, you need to include the dependencies. I don't think it' legal to include the JMF in a program you sell or distribute, so be careful there.
    However, to include dependencies in jar files is not a hard task. The simplest method is to unjar the dependency and place it at the top or your classpath; then make a jar that includes both your program, and the dependency.
    A more long term solution is to use a build system such as ant or maven to create the package using available scripts or plugins. The "Uberjar" plugin for maven comes to mind.
    -vito

  • How to make audio file to use as ringtone on iPhone 5

    Does anyone know how to make a file and then make it a ringtone?

    Make sure iTunes prefs > Import settings is set to AAC.
    In iTunes, find the song you want and note the start/stop time you want the ring tone.
    Right click - get info, click the Options tab and set the start/stop times as above. (Note a 30 second max for ringtones)
    Right click - Create AAC version. This creates a new file.
    Drag this new file from the iTunes window to the desktop.
    Delete the new file from iTunes and also select Delete from hard drive.
    On the desktop, rename the file to what_ever_you_want.m4r (first part you can change to whatever you want & change the extension to .m4r).
    Drag the file back to the iTunes library at top left.
    Make sure iTunes prefs > General has Tones ticked.

  • How to Make Audio Books

    Hi,
    I'm not sure if this is the correct place for this topic but I have a 80 GB Black Classic and was wondering how to make a audio book to add to my iPod.
    I have several audio books on CD that have numerous chapters in them. Is there some type of conversion program to convert these to files that can be loaded onto the iPod or are they just mp3 files when added? If they are just mp3 files, will they load onto the music playlist or how due you make them show up in the Audio books menu?
    Adding files from a CD does not seem to be a problem as far as converting or ripping them to iTunes to be then synced to the iPod, but I do not know if a different type of file is needed other than mp3 to be able to play them as a audio book.
    Any help on this matter would be appreciated.
    Thank you in advance
    Mr. Hoz

    If you had a Mac, you could take it a step further and add chapter like Audible does. I came across a a AppleScript called Join Together which uses a tool from Apple called ChapterTool. Basically, you select the files to join and run Launch Join Together from the iTunes script menu. A dialog box pops up allowing to set the Artist, track info, release year, Album, etc. It also lets you set the output bit rate, frequency, and stereo/mono. It will either output a .m4a file (music) or a .m4b file (audiobook). If you have Apple's ChapterTool install, it will have an option to add chapter names based ont he song titles.
    Example: I have a dramatized version of the NIV Bible which wad a separate mp3 file for each chapter. So, it was broken into 1189 files:
    Song : Album
    Genesis 01 : 01 Genesis
    Genesis 02 : 01 Genesis
    Genesis 03 : 01 Genesis
    Exodus 01 : 02 Exodus
    Exodus 02 : 02 Exodus
    Exodus 03 : 02 Exodus
    Revelation 20 : 66 Revelation
    Revelation 21 : 66 Revelation
    Revelation 22 : 66 Revelation
    After using Join Together, I now have only 68 .m4b files, one for every book except Psalms which I split into three parts (001-050, 051-100, 101-150). Now when I select oneof the books on the iPod, a list of chapters are shown except for r the 5 books that only have one chapter (Test: name the 5 books without looking them up. .
    I in the proces of doing this for more books which I kept the individual chapter files like _Teach Yourself Norwegian_ (2 CDs) and two _Birding By Ear_ books (3 CDs each).
    For some reason the Join Together script errors out about 10% of the time and I have to re run it. I haven't tried to troubleshoot the issue, yet. Also at the beginning when it starts to join the tracks, the script plays all of the files being joined all at the same time for about 10 to 30 seconds. What a noise that is!
    Enjoy life,
    Steven

  • HOW TO MAKE AUDIO SHOW THE SOUND WAVES?

    I was wondering if it was possible to show the sound waves on the audio track, whenever I plug in audio I cant seem to figure out how to make it show like it does in other programs such as Adobe Premiere? Thanks!

    Option-Command-W, if you're the keyboard type
    Otherwise, there's button right by the track height selector buttons, at the bottom left of the Timeline.

  • How to make AI acquire Waveform stop scanning..​.

    Hi... i'm using labview 7.1 and playing a DAQ hardware now...
    i wish to know how to make the "AI Acquire Waveform" stop scanning data into waveform, i heard someone said that got a build in fuction to stop it... can anyone tell me is it true? If no, can let me know the method to stop it?
    with regard
    Jaxx

    If you want to pause your acquisition then the best thing to use would be Pause Triggering (DAQmx) or Scan Clock Gating (Traditional DAQ). You can find examples for either one in the NI Example Finder, search for 'pause' and go to the Cont Acq&Chart Samples-Int Clk-Pause Trigger.vi (DAQmx), or you can search for 'digital scan clock gating' in the search field for ni.com.
    You may also want to look at this site for more information on triggering concepts: http://zone.ni.com/devzone%5Cconceptd.nsf/webmain/​2A03115556FB233386256870005BB522
    In your original comment you stated you simply want a pulse on one line to start, and then to pause the acquisition on the next, then repeat the operation. You may just need to use the Start and Stop Trigger examples reinitialize your task if this is the case where you are just looking at a pulse on one line. Pause triggering or Scan Clock Gating will relate more to you having a single line go high and staying high until you want to pause the acquisition.
    Particularly if you are in the situation where you have pulses coming in on a single line I would recommend you look at the DAQmx examples rather than the Traditional DAQ examples. The architecture of the code is more efficient and will allow you to more quickly reinitialize the task.
    Otis
    Training and Certification
    Product Support Engineer
    National Instruments

  • How to make your i pod stop zooming in

    to make your i pod stop zooming in doubble tap the screen when the device is on with three fingers and then pull the fingers down
    to zoom out and up to zoom in

    A iPod touch only zooms in when you put two fingers on the screen then spread the out and have them in close to zoom out. You can try to avoid putting two fingers on it and nothing really includes two fingers on the iPod touch since it can't handle multi-touch. However, I don't think you can stop that from happening if you keep on doing it by mistake. If there is, them i can imagine that it would be in settings- general then it would be in one of those. I think it would most likely would be in accessibility. Hope this helped! 

Maybe you are looking for

  • Copy testcases in eManager Enterprise v. 8.20.0555

    I have to copy testcases for different test partners. e.g. 50 Testcases Testpartner 1 needs 10 of them Testpartner 2 needs all of them Testpartner 20 needs 17 of them My intention was to import the 50 testcases and then to copy them with a separate f

  • B2B INTEGRATION USING WEBLOGIC INTEGRATION PLATFORM 8.1

    procedure and requirements for B2B INTEGRATION USING WEBLOGIC INTEGRATION PLATFORM 8.1 Message was edited by: sachu

  • Cannot import any files on Lightroom 4.2

    I have been having problems with importing all files to Lightroom since my Macbook was 'healthchecked'!! I get the message 'cannot read files'. This started with Lightroom 3 - where I have tried to delete the preference file and then recreate - no lu

  • Uses of BAPI

    Hi, Can anyone explain about BAPI transaction? Whats the uses of BAPI? Regards R.Sasikumar

  • Production order operation's standard value

    hi, can anyone shed some lights where does the production order operation's standard values derive from? thanks.