How to save audio output to file

Hi All,
I'm not a flash developer, just a user, so forgive me if my
question has misconceptions and errors.
I've been listening to some online music that uses
flashplayer. I'd like to be able to listen to the music offline
and/or burn CDs of the music being streamed. I would like to know
if there's a way to have the audio output saved to a file instead
of being played. FYI, i'm running FP 9-beta for linux.
Thanks.
MickeyG2

mickeyg2 wrote:
> Hi All,
>
> I'm not a flash developer, just a user, so forgive me if
my question has
> misconceptions and errors.
>
> I've been listening to some online music that uses
flashplayer. I'd like to
> be able to listen to the music offline and/or burn CDs
of the music being
> streamed. I would like to know if there's a way to have
the audio output saved
> to a file instead of being played. FYI, i'm running FP
9-beta for linux.
Not all audio files can be saved, streaming and audio embed
within swf files
is hard to grab. Some players tho use directly Mp3 load,
these files you can
find in Internet temporary cache folder.
For others, you could use some audio recording tool. I don't
know Linux but windows
has program call Total Recorder which can take any output
your speakers play and
record in excellent quality through your sound card device.
Easy to use and works like charm.
Best Regards
Urami
<urami>
If you want to mail me - DO NOT LAUGH AT MY ADDRESS
</urami>

Similar Messages

  • How to change the output executable file name(a.prj:(output)--- b.exe)

    LabWindows / CVI: how to change the output executable file name
                For example, I have an A project a.prj, I do not want to compile the output file is a.exe, but b.exe.
    I will try to save as a.prj b.prj, a.cws save as b.cws
    eg:a.prj  ---->(output)--->b.exe
    Solved!
    Go to Solution.

    You can go to Build >> Target Settings menu item, select Release (or Release 64) in the Configuration filed and set the name of the executable to create in Application FIle field, withouyt need to change the prj or cws filename.
    See the complete description of available options here.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Save report output to file

    Hi, I'm using BI publisher web service to schedule reports to email, printer, fax..etc
    How can I save report output to file? I tried both options saveOutputOption and saveDataOption but I can't find report output on the server.
    Thank you,

    option 1: bursting
    option2:
    you have to get the output, search for ReportResponse and getReportBytes,

  • How to save xml output of fm into sap as xml

    how to save xml output of fm into sap as xml
    thank you,
    regards,
    Jagrut bharatkumar shukla

    Hi Jagrut
    The XML document can be stored in an ABAP variable rxml of the type STRING or XSTRING, or in an internal standard table sxml of the elementary line type C. Hence, I believe, your issue with the lenght can be resovled with this types.
    For rxml, you specify an interface reference variable of the type IF_IXML_OSTREAM that points to an IXML output stream.
    For rxml, you specify an interface reference variable of the type IF_IXML_DOCUMENT that points to an IXML document.
    With the stream factory you have several options. Before you call your CALL TRANSFORMATION, you setup your stream factory for these different options.
    1. You want to write the file to the application server file system. You want to create your OSTREAM as a binary string. In this example b_xml is an empty binary string. OSTEAM will be the reference variable of tyep IF_IXML_OSTREAM.
    ostream =
    streamfactory->create_ostream_xstring( b_xml ).
    You get the output lenght with the following:
    ressize = ostream->get_num_written_raw( ).
    You can then send the entire string to the file system with the following:
    transfer b_xml to filename1 length ressize.
    Also refer to this weblog:
    /people/tobias.trapp/blog/2005/05/04/xml-processing-in-abap-part-1
    Regards
    Ravish Garg
    <b>
    *Remember reward points is the best way to say thank you :)</b>

  • In R12 how to change concurrent output/log file name prefix?

    how to change concurrent output/log file name prefix?

    but i want to change change concurrent output/log file name prefix?You cannot, and I believe it is not supported for all concurrent requests -- Please log a SR to confirm this with Oracle support.
    Thanks,
    Hussein

  • How to save a text or file in *doc from Pages?

    How to save a text or file in *doc?

    Igor,
    Use either File > Export, or Share > Export, and choose the Word option.
    Jerry

  • How to save the output of sap script to pdf document in sap

    hi abapers
    how to save the output of sap script in sap so that can retrieve the saved document later.
    i have to save the rcia output from sap script in pdf document in sap so that it can be retrieved later
    how to use dms

    Hi deepika,
    This thread will solve ur problem OTF  -> PDF
    Regards,
    Pravin

  • How to save the output of sap script in sap so that can be retrieved later

    hi abapers
    how to save the output of sap script in sap so that can retrieve the saved document later.
    i have to save the rcia output from sap script in pdf document in sap so that it can be retrieved later
    how to use dms
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Dec 26, 2008 11:01 AM

    Hi Deepika,
    Look into this link https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/401cca81-b861-2910-ada2-f416dfb3b3fe
    Regards,
    Pravin

  • How to save downloaded update installer files

    How can I locate a downloaded update installer file so I can save it and use to install on another mac without having to download all over again?  Today I downloaded updates for OS X and also for Office 2011.  The first is over 2GB and the second around 300MB.  I have installed on my Macbook Pro, but I have another 3 units to update. I live in a 3rd world country with very slow internet and it takes me days to download such files.

    Grateful for you having replied but for some reason I seem unable to open your message "Re: How to save downloaded update installer files".  Waikato99

  • How to save the output of a concurrent proram automatically

    Hi Friends,
    We have a requirement to save the output of a concurrent program to a specific folder for a reporting purpose. whenever we run that concurrent program it should save the out file in the network folder \\out_files\con_prg like that
    instead of storing it in its default folder in unix.(or I should recoganize which out file is for my concurrent program from the default folder and to move it to windows shared network folder). If it is one time , I can do it manually. But I need to schedule that concurrent program to run every day and transfer the output to the windows folder.
    Our system is Oracle Apps 11i , Data base 9i in Solaris.
    If you have any idea or sugesstion for this , please share it with me here.
    Thanks in advance,
    Vimal...

    Hi
    Thanks for the reply. I can get the name from the fnd_concurrent_requests table, But how can I identify which is the one submitted by me. Because there is possibility of multiple submission by the users with different parameters.
    I can give you more details.
    We are having a BI report (not oracle) for AR Aging Report details. It has a staging table to get the data from Oracle EBS.
    My job is to run Our Customized AR Aging Report with 2 different parameters like sysdate and the same date for last month.
    Get the output file and processs it (for this we are using VB Script) to populate the staging table from where the BI report get the data.
    So far I am doing this manually for more than a month.
    The Users wants to have all the above mentioned process to be combined as a single concurrent program , so that they can submit easily and populate the data any time of the day like other Oracle Standard reports.
    The BI report can be viewed any time of the day by more than 15 users and also AR Aging report can be run so many times in a day by another set of users.
    In this situation how can I get the exact output file of the request submitted by me.
    Thanks,
    Vimal...

  • HOW TO: HDMI Audio Output for Zotac Media Box with nVidia ION :)

    I've been fighting with my recently purchased Zotac mini-PC for about 2 months now trying to get the HDMI audio output to work. I tried extensive modifications of /etc/asound.conf, different versions of ALSA, and even OSS without success. I've finally succeeded using ALSA and GNOME.
    First I installed ALSA according to the Arch wiki.
    Next I verified that ALSA detected my sound card(s):
    cat /proc/asound/cards
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xfe9fc000 irq 28
    1 [NVidia ]: HDA-Intel - HDA NVidia
    HDA NVidia at 0xfcf7c000 irq 18
    Next I checked which sound card had the HDMI jack:
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 8: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 9: NVIDIA HDMI [NVIDIA HDMI]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    From these two commands, I concluded that I have 2 sound cards (important later on) and that my HDMI sound card was card 1 (NVidia) and that it had 4 possible devices (3,7,8, and 9). To determine which device must be used, I ran the following command for each device (for example, to test card X and device Y, use' plughw:X,Y'):
    aplay /usr/share/sounds/alsa/Front_Center.wav -D plughw:1,7
    Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
    I tried each device and got the best sound from device 7 (8 and 9 also worked, device 3 gave static...).
    Now, since I had 2 sound cards, I needed to change the default ALSA device. My default ALSA device was card 0 (the Intel card), which wasn't plugged in, so I needed to change the default card to be card 1 (the HDMI card). After reading the ALSA FAQ, I found that modifying /usr/share/alsa.conf should work, though modifying /etc/asound.conf should have also worked. For whatever reason, I couldn't get my modifications to /etc/asound.conf to work, so I edited /usr/share/alsa/alsa.conf. In the  "# defaults" section I replaced the following:
    defaults.ctl.card NVidia
    defaults.pcm.card NVidia
    defaults.pcm.device 7
    I opted to use the key NVidia rather than the card number (1) since I've read in numerous places that the card index can change unexpectedly after a reboot/update. The key can be checked with cat /proc/asound/cards as shown above.
    After this, I reloaded ALSA (/etc/rc.d/alsa restart) and verified that the sound worked through the default channel:
    aplay /usr/share/sounds/alsa/Front_Center.wav -D default
    Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
    Finally, I rebooted, chose the HDA NVidia (ALSA Mixer) option from gnome-volume-control, and loaded a movie in gnome-mplayer. I was pleased to hear crystal clear sound with functioning volume control
    I Hope this helps someone else, I found it very hard to piece together how to diagnose and resolve this problem. Here are some of the resources I found useful:
    Arch Wiki ALSA Page
    ALSA FAQ for how to change default sound card
    ALSA FAQ
    XBMC Troubleshooting for ION HDMI

    @sprince09 Can you hear sound through HDMI when you run aplay /usr/share/sounds/alsa/Front_Center.wav -D plughw:1,7 ?
    (8 and 9 also worked, device 3 gave static...)
    - what does it mean? How do you know that they are working?
    What options do you have for snd_hda_intel in /etc/modprobe.d/ ?  Can you play the following:
    mplayer -ao alsa:device=hw=1,7 file.wav
    BTW, can you hear sound form video files in xine? If yes, can you post your ~/.xine/config ?
    Last edited by knedlyk (2012-01-21 23:41:57)

  • Save query output in file

    Hi,
    I want to save the output of a query in a text file. I have the code to save text in a file using util_file package but i dont know how to use the same code for my query May be if i use cursors it will help but i m not getting the logic. my query is like
    SELECT ACCN_PERIOD_COD_VC,SUM (op_amt_faa_nb)
    FROM table1
    WHERE ACCN_PERIOD_COD_VC like '%-06'
         GROUP BY ACCN_PERIOD_COD_VC
    any suggestion.. thnks
    Ashish

    Hi,
    From SQL:
    SQL>SPOOL abc.txt
    SQL>SELECT ACCN_PERIOD_COD_VC,SUM (op_amt_faa_nb)
    FROM table1
    WHERE ACCN_PERIOD_COD_VC like '%-06'
    GROUP BY ACCN_PERIOD_COD_VC;
    SQL>SPOOL OFF;
    From PL/SQL: You will have to write cursor.
    Open the Cursor.
    LOOP
    Fetch the record
    Write into file using UTL_FILE
    END LOOP
    Close Cursor
    Regrads

  • How to Save Command Output to Flash on ASA 8.4

    Hi,
    I nice easy one for you guys.
    How do you save the command output from the CLI  to a file on flash?
    With IOS, I would normally use a pipe command to redirect to tftp, but the ASA doesn't support this as far as I can tell. As a work around I was thinking I could save the output to flash and then tftp that file off the ASA.
    Thanks,
    Paul

    Hi Jennifer,
    Thanks for your help. I do use this feature at the moment, but I find every break in the output (where you need to hit space to see more) gets recorded which leaves the file quite messy. I usually have to edit the file afterwards so it reads clearly.
    I wondered if there is a way for the asa to write the output directly?
    Thanks,
    Paul

  • How streaming an audio or video files from google drive using google api objective-c client?

       I have implemented streaming an audio or video files by mpmovieplayer from Dropbox. For this purpose I am using Dropbox sdk. Audio or video files are playing with no problem from dropbox in my app.
    But, I can not implement the same functionality from Google drive. I am using alternateLink,webcontentLink,EmbedLink,Exportlink that we get from google drive. But mpmovieplayer does not play audio or video. So how can get any link from google drive,by which i can streaming an audio or video file from google drive. I have listed all google drive files in a table view. I am using google api objective-c client. So please help me. Thanks in advance.

    Hello,
    I'm giving a try at your application and so far, it is great!
    I understand that you're working on a way to help moving back files to google drive. Actually, I can copy / paste, but it always renames the files, so I end up with both a "copy of" and my original file.
    could you save and overwite the original file when it already exists ? (perhaps an option in the settings) ?
    Thanks!

  • How to save pdf output

    Hi to all,
    I have just created a new report with xml publisher and I have associated the execution to a concurrent.
    When I see the output of my concurrent, I see the correct report.
    Now, I need to save the output of this concurrent from pl/sql, without open the concurrent.
    I'm new of xml publisher.
    Do you know how can I solve my problem?
    Thanks
    Pier

    PDF File is saved on the Concurrent Manager tier as $APPLCSF/$APPLOUT/{REPORTNAME}_{REQUEST_ID}_{COUNT}.PDF
    See this post:
    http://garethroberts.blogspot.com/2008/07/where-do-i-get-xml-file-or-request.html
    If you want to get the file in PL/SQL there are ways to do that also.
    Regards,
    Gareth

