User Tools

Site Tools


autotalk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
autotalk [2023/02/19 12:46] – created wadminautotalk [2026/03/11 16:59] (current) – [Autotalk] wadmin
Line 1: Line 1:
-Test +====== Autotalk ====== 
-{{drawio>autotalk.png}}+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 
 +
 +</uml> 
 +===== Principle ===== 
 +Functional transaction al diagram. 
 +{{drawio>autotalk:autotalk.png}} 
 + 
 +Analog mute and schematic and principle: 
 +{{drawio>autotalk:schematic.png}} 
 + 
 +===== Functional states ===== 
 +{{drawio>autotalk:diagram1.png}}
autotalk.1676810778.txt.gz · Last modified: by wadmin