AceCentre / pasco

Phrase Auditory Scanning COmmunicator - AAC App for iOS and the Web
https://app.pasco.chat
GNU General Public License v3.0
14 stars 6 forks source link

override_to_speaker fix for bluetooth and reduce call to it #100 & update dyn at root & #130 & #118 & #107 & #133 #132

Closed hosseinzoda closed 5 years ago

hosseinzoda commented 5 years ago
  1. separate override_to_speaker from speak_utterance
  2. reduce call to override_to_speaker (only when its needed). The reason is chaning AVSession is not very efficient for bluetooth connected device. So we minimize call to it.
  3. change name of audscan-cordova-plugin to pasco-cordova-plugin
hosseinzoda commented 5 years ago

@willwade I assume you see commit description. I will add useful information to it.

hosseinzoda commented 5 years ago

Issue, #133 may not be working very well. Please test, waiting for feedbacks....

hosseinzoda commented 5 years ago

Bluetooth task is not complete yet, (As we discussed)