Skip to content

Commit

Permalink
override_to_speaker fix for bluetooth and reduce call to it AceCentre…
Browse files Browse the repository at this point in the history
…#100

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
  • Loading branch information
Hossein Amin committed Dec 18, 2018
1 parent 68ecf6d commit dfaeb66
Show file tree
Hide file tree
Showing 5 changed files with 5,086 additions and 5,173 deletions.
2 changes: 1 addition & 1 deletion cordova/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<splash height="800" src="res/screens/wp8/SplashScreenImage.screen-WVGA.jpg" width="480" />
<splash height="1280" src="res/screens/wp8/SplashScreenImage.screen-WXGA.jpg" width="768" />
</platform>
<plugin name="audscan-cordova-plugin" spec="git+https://github.com/hosseinamin/audscan-cordova-plugin.git" />
<plugin name="audscan-cordova-plugin" spec="git+https://github.com/hosseinamin/pasco-cordova-plugin.git" />
<plugin name="cordova-plugin-browsersync" spec="^1.1.0" />
<plugin name="cordova-plugin-device" spec="^1.1.7" />
<plugin name="cordova-plugin-file" spec="^6.0.1" />
Expand Down
Loading

0 comments on commit dfaeb66

Please sign in to comment.