sunox 0.0.10

Generate AI music from your terminal via direct Suno web workflows
1
2
3
4
5
6
7
8
mod lyrics;
mod submit;
mod support;
mod transform;

pub use lyrics::lyrics;
pub use submit::{create, extend};
pub use transform::{concat, cover, remaster, speed, stems};