Quote:
Originally Posted by
eightm71
β‘οΈ
So i tried to post a small program that directly creates a wav file, but it was
blocked.
I think the file extensions you are allowed to post are listed: wavs mp3, jpegs, pngs. etc. If it is not on the list, the forum won't let you attach it. In any case, "a small program that directly creates" something strikes me as really similar to a
virus, so maybe that's why it was blocked!
Quote:
The idea is that since any sound, track, music , album is just a sequence of numbers, why not just create that sequence through a program ? So my program created a sequence of samples for a PCM encoded wav file
and writes them to a wav file which can be heard with windows media player.
well if this sequence of numbers is randomly generated, I think it is going to sound horrible. The numbers in a wav file are supposed to represent the position of the sound wave at 'X' point in time. To appear as a coherent sound, the position of the sound wave at the
next point in time would normally be represented by a number that is slightly higher or slightly lower than that original number. Rising and falling gradually enough to be heard as a sound by human beings. Not jumping up and down randomly across the zero line every .02 ms.
Quote:
Granted the possible combinations are huge between the the design of any number generating program and the sequence, but I think many never heard before sounds and "music" or "songs" can be created this way.
yeah, but if you have heard one set of
random hash you have pretty much heard them all. Wouldn't random numbers sound like the static between stations? I would assume that only combinations that rise and fall in some coherent way will 'sound' like anything.
Quote:
Has it ever been tried before ? Thanks if anyone knows if it has been experimented
I thought you just did it? Didn't you just make this program? You tell us. How does it sound? I am sure the forum software would allow you to post the
resulting output -- as a wav file or mp3, even though it blocks the executable program itself.
If you do, I am going to turn my volume way down before clicking on it.