Easy Sound Editing Question
category: residue [glöplog]
also, paulstretch, for anyone seriously interested in the topic.
that's some sick necroposting skills right there guys!
Many of them probably are child prodigies in necroposting.
dafuq?
"dafuq" is a less known kinda secret technique for sample prolongement. have some code:
Code:
double prolongSampleUsingHiddenSecretLeetTechnique(const float sampleIn)
{
float theSampleIn = sampleIn;
double theDoubleSample = (double)theSampleIn;
float delta = theDoubleSample - theSampleIn; // make sure to disable warning
double doubleDelta = (double)delta;
int magicInt = 136131;
double secretTrick = magicInt - doubleDelta; // make sure to disable warning
float halfTheTrick = (float)(magicInt) - (float)(doubleDelta); // !!!
double sin2 = sin(2);
double secretTrick = halfTheTrick * sin2;
return secretTrick / sin2;
}
performance trick: Instead of dividing by sin2 you can also left shift your mantissa by 2*PI!
Quote:
another pro sound designer trick to change the duration of arbitrary audio material: put your soundsource on a magnesium-layered carrier, accelerate this carrier to relativistic speed, ???, something involving 6 microphones. make sure to compensate for red-shift and incorporate all kinds of doppler effects.
With all my respect, I don't recommend this method. Yes, in theory you can achieve the goal but the resulting sound is pretty dull and is missing its "richness" in the lower tones. Mids and highs are not that much better either. Sure, if you don't have anything better and there is this carrier and mics laying around, you can go for it. But I wouldn't call it pro just because the actual conversion occurs in the analogue (read: superior) domain. It's the actual result after all that should count.
Put a donk on it!
vv8, with all due respect dear sir, it just so happens that a well respectet academic compared a tri-aural recording of multiple trombones with the carrier-mandibular-technique. oscilloscopes don't lie. all the purists record in hilbert space nowadays. does it make a difference? personally, i can't hear the difference, but since i know it's there, i give several shits.
If you use a donkey as a carrier, arguments can be made that the "richness" in the lower spatial tonal frequency range will be well preserved. don't compress using RLE though (common mistake).
Quote:
Put a donk on it!
If you use a donkey as a carrier, arguments can be made that the "richness" in the lower spatial tonal frequency range will be well preserved. don't compress using RLE though (common mistake).
use zlib for that!
Since audio samples are just 32-bit floating point data at best, you could interpret one sample as 4x 8-bit values (RGBA) and lay them out in 2D, with the sample rate as width, and the sample amount divided by the sample rate as height. Then you can apply lots of modern compression techniques out there (h264, jpeg 2000, etc.) The only sane thing to do imh, move forward and use modern techniques. No wonder that old records sound that bad.
xTr1m, clever! I bet you can achieve decent coloring of your sound following this approach. You could probably go a step further and use full 3D sound by copying the LFE channel to a depth buffer.
/me slowly backs away towards the exit
...it really whips the llama's ass!
paralax: disagree, brotli yields way better fidelity for donkey distribution
brotli also tastes great. especially toasted, with some butter!