OK, rename

This commit is contained in:
2025-10-14 02:11:59 +02:00
parent 6116745795
commit dfb57a082f
6 changed files with 104 additions and 75 deletions

View File

@ -1,4 +1,4 @@
# poof
# rsgp
Audio synthesis web application for generating random sound samples. Users generate sounds via different synthesis engines, mutate parameters, apply audio processors in multiple passes, and export as WAV. Built for musicians seeking unexpected textures and one-shots.
@ -39,8 +39,8 @@ pnpm build
## Docker
```sh
docker build -t poof .
docker run -p 8080:80 poof
docker build -t rsgp .
docker run -p 8080:80 rsgp
```
Opens on http://localhost:8080