Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeloe/bytetosound

Reads raw data and outputs it as a wave file
https://github.com/zeloe/bytetosound

audio bytes cpp databending encoding wave

Last synced: 8 days ago
JSON representation

Reads raw data and outputs it as a wave file

Awesome Lists containing this project

README

        

# bytetosound
Reads raw data and outputs it as a wave file or image.
## How to build
```bash
cmake . -B build
cmake --build build --config Release
```
## How to use
In terminal give path to input folder and path to output folder: \
path/to/image/folder path/to/wave/folder

## Wavefile encoding
The code how to write a
[WaveFile](https://gist.github.com/csukuangfj/c1d1d769606260d436f8674c30662450) .

## More about pixels
[Pixelcode](https://www.scratchapixel.com/lessons/digital-imaging/simple-image-manipulations/reading-writing-images) \
[LODEPNG](https://github.com/lvandeve/lodepng)
## The image i used
![kandinsky](https://user-images.githubusercontent.com/54742442/201990514-70c5f03b-bdf3-43c7-b27b-dcebbffe8c26.jpg)