On Thu, Feb 18, 2010 at 18:26, ropers <rop...@gmail.com> wrote: > This is probably not what you want, but just for the heck of it: you > can split MP3 and OGG files by CUE sheet --without reincoding-- using > mp3splt-gtk: > http://www.openbsd.org/4.6_packages/i386/mp3splt-gtk-0.5.4p0.tgz-long.html > I don't think mp3splt can split WAV files though. > > This page is heavy on the Linux, but it suggests that shntool and > cuetool *may* be able to split WAVs by CUE sheet (I haven't actually > tried this): > > http://aidanjm.wordpress.com/2007/02/15/split-lossless-audio-ape-flac-wv-wav-by-cue-file/ > > http://www.etree.org/shnutils/shntool/ > http://freshmeat.net/projects/cuetools/ > > However, you'd probably be the first to port shntool and chuetools to OpenBSD. > > On the plus side, there is an existing port for xmms-shn, a software > by the same author as shntool: http://www.etree.org/shnutils/ -- and > this *could* indicate that porting at least shntool *may* be easier > than expected. > > regards, > --ropers > > On 16 February 2010 10:50, Stas Miasnikou <m...@gurtam.com> wrote: >> >> What tools do you use to split .wav (.flac, .ape, etc) by CUE sheet? > >
When I was investigating "abcde" for FLAC creation, there was the ability to make CUE files using "mkcue", but our version didn't have it in ports. I was able to pull the source using subversion and install mkcue with no issues. I really need to sit down and create a port for it, since it built very quickly. http://code.google.com/p/abcde/source/checkout yea, it's not perfect, but it works.