Skip to content

Commit

Permalink
docs: things I will not do
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jun 27, 2022
1 parent 3afc180 commit e403412
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Roadmap:
- Asynchronous JS loading (DONE)
- Before: Test JSGF 981ms, JS 88k, WASM 214k, zip 119k
- After: Test JSGF 478ms, JS 43k, WASM 206k, zip 104k
- Add -cionly option (DONE)
- 0.3.x:
- Better browser support and packaging
- Just more examples and documentation for now
- Add phoneset description and IPA input
- phoneset.txt in model directory (DONE)
- Rename s3file_t to something more neutral
- Fix C library tests (as in PocketSphinx)
- Add -cionly option
- 0.4.0: User experience
- Simple VAD with solid API
- Principles
Expand Down Expand Up @@ -50,3 +50,10 @@ Roadmap:

- 2.0.0: Improved modeling
- DNN acoustic models?

Notes:

- Decoder state (started / stopped) needs to be visible to application
so we know if we can feed it data or not
- What actually happens if we add a word with no pronunciation?
- should be treated as a null transition

0 comments on commit e403412

Please sign in to comment.