Slashdot Mirror


User: acfou

acfou's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. www.medleytuner.com on Sampling Short Sequences From Long MP3 Recordings? · · Score: 1

    this is a simple piece of code in which you can set the min and max duration of the sample-clips you want to play and it will go into your MP3 track and randomly pick a sample to play. If you loop it, since the MP3 is so long, inevitably it will play different samples from different places and of different durations.

  2. re: Sampling Short Sequences From Long MP3 Recordi on Sampling Short Sequences From Long MP3 Recordings? · · Score: 1

    Hi Simoniker Please check out www.medleytuner.com I have developed this application to play RANDOM samples (you can specify min and max duration of sample) from any collection of MP3 tracks in a specified target folder on your webserver. For your large MP3 files, it is suggested you do this on a LAN. :-) Otherwise, medleytuner is already optimized for "streaming" through a web browser. Let me know if this fits your needs. - Augustine