https://github.com/sloev/audiovisual-sampler
https://github.com/sloev/audiovisual-sampler
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sloev/audiovisual-sampler
- Owner: sloev
- Created: 2023-03-12T21:09:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T21:16:15.000Z (over 3 years ago)
- Last Synced: 2025-03-09T22:45:38.907Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# audiovisual-sampler
use rust + nannou
have a bash script:
```
video -> script -> /output/image_00001.jpg
/output/image_00002.jpg
...
/output/image_0000n.jpg
/output/audio.mp3
```
maybe even output into a special zip format "samplePAQ" and call it something nice in extension see https://github.com/zip-rs/zip
then in rust:
you add the "samplePAQ"s somehow and run the program
the program will use the image sequences and the audio to create a polyphonic audiovisual synth/sampler for each samplePAQ
each samplePAQ gets its own square texture on the output screen
consider using libpd rust crate for audio stuff