Skip to content

zeloe/bytetosound

Repository files navigation

bytetosound

Reads raw data and outputs it as a wave file or image.

How to use

edit in .cpp files path to input and output

Just edit empty strings.

First

git submodule update --init --recursive

How to build

g++ -std=c++17 -o outputfile input.cpp

How to build other_folder_to_color

g++ -std=c++17 -I../libs/lodepng -o image other_folder_to_color.cpp ../libs/lodepng/lodepng.cpp

Example

g++ -std=c++17 -o wavefilecreator folder_to_wav.cpp

"Best results" for getting glitches in audio

1

2

3

You can set bit rate in Wavefile.h to 1 and it is more likley to get this kind of image.
Remember to put it like to 8 that your DAW can import it.

Wavefile encoding

The code how to write a WaveFile .

More about pixels

Pixelcode

The image i used

kandinsky

To hear how it sounds

soundcloud
NOTE -> i used some reverbs find them on my github

Releases

No releases published

Packages

No packages published