2023-04-16 22:33:04 +02:00
# Audio Stellar
2023-11-22 18:21:58 +01:00
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.
2023-04-16 22:33:04 +02:00
## 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
2023-04-16 22:33:04 +02:00
## Notes
2023-03-26 13:09:23 +02:00
eps - closeness to be cluster
min - number which can make group
2023-04-16 23:28:31 +02:00
- accepts only mono ?
- is sensitive on samplerate of audio device, it should match that one of the file
2023-04-16 22:33:04 +02:00
**when recording internaly do not go over buffer 1024, otherwise the recording will be glitched**
2023-04-16 21:47:43 +02:00
2023-04-16 22:33:04 +02:00
## 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 )
2023-04-16 22:33:04 +02:00
## Examples
2023-04-12 14:47:13 +02:00
- https://www.youtube.com/watch?v=2YxONrfA6po
2023-03-26 13:09:23 +02:00
2023-04-16 22:33:04 +02:00
## Adjacent
2023-03-26 13:09:23 +02:00
[[incubation.audio.synthesis.concatenative]]
[[incubation.audio.sample.managment]]
[[concepts.map]]