digital-garden-anabasis/pages/incubation.audio.soft.audiostellar.md

28 lines
1,008 B
Markdown
Raw Permalink Normal View History

# Audio Stellar
Audio Stellar is AI powered experimental sampler using librosa python library for audio analysis. This analysis than provide map of sounds and depending on their similiarity it groups sounds into clusters. Sound can be played through different types of units as particle, sequence, morph.
## 101
2023-03-26 13:09:23 +02:00
https://audiostellar.xyz/lang/en/index.html
- - https://linuxmusicians.com/viewtopic.php?p=145724&hilit=audiostellar#p145724
## Notes
2023-03-26 13:09:23 +02:00
eps - closeness to be cluster
min - number which can make group
- accepts only mono ?
- is sensitive on samplerate of audio device, it should match that one of the file
**when recording internaly do not go over buffer 1024, otherwise the recording will be glitched**
## Background
2023-03-26 13:09:23 +02:00
analysis thru [https://librosa.org/doc/latest/index.html](https://librosa.org/doc/latest/index.html)
## Examples
- https://www.youtube.com/watch?v=2YxONrfA6po
2023-03-26 13:09:23 +02:00
## Adjacent
2023-03-26 13:09:23 +02:00
[[incubation.audio.synthesis.concatenative]]
[[incubation.audio.sample.managment]]
[[concepts.map]]