Forum

Please or Register to create posts and topics.

Berlin - Pleasure Victim

I was happy to see an upgrade from the Minimax for Berlin's Pleasure Victim this month.  I'm wondering if everyone else had problems with track 3, Sex (I'm a) being in the kb's in size range and a 0:00 track length?  if not I may need to re-download.  Thanks for any feedback.

Strongly believe there are track split issues on this one. Track two cut's in the middle of the song...Don't have time to listen good. My download also has 207KiB file size

Drybonz and andrei71 have reacted to this post.
Drybonzandrei71

I think you're right.  It looks like track 2 is split in the middle of that song and then Sex (I'm a) is in the track labeled Masquerade (about 1 20" in).  I'll have to take a closer look at all these tracks.

*edit*  Ok, the track labeled "repaired" is actually track 07, Torture... and then you just work back from there.  The biggest problem is track 2 is cut in the middle of the song, which might be tricky to repair.

wow1968 has reacted to this post.
wow1968

OK.
All tracks are present, here is what I did.

Converted flac to wav in terminal:
for f in *.flac; do
ffmpeg -i "$f" "wav/${f%.flac}.wav"
done

Merged 8 wav files into 1 wav file in terminal:
sox *.wav merged.wav

Split the tracks in Audacity, also removed a "click" at 19:14:05

Drybonz and ecomaniac have reacted to this post.
Drybonzecomaniac

Thanks.  I have it sorted out now.  I used Foobar to merge the tracks 2-4 and then split those into two tracks in Audacity, then just re-labeled the remaining tracks.  Pretty close to your instructions but not on my Mac.

For anyone doing this, you need to keep the tiny track 3 when you merge the tracks or you will get an audible glitch in the final file.

ecomaniac and wow1968 have reacted to this post.
ecomaniacwow1968