This content has been marked as final.
Show 3 replies
-
1. Re: How to split an audio file in ActionScript
kglad Nov 2, 2014 6:28 AM (in response to TheLawn7)you want to play sections of a sound file, or you actually want to create and save several mp3 files?
-
2. Re: How to split an audio file in ActionScript
TheLawn7 Nov 2, 2014 7:29 AM (in response to kglad)I want to actually create these files from one big MP3 file.
-
3. Re: How to split an audio file in ActionScript
kglad Nov 2, 2014 9:31 AM (in response to TheLawn7)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.)


