voice 0.1.4-pre

Attempting to use tts and stt in rust, exploration only. no code yet
Documentation
1
2
3
4
5
6
7
8
9
10
11
use ears::{AudioController, Music};


/// go through music dir and get all tags
/// seperate into artist album genre etc.

struct Music {
    songs: Vec<&str>,
}

impl Music {}