Maybe you are looking for

  • Dynamic class loading issue with XmlBeans and Axis2

    Hi, Since support to web services is not enough in JDeveloper I am using apache axis2 to consume web services from an ADF web application. Everything works fine if I use jdk 1.5 but our app servers require jdk 1.4.2_08-b03 so I switched jre settings

  • Create Change request in background ChaRM

    Hi All, My requirement is to create Change request in mass in background. Is there any function module or BAPI which can be used for this purpose. I am looking to create Ur*ent correction, Normal_correction as well as administration changes with this

  • JSP tags as object constructors?

    Hi, I want to instantiate an object in a tag handler and then use the object in my JSP code. For example: <objConstructor varName="myObj" field1="foo" field2="bar" /> <% out.println(myObj.getField1() + " " + myObj.getField2()); %> Is there an elegant

  • Photoshop CS5 - why does dragging cropped paper to layout causes it to expand to fill entire layout?

    I'm hoping someone can help me out.  I create a 12in x 12in layout for a scrappage to work on. I open up a pattern paper and crop it to 9in x 9 in. MOVE the cropped paper to my layout. The cropped paper expands to fill my 12x12 in layout.  It doesn't

  • Encapsulation Question

    Hi I have my GUI components in class Gui. I need to access the components from another class. In this time the variables that holds the componentes are protected. In this way I can to access the components from another classes. BUT... And the encapsu