Skip to content

Commit cd07d14

Browse files
authored
Update README.md
1 parent 15a51d2 commit cd07d14

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# bytebeat
1+
# Bytebeat Synthesizer
2+
3+
Welcome to the Bytebeat Synthesizer, a web-based audio experimentation tool that allows you to create unique sounds and music using simple mathematical formulas!
4+
5+
run [Bytebeat Synthesizer](https://stihilus.github.io/bytebeat/?formula=t+*+%28t%3E%3E8+%7C+t+%7C+t%3E%3E9+%7C+t%3E%3E13%29+%26+t+%3E%3E+8) in browser
6+
7+
<img width="1211" alt="image" src="https://github.com/user-attachments/assets/f419dc68-a87a-4484-9e9e-4f2db36d2830">
8+
9+
## What is Bytebeat?
10+
11+
Bytebeat is a method of creating audio by using short algorithms that produce samples directly. Each sample is generated by evaluating a mathematical expression, usually involving the sample index (traditionally represented as `t`). The result of this expression is then interpreted as an audio sample.
12+
13+
## Credits
14+
15+
This project is inspired by the work of Viznut (Ville-Matias Heikkilä) and the Bytebeat community.

0 commit comments

Comments
 (0)