Record data voice movie

Hi all;
http://forums.sun.com/thread.jspa?threadID=5336578&tstart=0
Thanks

Gabi wrote:
http://forums.sun.com/thread.jspa?threadID=5336578&tstart=0
we need for our system to record data,voice,movie.Since this is in a general Java forum, I feel qualified to answer: and I don't know a d@mn thing about this. Good luck.

Similar Messages

  • Flex 3 How to recording the voice to the local file.can u help sample souce code

    How to recording the voice to the local file.can u help sample souce code

    What? the link is not opening? Check once properly man.  If you need code here it is
    import flash.system.Security;
    import flash.media.Microphone;
    import flash.events.ActivityEvent;
    import flash.events.SampleDataEvent;
    import flash.events.StatusEvent;
    import flash.utils.ByteArray;
    import flash.media.Sound;
    import flash.events.MouseEvent;
    import flash.media.SoundChannel;
    import flash.events.Event;
    import org.bytearray.micrecorder.encoder.WaveEncoder;
    import flash.net.FileReference;
    var mic:Microphone;
    var soundBytes:ByteArray;
    var recBytes:ByteArray= new ByteArray();
    var sc:SoundChannel;
    var sound:Sound;
    recordBtn.addEventListener(MouseEvent.CLICK, getMic);
    stopBtn.addEventListener(MouseEvent.CLICK, stopRecording);
    playBtn.addEventListener(MouseEvent.CLICK, plays);
    saveBtn.addEventListener(MouseEvent.CLICK, saveAudio);
    function getMic(e:MouseEvent)
    soundBytes= new ByteArray();
    //returns an array that total mics available
    var totalMics:Array = Microphone.names;
    //mic is a singleton class gets microphone to record sound
    mic = Microphone.getMicrophone();
    //Sets the minimum input level that should be considered
    mic.setSilenceLevel(0);
    mic.rate = 44;
    //to capture microphone audio listen for this event
    mic.addEventListener(SampleDataEvent.SAMPLE_DATA, recordAudio);
    function recordAudio(e:SampleDataEvent)
    //capture the byte array data available with the event
    while (e.data.bytesAvailable)
    var soundData:Number = e.data.readFloat();
    soundBytes.writeFloat(soundData);
    function stopRecording(e:MouseEvent)
    mic.removeEventListener(SampleDataEvent.SAMPLE_DATA, recordAudio);
    //set the bytearray position to zero for playing from starting
    soundBytes.position = 0;
    function plays(e:MouseEvent)
    //intatiazle sound instance
    sound= new Sound();
    soundBytes.position = 0;
    //listen for the event when runtime requests new audio data.
    sound.addEventListener(SampleDataEvent.SAMPLE_DATA, playAudio);
    //play the sound with sound channel
    sc = sound.play();
    sc.addEventListener(Event.SOUND_COMPLETE, soundComplete);
    function playAudio(e:SampleDataEvent)
    //if audio bytes is greate than 4 read the recorded byte array data and write it into the sound
    for (var i=0; i<8192; i++)
    if (soundBytes.bytesAvailable > 4)
    var sample:Number = soundBytes.readFloat();
    e.data.writeFloat(sample);
    e.data.writeFloat(sample);
    function soundComplete(e:Event)
    sound.removeEventListener(SampleDataEvent.SAMPLE_DATA, playAudio);
    sc.stop();
    function saveAudio(e:MouseEvent)
    soundBytes.position = 0;
    //waveencoder class used to encodes bytearray data properly used to play properly after saving
    //you can get this api from below link
    //http://code.google.com/p/micrecorder/downloads/detail?name=MicRecorder%201.2.zip&can=2&q=
    var encod:WaveEncoder= new WaveEncoder();
    var byte:ByteArray = encod.encode(soundBytes,2);
    var file:FileReference= new FileReference();
    file.save(byte, “test.wav”);

  • Displaying Single Datablock field in Multiple Record Data Block

    Hi all
    I have a master detail block for cash transaction recording.
    Master Table name CahMaster and datablock contains columns Cash Bill No, Date, Customer ID, Misc Freight Charges.
    Detail Table name is CashDetail and datablock includes product id, product name, unit price, quantity, return, discount and Disc Overall. Number of records to be displayed in this block are 10.
    Now I want to Display Disc Overall field for one time only which is also a database field.
    I have used to set its properties to be displayed for one time only. It apprantlelly solved the problem.
    But when I used to execute query to see the previous records,
    Disc Overall field does not show the records till I move or Mouse click the last record of any cashdetail record.
    Any solution, thanks in advance!!!
    With Best Regards
    Thunder2777

    The layout of my cash detail is as follow to give you better undrstanding
    Prod_ID Prod_Name Qty Unit Price Return Disc Total per Record
    Total Qty --- Total Return ---- Sub Total ----
    Disc Overall ----- Grand Total ----
    I calculate cash Detail as following
    Total per Record = ((Qty - Return) X Unit Price) - Disc (Discount)
    Disc (Discount) is further calculated through When Validate trigger at item level which is (totalPrice * Disc)/100
    Total Per Record is a display field just to display the total.
    There are 4 other Displays fields e.g Total Qty, Total Return, Sub Total and Grand Total
    Totoal Qty, Total Return and Sub Total uses the sum fuction of block to calculate the sum of these three columns. Sub Total sum the Total Per Record field /column.
    Grand total again uses the when validate trigger at item level to calculate the grand total which is Grand Total = Sub Total - Disc Overall.
    Disc Overall = Subtotal - (subtotal * Disc Overall ) / 100
    That' s why I have asked to display the Discont Overall field for ONE TIME only as it is the discount which is applied to overall total.
    With Thanks
    Thunder2777

  • Restoring a recorded data in app by asking professional company

    I need your help to restore all my recorded data in the free iPhone app "Quick Voice".
    I deleted it along with the app when I synchronized it with iTunes.
    (I realized later that if you synchronize with more than one iTunes, the app is deleted.)
    Although I later re-installed the app, all the previous data was all gone.
    The recorded data was deleted on August 7th 2009.
    I heard that back-up files still remain in the PC at the time of synchronizing,
    and tried to recover them, but couldn't because I had defragged the C-drive.
    Now I'm thinking of asking professional company "DriveSavers".
    http://www.drivesaversdatarecovery.com/devices-supported/apple-iphone-data-recov ery/
    (No companies provide the service of restoring iPhone data in Japan)
    Is there anyone who knows anything about restoring iPhone data?
    Please give me advice about the possibility of restoring.
    Message was edited by: mddata

    Having defragged the hard drive is going to make Drive Savers job much, much harder, not sure why you did this before trying to retrieve the files. Are you leaving out the part where you connected to your computer and it backed up your now blank iPhone, thus overwriting the previous backup?
    Also, have you contacted the makers of Quick Voice to determine if the recorded data is even included in the backup?
    I assume these files are very valuable because using Drive Savers to recover them is going to be quite expensive.

  • Can I record my voice slide by slide in Keynote?

    I know that I can record my voice over in Keynote by recording the entire slideshow, but what if I mess up on one slide?
    Is there a way I can record just slide by slide rather than the whole project?

    You can make smaller recordings as audio files in QT and place one audio file on each slide. With the file on the slide and selected, you can set its start using the Build Inspector.
    In QuickTime, select File > New Audio Recording and when ready to record, click on the red button. Click on the button again to stop recording. File > Export the file to either the movies folder or your desktop.
    In Keynote, either drag the audio file from the desktop to your slide or place the file from the Media Browser (Movies) Tab. Select the audio file on your slide and in the Build Inspector > Build In > Start Audio and in the More Options section select the Start Build On Click or Automatically (and set any desired delays)

  • Cant hear or record my voice when on headset mode in calld but can use speaker phone

    I just got a BlackBerry Z10. When I make calls or am called people can't hear my voice in normal headset mode but if I put them on speaker they can hear me. I tried seeing if I could record my voice and it's not picking up anything. Why in normal mode isn't it picking up anything? Is there a setting messed up or did I buy a defective phone? Why does the microphone pick up when in speaker phone mode but not normal headset mode?

    You should run some tests to see what's happening. If you still have the Help icon on your homescreen, click it then click Testing at the bottom to run the tests. If you no longer have the Help icon, go to BlackBerry World and search for BBVE.
    Keep us up to date on your progress.  
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • Can you 'pause' when recording a voice-over?

    We are wanting to put a voice-over on a Keynote presentation.  We would like to be able to 'pause' the recording as we move through the process ... it's at least an hour long presentation (it was originally 3 hours, now being cut down).
    Once it's done, we want to export out the whole as a ProRes LT Quicktime movie.
    So that's the question, can we pause the audio recording, and have the end result exported Quicktime with a smooth timing (no pauses)?
    All ears,
    B

    You're an ace Gary, thank you most kindly.
    This system works beautifully, so beautifully that she went back and rebuilt the first show in HD (I think it was previously some odd format like 720 x 540).  And the show looks great now on a standard LCD screen.
    She'll love the 'pause'.
    All the best,
    Ben

  • Recording a voice and formatting it for e-mail

    my mac book pro is standard with no special programs. how can I record a voice, what format should i save it in to attach it to an e-mail.
    thanks

    QuickTime Player would be my recommendation, it will save as Audio.mov by default which you can drag and drop into your Mail document. PC users will also be able to listen to this if they have installed the Free version of QuickTime for Windows.

  • How to record a voice?

    I don't know GarageBand at all and I have to record a dialogue to import in final cut pro. I'd read the manual but I'm running out of time.
    Can anyone help me with how to simply record a voice and then save is an audiofile?
    Thank you very much!!
    Anneke
    imac   Mac OS X (10.4.8)  

    Do I choose New Music Project, New Podcast Episode or New Movie Score?
    Where do I select my instrument (= USB microphone)?
    (thx)

  • Why won't my iMovie record my voice over? I have a previous voice track that I recorded yesterday that worked, but today it won't.

    Why won't my iMovie record my voice over? I have a previous voice track that I recorded yesterday that worked, but today it won't. I tap the necessary place each time, and tap it again to stop recording...has anyone ever had that problem before?

    Hi
    Will You try
    A. Do this Voice over in a brand new Project
    and if this doesn't work
    B. trash iMovie pref and try again
    I have a very faint memory of problem when adding two or more voice over to one project - but it can all be just a bad dream. (It's a function I never use - I use a miniDV Camera or other recorder to do my narrative - then import this as .aiff audio and use this in my movies as any other audio without any problems - so it's a totally different way to handle audio in all)
    Yours Bengt W

  • Want to record my voice in GB and trigger it through my keyboard?

    want to record my voice in GB and trigger it through my keyboard and record it in my song as midi data?
    anybody know if I can do this??
    thanks, technoreid
    imac intel   Mac OS X (10.4.6)  

    thanks for welcoming me to the forum. this is awesome! thanks!
    back in the day (1995) i used to have a program called Studiovision Pro with digidesign Session 8 and Digidesign SampleCell. and used to map my voice over the keyboard in different pitches for play back as a midi instrument in the Studiovision sequencer....
    I am not looking for pitch changes this time- just trying to see if GB can at least record my voice (without pitch changing via the music keyboard) ...
    just want to record my voice and trigger it several times in a song at the same pitch.
    I think you answered my ?..... I think what you said will work.. sounds logical....
    thanks, technoreid

  • I have a new iPhone 5S.  While trying to learn about it, I accidentally recorded a voice memo with no content.  I cannot now figure out how to get rid of it.  There is a banner across the top of my phone with this memo which I don't want.  Help!

    I have a new iPhone 5S.  While trying to learn about it, I accidentally recorded a voice memo with no content.  I cannot now figure out how to get rid of it.  There is a banner across the top of my phone with this memo which I don't want.  I have deleted it from iTunes but cannot get it off the phone.  Help!

    The banner usually indicates that the memo is "Paused." If you go back into voice memos, touch the word "Done" beside the big red pause button, give it a name, then it will show in a list. Touch the memo in the list then touch the trash can icon that should appear.

  • How long I can record a voice memo in my iphone 5s, how long I can record a voice memo in my iphone 5s

    how long I can record a voice memo in my iphone 5s, how long I can record a voice memo in my iphone 5s

    Thanks Caramby.  I actually found another work-around
    Here's how to copy the voice memo to your laptop (and then email it if you need to):
    With iTunes open on the Voice Memo folder of your device (an iPhone 4s in my case), simply drag the required file from iTunes and onto the desktop of your pc/laptop.  It won't remove the file from your device but simply make a copy.   Then you can play the file from your pc/laptop (through Quicktime) as the file is in AAC format.  You can also attach the file to an email for sending.
    Hope this helps someone else.
    RB

  • How to record my voice by headphone on mac mini

    Hi all,
    How to record my voice by headphone on mac mini. The headphone have a microphone. It can record on window 7, but on mac mini, it's not working.
    I don't know why. Please help me.
    Thanks.

    Open Quicktime Player
    File Menu: New Audio Recording....
    However... if the headphone/microphone combination has two 3.5mm jack plugs (pink and green) then the microphone output (pink) is "mic.level" - which is TOO QUIET for the audio input on a Mac, which is expecting the much stronger "line.level" signal strength.
    Solutions: get a microphone pre-amplifier between the mic and the Mac (not cheap); or a different microphone with a USB interface.

  • How can I record data from 2 devices synchronously

    Hi,
    I've been working on this VI for some time now and I've already recieved some prior help from these forums, so I hope I can get this problem solved.
    I have a DAQpad 6020e, a hot wire thermo anemometer, and Labview 7.1.  I need to take voltage measurements from the DAQpad at a scan rate I specify (I have it set to 1000 in the screenshot), while simultaneously taking readings from the anemometer.  However, the anemometer only takes readings every 1.6 seconds, which it sends to the serial port in ASCII.
    I have tried many iterations of this vi to try to get the data to come out synchronously.  By synchronously, I just mean I want both measurements to START at the EXACT same time.  Obvisously the scan rates are drastically different so I will have far more measurements from the DAQpad, but that is ok so long as both measurements start at the same time.  I cannot control when the anemometer makes its reading, so what I have attempted to do is as follows:
    1.  VI starts, both reads initialize, then DAQpad scan begins.
    2.  If Scan Rate and "Scans to read" are equal, it takes one second for measurements to start being recorded from the DAQpad.
    3.  In an attempt to synchronize the measurements, I attempted to tell the anemometer WHILE loop (serial) to wait until the first measurement has been recorded from the DAQpad.  (**Note, I have also tried using the "number read" lead off of the AI read command).
    4.  Because I only get 1 reading from my anemometer per 1.6 seconds, I can't predict when the next reading will be.  But I want my measurements to be corrolated in time, so I have attempted to start the measurement file as soon as the case structure starts.  This way, even if the very first reading is invalid, the rest of the readings will be valid and will be taken at times that directly correlate with the DAQpad measurements.
    I have run this vi many times, with different results.  I have gotten it to run sucessfully many times, meaning that both measurement files started recording data at the exact same instant, even if the anemometer reading wasn't available yet (I know this because the second measurement was taken at a time earlier than 1.6 seconds, meaning that the file did not wait for a measurement to be obtained in order to assign a value at 0 time).  HOWEVER, other times, this vi does not run correctly.  Sometimes the anemometer readings begin before the DAQpad readings, sometimes after.  In every case where the vi does not work, it appears that the anemometer measurement has waited for its first measurement to be recorded at time 0 instead of starting the measurement file when the DAQpad starts.
    I need to know why this vi doesn't run consistently.  I can see it do what I want it to do over and over again, but I can't use this vi if it is not 100% consistent.
    Thank you,
    Jake
    Attachments:
    LabVIEW Synchronization Attempt.pdf ‏78 KB

    For future reference, just post the actual VI.  It is easier to troubleshoot than a print as a PDF.
    Given the software complexities of separate threads and serial bus versus PCI bus, I don't see how you can say that the measurements actually start at the same time.  The only way you can say that the measurements started together was if you were using a hardware trigger.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

Maybe you are looking for