Skip to content

Implementation of villager "animalese" sounds from Animal Crossing.

License

Notifications You must be signed in to change notification settings

cgcha/animalese_wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animalese_wasm

Implementation of villager "animalese" sounds from Animal Crossing.

Based on Acedio's animalese.js.

I took this as an opportunity to finally try WASM, and it's pretty neat. Attempting to build long audio files from animalese.js is fairly slow and sometimes crashes with long input strings. With my implementation, I've been able to use over 30,000 characters and generate a downloadable file in around 300ms (although this will likely change based on hardware). However, there is some kind of limit that breaks WASM if the text is too long.

Demo here: https://rinsworth.github.io/animalese_wasm/

Build with wasm-pack build --release --target web.

About

Implementation of villager "animalese" sounds from Animal Crossing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages