Copy link to clipboard
Copied
I want to split a mp3 (or wav) file into several pieces e.g. from 0:30 to 0:45 and from 0:45 to 1:00 in ActionScript.
I cannot find any articles or libraries that would help me with this. Is it even possible to achieve?
Thanks in advance for any tips.
Example of what I want: mp3cut
Copy link to clipboard
Copied
you want to play sections of a sound file, or you actually want to create and save several mp3 files?
Copy link to clipboard
Copied
I want to actually create these files from one big MP3 file.
Copy link to clipboard
Copied
you'll need to use the bytearray class and understand the mp3 header data that you can manually add when saving, or you may be able to cobble together a solution using some of the 3rd party libraries.
in either case, use google to search for help. i don't think you'll find a complete solution for your problem so you'll need to have a fair amount of expertise and/or persistence to get this working. (or hire someone to do it for you.)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now