Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WAV file splitter program?
#9
(04-21-2023, 02:26 PM)mnrvovrfc Wrote: Welcome to the forums.

It looks like the OP is asking for a program that takes a text-file description, each line first with time hint and then with "song name", to tell a program how to slice a big WAV file. If the topic starter also expects the program to find the "marker" chunks in a WAV then, well, it gets more complicated for the programmer if he/she is not used to the format.

The source file is actually MP4 video, which I would convert to WAV (to burn to audio CD) or MP3 (for mp3 players). I asked about WAV because I don't need or want to deal with the video, and WAV is the format I want to work with for editing, and anything for working with WAV files will come in handy later! 

I don't know about markers or chunks, the audio doesn't have any metadata or anything special (such as what a DAW might add or use), all I have is a separate text file with the track title listing with each track's length. Slicing up the file automatically would be nice, but actually the track times might not account for any space between songs (I'd need to check when back at the PC), and if that's the case, then I would have the program go to the end of the first track and search forward to determine when the next track begins. The track times can be used as guides, but the actual begin and end locations are approximate, if they don't include the blank space at the end of each track. 

I did google some more and found a ton of Python scripts that split up sound files, using whatever Python libraries for working with WAV and MP3. QB64PE doesn't have any WAV or MP3 file libraries that I'm aware of, so I think I would need to write all the code to handle reading/parsing/processing/writing the files.

As bplus said (and I already figured) the first step is to study the WAV file spec, which I will do as I have time, but I figured it can't hurt to ask here and see if there is any pre-existing QB-like code I could reuse or study to figure out how to do this.

(I could always just use Python, but where would the fun be?? LoL)
Reply


Messages In This Thread
WAV file splitter program? - by madscijr - 04-20-2023, 02:01 PM
RE: WAV file splitter program? - by bplus - 04-20-2023, 02:08 PM
RE: WAV file splitter program? - by madscijr - 04-20-2023, 02:42 PM
RE: WAV file splitter program? - by mnrvovrfc - 04-20-2023, 07:29 PM
RE: WAV file splitter program? - by Petr - 04-20-2023, 08:39 PM
RE: WAV file splitter program? - by Ultraman - 04-21-2023, 01:54 PM
RE: WAV file splitter program? - by mnrvovrfc - 04-21-2023, 02:26 PM
RE: WAV file splitter program? - by madscijr - 04-21-2023, 03:35 PM
RE: WAV file splitter program? - by Ultraman - 04-21-2023, 05:01 PM
RE: WAV file splitter program? - by madscijr - 04-21-2023, 05:11 PM
RE: WAV file splitter program? - by Petr - 04-21-2023, 03:29 PM
RE: WAV file splitter program? - by madscijr - 04-21-2023, 04:45 PM
RE: WAV file splitter program? - by mnrvovrfc - 04-21-2023, 03:46 PM
RE: WAV file splitter program? - by Petr - 04-21-2023, 05:55 PM



Users browsing this thread: 9 Guest(s)