LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ripping flash audio (https://www.linuxquestions.org/questions/linux-software-2/ripping-flash-audio-755583/)

johnh10000 09-16-2009 06:05 AM

ripping flash audio
 
I think this is the right place:

There are some jingles here, They are in flash format, any idea on how to record them? I do know there is a download demo, link, but the flash ones have a neater edit.

http://www.tmstudios.com

neonsignal 09-16-2009 09:34 AM

It is probably best to download the mp3 demo and break it up with audacity.

However, if you must grab the shockwave audio files directly:

First you need to find the files where the audio is being streamed. This usually means looking at the page source. In the example web page, the main menu is in the following file:
Code:

http://www.tmstudios.com/mp3/xml_files/category_All_Jingles.xml
If you look at the contents of the above file, you will see a list of the submenu files, for example:
Code:

http://www.tmstudios.com/mp3/xml_files/tracklist_140.xml
If you have a look at the contents of the submenu file, you will see the list of flash audio files, for example:
Code:

http://www.tmstudios.com/mp3/KDKA_demo.swf
In this case, the audio stream is already in mp3 format, so you can just dump it using mplayer, for example:
Code:

mplayer http://www.tmstudios.com/mp3/KDKA_demo.swf -dumpaudio -dumpfile KDKA_demo.mp3

johnh10000 09-16-2009 01:35 PM

[quote]
However, if you must grab the shockwave audio files directly:

<snip>
mplayer http://www.tmstudios.com/mp3/KDKA_demo.swf -dumpaudio -dumpfile KDKA_demo.mp3
</code>
thanks a lot for that. the jingles in the demo are mixed together well, so they wouldn't sound as good, after editing.

thanks again.

Shadow_7 09-16-2009 05:35 PM

If they're already cached in your browser. about:cache
(for those of us on slow dialup connections)


All times are GMT -5. The time now is 07:35 PM.