Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Happier assets

This repository publishes downloadable voice model packs used by Happier native apps.

Model packs

Packs are published as:

  • a manifest.json per pack (consumed by the app)
  • a set of files referenced by that manifest (downloaded + sha256 verified on-device)

In the app, configure:

  • EXPO_PUBLIC_HAPPIER_MODEL_PACK_MANIFESTS as a JSON map { [packId]: manifestUrl }

Build packs locally

npm run build:model-packs -- --repo happier/happier-assets --tag model-packs-dev

Artifacts are written to:

  • dist/packs/<packId>/... (human-inspectable pack tree)
  • dist/release/<asset files> (release-ready asset names)

Publishing

Use the GitHub Actions workflow Release model packs (manual dispatch) or push a tag matching model-packs-*.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages