autotalk
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| autotalk [2023/02/19 12:48] – wadmin | autotalk [2026/03/11 16:59] (current) – [Autotalk] wadmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Autotalk ====== | ====== Autotalk ====== | ||
| + | Automatic talkback mute synced with DAW. | ||
| + | <uml> | ||
| + | state IDLE { | ||
| + | IDLE : Static | ||
| + | [*] --> Free | ||
| + | Free --> Punch : PTT | ||
| + | Punch --> Free :_PTT | ||
| + | IDLE --> MANUAL : Mode Button | ||
| + | Free : Mic ON | ||
| + | Free : Blue #blue | ||
| + | Punch : Mic OFF | ||
| + | Punch : Red | ||
| + | } | ||
| + | |||
| + | state MANUAL { | ||
| + | MANUAL : Static | ||
| + | Mute --> Open : PTT | ||
| + | Open --> Mute : _PTT | ||
| + | MANUAL --> AUTO : Mode Button | ||
| + | Mute : Mic OFF | ||
| + | Mute : Orange | ||
| + | Open : Mic ON | ||
| + | Open : Green | ||
| + | } | ||
| + | |||
| + | state AUTO { | ||
| + | AUTO : When MIDI_STOP > Slow Fade | ||
| + | AUTO : When MIDI_PLAY > Ping Pong fade | ||
| + | Stop --> Play : MIDI_PLAY | ||
| + | Stop --> Rec : MIDI_REC | ||
| + | Play --> Rec : MIDI_REC | ||
| + | Play --> Stop : MIDI_STOP | ||
| + | Rec --> Stop : MIDI_STOP | ||
| + | Rec --> Play : _MIDI_REC & MIDI_PLAY | ||
| + | AUTO --> IDLE : Mode Button | ||
| + | Stop : Mic ON | ||
| + | Stop : Green | ||
| + | Play : Mic OFF | ||
| + | Play : Green | ||
| + | } | ||
| + | </ | ||
| ===== Principle ===== | ===== Principle ===== | ||
| + | Functional transaction al diagram. | ||
| {{drawio> | {{drawio> | ||
| + | |||
| + | Analog mute and schematic and principle: | ||
| + | {{drawio> | ||
| ===== Functional states ===== | ===== Functional states ===== | ||
| {{drawio> | {{drawio> | ||
autotalk.1676810907.txt.gz · Last modified: by wadmin
