Browser based Voice Recorder

Hi,
I am trying to create
browser based voice recorder in flash
to capture user voice and save the files in the
server.
Can you please suggest any way how can i create the same.

Thanks for the sample code link.
I have downloaded the file from Record Audio & List.
I have kept the file in htdocs inside the folder record and
changed the connection path.
But I am unable to record any audio from the microphone.
neither it is creating any sound file .
The code is as follows:
//#include "NetDebug.as"
// Attach the video device output from 'client_cam'
// to the 'Live_video' video clip. Also get the default
microphone
client_cam=Camera.get();
client_mic=Microphone.get();
Live_video.attachVideo(client_cam);
function initStreams() {
// Make a connection to the application on the server
client_nc = new NetConnection();
// Handle status message
client_nc.onStatus = function(info) {
trace("Level: " + info.level + newline + "Code: " +
info.code);
client_nc.connect("
http://localhost/record");
// Create output stream
out_ns = new NetStream(client_nc);
//set a small buffer
out_ns.setBufferTime(5);
// Create input stream
in_ns = new NetStream(client_nc);
//set a small buffer
in_ns.setBufferTime(5);
Replay_video.attachVideo(in_ns);
// Connect to server and set up streams
initStreams();
function doRecord() {
if (Record_btn.getLabel() == "Record") {
// Start publishing the camera output as a recorded stream
out_ns.attachVideo(client_cam);
out_ns.attachAudio(client_mic);
out_ns.publish("new_sound", "record");
// Don’t allow the user to play when recording
Play_btn.setEnabled(false);
mic_txt.text = client_mic.name;
// Change the button label
Record_btn.setLabel("Stop");
} else if (Record_btn.getLabel() == "Stop") {
// Close output stream
out_ns.close();
// Now that you’re finished recording, allow the user
to play
Play_btn.setEnabled(true);
// Change the button label
Record_btn.setLabel("Record");
function doPlay() {
in_ns.play("new_sound");
Kindly let me know what i need to change in the code to make
the things work.

Similar Messages

  • Best way to build an web-based voice record player

    Could anyone please guide me on what technology to use to
    build a online voice recorded that would record a users voice using
    a flash player from a website and then the voice is saved on the
    server side. What would be the best way to build something like
    that.
    Thanks,
    Ket

    Use Flash or Flex for the client side, and Flash Media
    Interactive Server on the server side.

  • Creating PKGBUILD for palemoon, browser based on firefox

    Hi,
    I'm relative new Arch user and I haven't done any packaging until today with Pale Moon. It is a web browser based on Mozilla Firefox and it has been build to linux just a while ago. The author of the project gave me permission to submit it to AUR. I would be happy to do it, but I don't have any previous experience with packaging. Could someone check the PKGBUILD that it is correct and adheres the AUR standards? And, anyone interested with more experience is free to take it over.
    The project home page is http://palemoon.org
    and the linux binaries are at http://sourceforge.net/projects/pm4linux/,
    Here is the PKGBUILD file. I used firefox-esr-bin as an example and copied the dependencies from it.
    # Maintainer: sumt <sumt at sci dot fi>
    pkgname=palemoon
    pkgver=24.3.1
    pkgrel=1
    pkgdesc="Browser based on Firefox that's optimised for performance."
    arch=('i686' 'x86_64')
    url="http://sourceforge.net/projects/pm4linux/"
    license=('MPL' 'GPL' 'LGPL')
    depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'nss' 'shared-mime-info')
    optdepends=('networkmanager: Location detection via available WiFi networks'
    'gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
    'gstreamer0.10-good-plugins: webm and mp4 demuxing'
    'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
    'gstreamer0.10-ugly-plugins: h.264 and mp3 decoding'
    'gstreamer0.10-ffmpeg: more decoders'
    'libpulse: PulseAudio audio driver')
    install=$pkgname.install
    source=(http://downloads.sourceforge.net/pm4linux/$pkgname-$pkgver.en-US.linux-$CARCH.tar.bz2
    $pkgname.desktop)
    md5sums=('88fe69cd12baf1de15d58c1be5e68a2e'
    '220EDFF6FA5A275B53D7EDC1E6A3DB99')
    [ "$CARCH" == "i686" ] && md5sums[0]='065793af06c68a4491acb2fd1a9eda29'
    package() {
    cd $srcdir
    install -d $pkgdir/{usr/{bin,share/applications},opt}
    cp -r $pkgname/ $pkgdir/opt/$pkgname
    ln -s /opt/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
    install -m644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/
    Results of namcap for the build package. Is there anything that I should be concerned about?
    > namcap palemoon-24.3.1-1-x86_64.pkg.tar.xz
    palemoon E: ELF file ('opt/palemoon/libnssdbm3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libssl3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/palemoon-bin') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/plugin-container') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/palemoon') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libmozalloc.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libplds4.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libsmime3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libsoftokn3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libxul.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libmozsqlite3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/mozilla-xremote-client') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libnss3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libplc4.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libfreebl3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libnspr4.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libnssckbi.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/libnssutil3.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/webapprt-stub') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/browser/components/libbrowsercomps.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/components/libmozgnome.so') outside of a valid path.
    palemoon E: ELF file ('opt/palemoon/components/libdbusservice.so') outside of a valid path.
    palemoon W: Referenced library 'libmozsqlite3.so' is an uninstalled dependency
    palemoon W: Referenced library 'libxul.so' is an uninstalled dependency
    palemoon W: Referenced library 'libmozalloc.so' is an uninstalled dependency
    palemoon E: Dependency java-environment detected and not included (found class files opt/palemoon/distribution/bundles/[email protected]/chrome.jar, opt/palemoon/browser/chrome/browser.jar, opt/palemoon/browser/chrome/en-US.jar, opt/palemoon/chrome/marionette.jar, opt/palemoon/chrome/en-US.jar, opt/palemoon/chrome/toolkit.jar, opt/palemoon/chrome/recording.jar, opt/palemoon/chrome/pippki.jar, opt/palemoon/webapprt/chrome/en-US.jar, opt/palemoon/webapprt/chrome/webapprt.jar)
    palemoon W: Dependency alsa-lib detected but optional (libraries ['usr/lib/libasound.so.2'] needed in files ['opt/palemoon/libxul.so'])
    palemoon W: Dependency included and not needed ('mime-types')
    palemoon W: Dependency shared-mime-info included but already satisfied
    Last edited by up (2014-02-10 07:27:04)

    Well, I changed the path from /opt/palemoon to /usr/lib/palemoon, added icons to usr/share, and symlinked dictionary folders to use system-provided paths.
    Here is the new PKGBUILD,
    # Maintainer: sumt <sumt at sci dot fi>
    pkgname=palemoon
    pkgver=24.3.1
    pkgrel=1
    pkgdesc="Browser based on Firefox that's optimised for performance."
    arch=('i686' 'x86_64')
    url="http://sourceforge.net/projects/pm4linux/"
    license=('MPL' 'GPL' 'LGPL')
    depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'nss' 'alsa-lib')
    optdepends=('networkmanager: Location detection via available WiFi networks'
    'gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
    'gstreamer0.10-good-plugins: webm and mp4 demuxing'
    'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
    'gstreamer0.10-ugly-plugins: h.264 and mp3 decoding'
    'gstreamer0.10-ffmpeg: more decoders'
    'libpulse: PulseAudio audio driver')
    install=palemoon.install
    source=(http://downloads.sourceforge.net/pm4linux/$pkgname-$pkgver.en-US.linux-$CARCH.tar.bz2
    $pkgname.desktop)
    md5sums=('88fe69cd12baf1de15d58c1be5e68a2e'
    '00d640ab6261fd1fb4adbadf79edd1f5')
    [ "$CARCH" == "i686" ] && md5sums[0]='065793af06c68a4491acb2fd1a9eda29'
    package() {
    install -d "$pkgdir"/usr/{bin,lib}
    cp -r palemoon/ "$pkgdir/usr/lib/$pkgname"
    ln -s "/usr/lib/$pkgname/palemoon" "$pkgdir/usr/bin/palemoon"
    install -Dm644 palemoon.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
    # icons
    install -Dm644 palemoon/browser/chrome/icons/default/default16.png \
    "$pkgdir/usr/share/icons/hicolor/16x16/apps/$pkgname.png"
    install -Dm644 palemoon/browser/chrome/icons/default/default32.png \
    "$pkgdir/usr/share/icons/hicolor/32x32/apps/$pkgname.png"
    install -Dm644 palemoon/browser/chrome/icons/default/default48.png \
    "$pkgdir/usr/share/icons/hicolor/48x48/apps/$pkgname.png"
    install -Dm644 palemoon/browser/icons/mozicon128.png \
    "$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
    # use system-provided dictionaries
    rm -rf "$pkgdir"/usr/lib/$pkgname/{dictionaries,hyphenation}
    ln -s /usr/share/hunspell "$pkgdir/usr/lib/$pkgname/dictionaries"
    ln -s /usr/share/hyphen "$pkgdir/usr/lib/$pkgname/hyphenation"
    # avoid duplicate binaries
    # https://bugzilla.mozilla.org/show_bug.cgi?id=658850
    ln -sf palemoon "$pkgdir/usr/lib/$pkgname/palemoon-bin"
    and namcap results,
    > namcap palemoon-24.3.1-1-x86_64.pkg.tar.xz
    palemoon W: Referenced library 'libmozsqlite3.so' is an uninstalled dependency
    palemoon W: Referenced library 'libxul.so' is an uninstalled dependency
    palemoon W: Referenced library 'libmozalloc.so' is an uninstalled dependency
    palemoon E: Symlink (usr/lib/palemoon/hyphenation) points to non-existing /usr/share/hyphen
    palemoon E: Symlink (usr/lib/palemoon/dictionaries) points to non-existing /usr/share/hunspell
    palemoon E: Dependency java-environment detected and not included (found class files usr/lib/palemoon/distribution/bundles/[email protected]/chrome.jar, usr/lib/palemoon/browser/chrome/browser.jar, usr/lib/palemoon/browser/chrome/en-US.jar, usr/lib/palemoon/chrome/marionette.jar, usr/lib/palemoon/chrome/en-US.jar, usr/lib/palemoon/chrome/toolkit.jar, usr/lib/palemoon/chrome/recording.jar, usr/lib/palemoon/chrome/pippki.jar, usr/lib/palemoon/webapprt/chrome/en-US.jar, usr/lib/palemoon/webapprt/chrome/webapprt.jar)
    palemoon W: Dependency included and not needed ('mime-types')
    Any comments? Thanks.

  • Can I mount a USB Olympus voice recorder built for a PC?

    Hi, someone just gave me an Olympus VN-240PC digital voice recorder he didn't want anymore. I'd like to use it, but when I connect it to my PB running Leopard it never shows up in the Finder. It does show up however in the System Profiler as an "Olympus Voice Recorder" or something. And when I plug it in to my Mac, the recorder's LCD blinks "PC", like it's supposed to do when connected to a computer. Even with the free Olympus software for Macs loaded on my PB (which is admittedly not designed for this recorder), it still doesn't recognize/show the device in Finder.
    Olympus apparently wants this thing to only work on a PC for some reason and never made a driver etc for it to work with a Mac, even though a Mac can handle WAV files (the format this Olympus recorder uses). Zilch at the Olympus support site for making this specific model work on a Mac.
    I'm a total novice, but I tried to use the USB Prober tool, which apparently does nothing but diagnostics.
    I just have trouble believing I can't simply download files from this recorder. Does anyone know of some universal Mac/PC driver that might work on this thinger? Should I just give up and through it on eBay? Thanks a lot, scott

    I tried both the Philips and Olympus digital voice recorders using Windows-based programs running through Parallels. Neither of them worked. If you want a digital voice recorder I suggest trying a portable one that plugs into the Mac through a USB cable AFTER you have done your recording. I believe that the Olympus version include Mac software.

  • Olympus Digital Voice Recorder (VN960PC)

    I have an Olympus Digital Voice Recorder (VN960PC). On the Olympus site they have no Mac OSX software [though they do have it for the Dark Side] that will allow me to download the audio files onto my mac mini [PPC].
    Does anyone have any suggestions? Is there any software that might enable me to do this outside of going to Boot Camp or Virtual PC?
    Flat Panel iMac 20 inch 1.25 ghz, iBook 500 mhz, mac mini 1.42 ghz   Mac OS X (10.4.7)  

    Hi, bikinijack.
    1. With the particular digital voice recorder you have, I suspect you are going to be out of luck. Olympus offers DSS Player for Mac OS X for their higher-end units, i.e. their DS-series digital voice recorders.
    2. I presume you've tried connecting the VN-960PC to your Mac via USB cable and found that its built-in storage does not mount on the desktop. True?
    3. I suspect DSS Player is not going to work with your VN-960PC, but if you hada DS-series recorder, here's how I'd advise you, based on having previously researched this question for a person with a DS-series player:The short answer is that if you install the DSS Player application that comes with their digital voice recorders, and then install the "DSS Player for Mac (OS X) V6 Update to V6.0.4" — which can be found using their Support - Downloads Web page — then the DSS Player software will work with Tiger.
    They are planning to update their Web site to reflect this as well as provide a FAQ. The basic instructions are the following:
    • If your Olympus digital voice recorder comes with DSS Player V6, you simply install "DSS Player for Mac (OS X) V6 Update to V6.0.4" using the instructions in the Read Me file.
    • If your Olympus digital voice recored comes with DSS Player versiion 1.xx, you first install the "DSS Player for Mac (OS X) Upgrade from version 1.xx to V6" using the instructions in the Read Me file, then install "DSS Player for Mac (OS X) V6 Update to V6.0.4," again following the instructions in its Read Me file.
    StuffIt Expander is required to unpack these downloads. Tiger, unlike prior versions of Mac OS X, does not include Stuffit Expander: see "Mac OS X 10.4: Where is StuffIt Expander?" If you don't have StuffIt Expander, a free download of such for Mac OS X 10.4 can be found here.4. Since your Mac Mini is PPC, your only real option for running Windows is Virtual PC. There are some other, open-source projects for getting Windows to run under Mac OS X, but Virtual PC is probably the "gold standard" in that arena.
    If your 20-inch iMac is Intel-based, in lieu of Boot Camp you could also try Parallels Desktop for Mac. This leverages the virtualization technology of the Intel chips, permitting you to run Mac OS X and Windows simultaneously.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • E-63 voice recorder hang

    For media/office use, we bought 2 E 63. We want use it for our reporters gathering information on the field. All the other application work well but the voice recorder which is principal for reporter's job.
    Voice recorder : original program from Nokia can only record once and it just hang after the first recording.
    I think the problem lied down on software than on hardware. I browsed on internet where I found a freeware Sound Recorder 1.0.
    Still we have the problem, it takes some click on button before Sound Recorder work well and never hang.
    You can play the the file on the original nokia player and make it as sound bite for report from our journalists
    ( Voice of Indonesia, Jakarta: www.voi.co.id )

    God I wish somebody would answer this.  Its really hard to search for and I've been hunting around for ages using keywords like 'soundclip' 'audio recorder' 'numbering'.   There has to be a solution.

  • Sony voice recorder

    I have a Sony digital voice recorder that records in .dvf format. The download software is for PC. I have moved to Mac and no longer have my pc and cann't download the recordings from the device to my mac. Is there any way of downloading them so they play on my mac?

    I need to know about this, too. I am getting desperate since there's a file I HAVE to access and I need to download a specific program (windows based) to do the conversion, and I can't!
    iBook G4 & eMac04   Mac OS X (10.2.x)  

  • Taking Voice Records Off RAZR V3 and onto MBP via BlueTooth, possible?

    You can do video, photos and even audio, but voice records don't show up in audio...

    Get your bluetooth to recognize the phone. And then I think there's an option to allow you to browse the bluetooth connection and the hardware attached.
    I was able to connect to my Motorola V551 (basically the same phone) and upload my address book. Haven't tried pics, but should be just as easy. Try and post the results.

  • 5310 Voice Recorder

    I have noticed that on the 5310 XpressMusic the voice recorder has a maximum record time of 58 Seconds. Is there a way to change this to a higher capacity? Since the phone does come with a 1 Gig card. Any help would be appreciated.
    Thanks
    Message Edited by cybershock on 03-Jun-2009 03:25 AM

     (this is the Reason Why u Cant Update your phone)
    Update availability is based on many things, including existing Nokia device firmware version, country, and operator. It may be due to one of these variables that your Nokia device isn't eligible for updates. Please note that your mobile service provider, operator, or carrier may not have approved the latest Nokia device firmware available. Nokia produces many different variants of each product (for different countries and languages) and not all variants have the latest Nokia device firmware. It is our priority to update all variants as quickly as possible, and we apologize for any delay. New software may become available at a later date, however, so please check back soon. To check if Nokia device firmware is available for your specific model.
    (NOKIA COMPANY
    Message Edited by neverwinter on 16-Jun-2009 02:18 PM
    My Phones
    Nokia 3210,3310,8250,2610
    Nokia (ExpressMusic) 3250,5310
    Nokia (Nseries) N70 N73
    [IMG]http://i121.photobucket.com/albums/o220/holodeck3/untitled-3.jpg[/IMG]

  • Is there a voice recording app for ipad that shares directly via iMessage (not just email) - like voice memos does on iphone?

    Does any-one perhaps know whether there's a voice recording app for ipad that shares directly via iMessage (not just email) - like voice memo does on iphone?

    You can't do anything in the background of iOS. Apps are still one at a time (with a few exceptions like Music), and suspend when the app is closed. It's also against the App Store guidelines to sell apps that would allow such actions.
    Though, maybe you could get your Voice Memos saved to MP3's, which can play in the background of other apps.

  • Stand alone vs. Browser based application

    Can someone please tell me what are the pro's and con's of a browser based application specially for an XML authoring tool.
    Here are some of the advantages I found for non-browser application:
    1. We have a flexible submittal process, since the user can launch the application anytime.
    2. Once launched, user can work offline. When done, user can again connect to the network and save the document to a repository.
    3. We will have a better look and feel for our authoring tool, since it is not constrained within the browser area.
    Let me know your thoughts and ideas.
    null

    Can someone please tell me what are the pro's and con's of a browser based application specially for an XML authoring tool.
    Here are some of the advantages I found for non-browser application:
    1. We have a flexible submittal process, since the user can launch the application anytime.
    2. Once launched, user can work offline. When done, user can again connect to the network and save the document to a repository.
    3. We will have a better look and feel for our authoring tool, since it is not constrained within the browser area.
    Let me know your thoughts and ideas.
    null

  • Wanted: Sample source code for voice recorder

    I've been google searching for some sample source code to implement a voice recorder on my AudioVox 5600. I would like to learn how to read from the microphone and write to my SD card in a standard file format like wav, wma or mp3.
    Can anyone help me understand how to do this?
    Thanks,
    Siegfried

    Basic would be ;
    RESULT_FIELDS -xxx = <SOURCE_FIELDS> -xxx
    you have the source fields as source, and result fields for as the target. In between you can check some conditions as in other routines of transformation.
    BEGIN OF tys_SC_1, shows your source fields ( in your case DSO chars and key figures)
    BEGIN OF tys_TG_1, , shows your result fields ( in your case Cube characteristics)
    Hope this helps
    Derya

  • Voice recording for jabber client

    hi,
    is there any voice recording solution for the jabber client via expressway E?
    seems there is no solution around, is it not supported?
    is it possible to use TCS to record the calls made by external jabber client?
    thanks.

    1. Use span (no span-less\Bridge_option) ports (via "expressway c e"  from outside)
    2. Use span-less\Bridge_option  and VPN access to connect from outside (without expressway).

  • In my iPad mini some apps are not seen (voice recorder, calculator, compass etc)

    in my iPad mini some apps are not seen (voice recorder, calculator, compass etc)er

    Those apps aren't included in iOS on iPads
    iPad Mini built-in apps : http://www.apple.com/ipad-mini/built-in-apps/
    iPad manual (which has a chapter on each of the built-in apps) : http://support.apple.com/manuals/ipad/

  • Browser based InfoPath form deployed on a Claims based Web Application calling a Secure Web Service via Data Connection

    hi,
    We have a Browser based InfoPath Form deployed on a Claims based Web Application. We are tyring to call WCF Services that are secure using Certificates via the Data Connections on Infopath Form.
    Earlier we used to get the Data in BCS External List via the WCF Services and the Data Connections used to get the Data from the BCS External List. Due to Performance Issues, we want to remove the BCS External List and straightaway call the secure WCF Services
    via the Data Connections.
    Have anyone implemented this scenario.
    Thanks
    Ram
    Thanks Ram

    Hi Ram,
    As these are browser based InfoPath forms, you have two options 
    1) Deploy as sandboxed forms
    In this case you have to create a secure store application id and then set the credentials for that account.
    You then have to export the data connection to Data connections library and modify the .udcx file to utilize the newly created secure store application id.
    This may sometime give issues related to sandboxed code service. You have to give permissions on the secure store for the user account which the sandboxed code service is running.
    2) Deploy as administrator approved forms
    This would be ideal way of doing things as you have full control over the web request if you write code behind InfoPath forms.
    3) Deploy as a Hybrid solution
    a) Write a full trust proxy solutions (extend SPProxyOperation class and override execute method) and make the web request call inside this and return the response
    b) Invoke above operation from the sandboxed InfoPath form's code behind by SPUtility.RegisteredProxyOperation(four part assembly name, operation args)
    Hope this helps.
    Thanks,
    Srikanth

Maybe you are looking for