animalese 0.2.0

Rust library for generating Animal Crossing-style animalese speech sounds
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "animalese"
version = "0.2.0"
edition = "2024"
authors = ["Kyle Kelley"]
description = "Rust library for generating Animal Crossing-style animalese speech sounds"
license = "MIT"
keywords = ["audio", "animalese", "animal-crossing", "speech", "sound"]
categories = ["multimedia::audio"]
readme = "README.md"
exclude = ["**/.DS_Store", "target/"]

[dependencies]
kira = "0.9"
rand = "0.8"
clap = { version = "4.5", features = ["derive"] }
crossterm = "0.27"
atty = "0.2"