search for: drumloop

Displaying 6 results from an estimated 6 matches for "drumloop".

2009 Aug 09
0
alternate compression
...ave a residual, as long as it compensates (repeats enough) for the extra frame pool you'd have to store. >>The repetition would not be genre-dependent, but would be tempo-dependent. If would be very genre dependent for the reason I explained: samples. Say you have a drummer repeating a drumloop. If it's recorded, there's no chance the noise of the drums will correlate, it will change all the time. But if it's a drum sample, they will match. It's easy to correlate similar kickdrums, but that hardly works with cymbals. Anyway, right now I get what I wanted somewhat wor...
2009 Aug 09
2
floating point
On Aug 7, 2009, at 21:48, Didier Dambrin wrote: > FLAC doesn't preserve every chunk? I thought it did. I only gave a > quick try > but it seemed to have preserved even the most obscure chunks. > Let me check: it even seems to preserve "MIDI note associated to > marker", > which is a very unknown metadata used by SoundForge (& even defined > in a >
2009 Aug 08
0
floating point
...ou'd find out in music out there, it would be very genre-dependent. But I'm surprised that no one really investigated this (there were old discussions in that forum). Sure, streaming is important, but it's common to fully download a song. As I wrote, I tried various compressors on a drumloop repeated 4 times, and none could benefit from this. It's only a matter of statistics to know how much often repetitions happens in music out there, but it could work more intelligently, like by normalizing matching frames maybe, to even detect repetitions at different levels. Or work in the...
2009 Aug 08
3
floating point
"Didier Dambrin" <didid at skynet.be> wrote: ... > I like FLAC on the paper because of its metadata preservation, in that riff > tag, which is critical for my needs. Try using WavPack, http://www.wavpack.com/ This can losslessly compress 32-bit floating point WAVE-EX files, and faithfully preserves every chunk (which FLAC does not do). It is also free. Regards, Martin --
2009 Aug 14
5
floating point
On Fri, Aug 14, 2009 at 5:05 PM, Josh Coalson<xflac at yahoo.com> wrote: > it's unlikely flac will ever support floating-point samples natively. ?the main application for it is audio engineering, which demands easy editing and very high speed for both encoding and decoding above everything else. thats not why floating point is used. the highest current feasible bit resolution for
2006 Nov 30
41
TDD killing my joy of Rails
I''ve been working through the book ''Beginning Ruby on Rails E-Commerce'' which is very heavy on Test Driven Development. As in, you have to write tests for scaffolding methods and validations and crap like that. And then they fail. And you KNOW its the test not the method. So you spend 2x the time writing a test that has to be adapted when requirements change. You