Skip to content

rokubop/roku_parrot_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roku Parrot Model

This is my parrot model + patterns + model history notes.

A parrot model should be trained and specific to your own voice, so I only recommend this for reference.

Sounds (14)

Non-linguistic sounds (4)

  • pop
  • cluck
  • tut
  • palate

Linguistic sounds (10)

  • ah
  • oh
  • guh
  • eh
  • nn
  • ee
  • er
  • t
  • sh
  • ss

Negative sounds (2)

  • background - moving mic around, breathing, AC, table bumps, keyboard presses, door closing, adjusting things on the table, sitting in chair
  • cough - throat clears, cough, nose clear, etc.

Testing

Use Parrot Tester tool for testing your parrot model.

parrot_integration.py

Made one change from the original, for grace thresholds to work.

Old:

throttles = {}
if 'throttle' in pattern:
    if name not in pattern['throttle']:
        pattern['throttle'][name] = 0
    throttles = pattern['throttle']

New:

throttles = {}
if 'throttle' in pattern:
    # if name not in pattern['throttle']:
    #     pattern['throttle'][name] = 0
    throttles = pattern['throttle']

You can check the Parrot Tester tool README for more information on this.

About

My 14 noise parrot model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages