Recording multiple audio files

Hi,
Is it possible to have a program that will record separate audio files every time the user presses stop and save? Would the solution for this be a state machine...? How could I update the Sound File Open and Output Configure VI's if they are outside the while loop? I am guessing that I could implement this by putting the state machine within another while loop?
Anton

Assuming that you only want to record a single file at a time...
State machine with 4 states - idle, start, read and stop. When you press the start button you go from idle to start and start the sound acquisition. Then you stay in the read case - reading the samples and writing to the file (possibly using producer/consumer architecture with a queue) until the user presses the stop button where you go into the stop case to stop acquiring the sound data and go back to the idle case.
You could use an event structure to process the button presses.

Similar Messages

  • HT201066 How can I split a long recording audio file into multiple audio files?

    Hi,
    How can I split a long recording audio file into multiple audio files?
    With Windows I was using Nero software, which is not available for Mac. Is there any similar app for free for Mac?
    Thanks!

    Hello ingiorgio
    You can import the track into GarageBand and then split the tracks there. Once that it is done you can highlight the ruler section and then share the song to iTunes to get them separated out. 
    GarageBand - Split regions in the Tracks area
    http://help.apple.com/garageband/mac/10.0/#gbnd76fcce04
    GarageBand - Share songs to iTunes
    http://help.apple.com/garageband/mac/10.0/#gbndfb96a96f
    Regards,
    -Norm G.

  • Multiple audio files for one flash video

    My company is developing a presentation software program that
    is flashed-based. We are developing a series of videos that will be
    converted to flash video. We will also be recording multiple audio
    tracks for different languages that we want to swap out and sync to
    the video (like the different audio language tracks on a DVD). Does
    anyone know if you can encode the video and audio to seperate
    tracks and then swap out the audio with another and still synch it
    to the video?
    We want to try and avoid encoding video for all the language
    tracks to save space. If we could have one video file and then
    multiple audio files that can be synched with the video file,
    rather than having to encode video and audio for each language,
    this would save a lot of room. Can anyone think of a way we could
    accomplish this using flash and flash video?

    nope, Keynote doesn't have "triggers" though I figure this has to be on Apple's radar as it's been brought up every time a new version comes out.
    I suppose one work around would be to make a slide for each sound, and have the sound play when you go to that slide. Then make your table a series of buttons that go to each "sound slide" (you can make link buttons, just not triggers). It would give you the effect of clicking to play the sound, it's just that instead, Keynote would be jumping to a slide and playing a sound. All the slides would LOOK the same, and you wouldn't use transitions between them. The effect would get you what you want, it just takes longer to build.

  • Missing Audio when Using MediaCapture to Record an Audio File

    When I use MediaCapture to record an audio file, save it to Azure Blob Storage, and then download it to play it back invariably the first 5 to 6 seconds of the recording are blank. Is there some fix to this? The code I'm using is the standard, as shown below.
    var settings = new MediaCaptureInitializationSettings();
                    settings.StreamingCaptureMode = StreamingCaptureMode.Audio;
                    settings.AudioProcessing = Windows.Media.AudioProcessing.Default;
                    _mediaCapture = new MediaCapture();
                    await _mediaCapture.InitializeAsync(settings);
                    _mediaCapture.RecordLimitationExceeded += new Windows.Media.Capture.RecordLimitationExceededEventHandler(RecordLimitationExceeded);
                    _mediaCapture.Failed += new Windows.Media.Capture.MediaCaptureFailedEventHandler(Failed);
                    var recordProfile = MediaEncodingProfile.CreateM4a(AudioEncodingQuality.Auto);
                    await _mediaCapture.StartRecordToStorageFileAsync(recordProfile, AudioStorageFile);

    Hi IMOsiris,
    Does the record file lost the first 5 seconds when complete recording in windows phone? We need avoid the confounding factors with Azure. Please test it.
    If lost, we can use the code sample from MSDN code gallery to test whether the problem is persists. Post the result here and I will check if this is a known issue.
    https://code.msdn.microsoft.com/windowsapps/media-capture-sample-adf87622.
    If not, that means there is something incorrect when downloading file from Azure. You need to post on Azure forum to report this issue.
    Feel free to let me know if you have any concerns.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • How do you consolidate audio files in Premiere? (Make multiple audio files on a track one file)

    How do you consolidate audio files in Premiere? (Make multiple audio files on a track one file). Also, my client is having a hard time making an omf that Pro Tools can read. The files can not be found by Pro Tools. How do you make an omf that Pro Tools can read?

    Multichannel export;
    http://strypesinpost.com/2012/11/exporting-multichannel-quicktimes-in-premiere-pro/
    When you export the OMF, select Encapulate Files in the Settings window

  • Error message: One or multiple audio files changed in length!

    Hi
    I keep getting this error message:
    "One or multiple audio files changed in length!
    As a result one audio region changed in length or content position."
    But I can't really tell what effect it's having. Slightly worrying though. Any ideas?
    Thanks

    Hello.  No, I have not touched any of the files in the project package.  I don't even know how to access them.  Any ideas?  What triggers this?

  • Inputing multiple audio files

    In logic 8 can you from within a session open multiple audio files
    Thanks for the help

    Yep, just drag the from your bin into the arrange window - drag&drop

  • Viewing total duration for multiple audio files

    I need to be able to view 'total duration', when selecting multiple audio files, e.g. 10 audio files, total duration 42.03. I can't find a way to do this and so far, all I've been able to do is view individual audio file durations, then total them manually (which takes far too long, for what I need to do). I've previously been a Windows user, and this is instantly viewable in Explorer.
    I'm new to OS X, and really need to be able to do this for my job. Can anyone help??
    Thanks in advance, Marc

    Here's an image to explain better:
    http://img216.imageshack.us/img216/3241/playlisttotaltime.jpg
    However the total time isn't 100% accurate, because I believe iTunes is adding some extra seconds for the gaps in between songs.

  • Multiple Audio files on one slide

    Hello,
    I want to have multiple audio files in a table on a single slide.
    Also, these audio files should play when I click on that particular file (which will be placed in a cell in the table)
    How do I do this?
    I see an option with "Play sound on click" but it plays when I click anywhere.
    This doesn't give me the ability to place multiple files and thus be able to play them as needed.
    Thanks.

    nope, Keynote doesn't have "triggers" though I figure this has to be on Apple's radar as it's been brought up every time a new version comes out.
    I suppose one work around would be to make a slide for each sound, and have the sound play when you go to that slide. Then make your table a series of buttons that go to each "sound slide" (you can make link buttons, just not triggers). It would give you the effect of clicking to play the sound, it's just that instead, Keynote would be jumping to a slide and playing a sound. All the slides would LOOK the same, and you wouldn't use transitions between them. The effect would get you what you want, it just takes longer to build.

  • Mixing multiple audio files using Windows Azure Media Services

    Hi,
    I'm trying to "mix" multiple audio files on the server, e.g. I have 4 different .wav files for each instrument in my song: vocals, guitar, drums, bass.  I want to create a new stereo "mix" from these, but I want to change the relative
    volume of one of the tracks, say vocals, or mute it altogether.  I can use libraries such as NAudio to achieve this, but I'm wondering if Windows Media Services can do this, and if so, can it do it dynamically, i.e. create a live stereo stream and allow
    me to add/drop individual tracks on-the-fly.  I've been looking through documentation on Azure Media Services and Expression Encoder, but haven't found the answer.
    Thanks,
    Alan

    Hi Georgios,
    There is support for using audio overlays in our service - see http://azure.microsoft.com/blog/2014/08/21/advanced-encoding-features-in-azure-media-encoder/ for examples. It may be possible to perform pairwise overlays to implement your scenario.
    However, it's currently not possible for us to integrate customer-built processor code into our service.
    Cheers,
    Azure Media Services team

  • Recording video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http.

    As titled, what is the way to record video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http?
    What I am trying to do, is to record a user's microphone's input and save it to the server. Afterwards, I would like other users to be able to access the recorded files and mainuplating the audio data, by computeSpectrum(), to do some visualization of the audio. As I know computeSpectrum() cannot work on streaming files, so I think I need to access the recorded files using http instead of rmtp. Is that true?
    How can I redirect the http request to the files I was recorded into my applications/appName folder? Or I need to somehow moved the recorded files to the /webroot folder?
    Thanks!

    I probably have asked a stupid question.
    My recorded streams are still saved in the applications/appName/streams folder.
    And I redirect the www.mydomain.com/streams to point to the applications/appName/streams folder.
    And the rmtp recorded streams are abled to connect through http now.

  • Inserting multiple audio files?

    I'm trying to import 2 separate video and audio files to join them up, however it won't let me insert the second audio track, however the second video track goes in fine?

    Welcome to our community
    Captivate allows audio at three levels.
    Background - Plays for duration of project
    Slide - Plays when slide plays
    Object - Plays when object appears
    What you need to do if you want multiple audio files to play is to insert objects and associate audio with the objects. If you don't wish to see the object and all you want to do is hear the audio, use a Transparent Caption with no text or a Highlight Box with no color or a Click Box with no pause and no action when clicked.
    Cheers... Rick
    Helpful and Handy Links
    Begin learning Captivate 5 moments from now! $29.95
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcererStone Blog
    Captivate eBooks

  • How do i play multiple audio files simultaneously using AudioQueue?

    I've basically gutted what I don't need from the "Speakhere" sample app and I'm left with something I can use to play audio files. I converted wav files to aiff and then renamed the aiff to caf (Just in case this matters). I even tried shortening the files to 10 seconds long, but no difference. I am able to play files singly, but am unable to play more than one file at the same time. When I try to play multiple files, the first one plays correctly but the second will play a horrible long beeping sound. Sounds almost like a buzzer and sometimes will sound like a high pitched beep. My code has all the audio components like the speakhere app (AudioQueueObject, AudioPlayer, AudioViewController). I've changed the AudioViewController to be just my "AudioController" class where when I initialize, I pass in the name of the file and it replaces this line of code:
    CFStringRef fileString = (CFStringRef) [NSString stringWithFormat: @"%@/Recording.caf", self.recordingDirectory];
    with this:
    CFStringRef fileString = (CFStringRef) [NSString stringWithFormat: fileName, self.recordingDirectory];
    Any suggestions? I've been yanking my hair out trying to figure this out and I simply can't. I'm about ready to pull an "Office Space" but instead of beating up a printer, I'm going to destroy my macbook.
    *NOTE: I have only tried this in the simulator, but I'm assuming it will do this on the real thing so I haven't bothered to try.

    Unless I'm mistaken, you need one AudioQueue object for each audio file you want to play. In one of my apps, I basically copied the code provided in the [AudioQueue programming guide|http://developer.apple.com/iphone/library/documentation/MusicAudio/Concep tual/AudioQueueProgrammingGuide/AQPlayback/chapter4_section_1.html#//appleref/doc/uid/TP40005343-CH3-SW1] and made a wrapper object for playback. So then you can do something like this:
    MyAudioManager *manager1 = [[MyAudioManager alloc] initWithFile:@"file1.caf"];
    [manager1 play];
    MyAudioManager *manager2 = [[MyAudioManager alloc] initWithFile:@"file2.caf"];
    [manager2 play];
    // etc...
    If you want to play short files (~10s or less), you can use the simpler AudioServices functions along with SystemSoundID's. It will work fine if you have playback from AudioQueue and AudioServices at the same time.

  • Selecting multiple audio files

    My site is for choir members to help with rehearsing at home and to listen to our past concerts. I have pages where there are upto 20 pieces of music all accesible by their own individual link. This is fine if you want to sit at the computer and choose 1 at a time but a bit of a pita if you want to hear the whole concert. I have been asked to supply the option to listen to all of the files concecutively. The pages I am working with are password protected but are exactly the same as this page. http://www.wigstonmalechoir.co.uk/wmvc/Magic.html
    Can anyone offer me a solution please?

    When you want to put a number of audio files on a web page you need to ensure that they don't all have to load with the web page.
    There are a number of flash jukebox players around...
    http://www.iwebformusicians.com/Website-Music-Players/XSPF-Playlist-Player.html
    http://www.iwebformusicians.com/Website-Music-Players/Flash-Audio-Jukebox.html
    The latest version of JW will also fallback to HTML5 for iOS devices...
    http://www.iwebformusicians.com/Website-Music-Players/XML-Playlist.html
    Here's some button players...
    http://www.iwebformusicians.com/Website-Music-Players/Audio-Button-Player.html
    ... that can be used for multiple files...
    http://www.iwebformusicians.com/Website-Music-Players/MP3-Button-Player.html
    If you want HTML5 with flash fallback and to be able to add tracks so that they act like a playlist, you can use mediaelement like this...
    http://www.iwebformusicians.com/Website-Music-Players/HTML5-Audio-In-A-Box.html
    The mediaelement player is a really good solution for HTML5 since it presents a uniform control bar in all browsers on personal computers.

  • Issue exporting multiple audio files

    I am trying to export all the audio files from a series of Captivate demos. When I select multiple files, it only exports two at most. I read the post about changing the Captivate 6.0 folder name in the adobe settings and did that twice with no success. Is there anything else that can be done?

    Hi devidas
    Perhaps the following Technical Note will help?
    Click here to read the
    note
    I know the note addresses Podcasting, but in this case I
    think it may assist you too.
    Cheers... Rick

Maybe you are looking for

  • Sound blaster not working correctly?

    Sound blaster not working correctly #I have a 64 bit, windows vista system. A Logitech Z-5500 Digital speaker system (one woofer, center speaker, left, right, rear right, left rear speakers, and a seperate control head). I have an X-fi gamer sound ca

  • Creating a percent graph in a column in table

    Hi, I would like to display a percent bar graph which has contextual information corresponding to the particular row in a column of the table. When I drag a separate data control to the column, it is displaying all the bars corresponding to all rows

  • COM Errors

    I am getting the following error over a period of time. DB errors Microsoft][ODBC driver for Oracle][Oracle]ORA-01722 Multiple-step operation generated errors. Check each status value. Any clue as too what maybe causing these errors

  • New installations

    I'm planning out a new installation of Sun VDI using VirtualBox as the desktop providers. If we deploy before 3.1 is released does anybody know what the supported upgrade paths will be? Would I have to install 3.0 and then upgrade to 3.1 when it's re

  • Export to Excel or PDF Custom tag...

    After scouring the web I've put together a custom tag that will allow HTML data to be streamed to an Excel file or a PDF. First I created the custom tag called "contentWrapper": <cfsilent> <cfparam name="url.exportType" default=""><!--- I am the outp