sunox 0.0.6

Generate AI music from your terminal via direct Suno web workflows
1
2
3
4
5
6
7
//! Media file operations such as downloads and MP3 metadata tagging.

pub mod download;
pub mod tags;

pub use download::download_clip;
pub use tags::embed_lyrics_in_mp3;