jyleong / voiceminder-server

0 stars 0 forks source link

Client Speech Recognition #52

Closed kevinzhangftw closed 6 years ago

kevinzhangftw commented 6 years ago

When Clients speaks, it should not be listening. When it is listening, it should not be speaking

Approach 1 : Theading mutex lock on speaking Boolean

Approach 2 : Investigating use of Observable pattern