Reply To: [Resolved] Small bug when running on iOS 8

Home Forums OpenEars [Resolved] Small bug when running on iOS 8 Reply To: [Resolved] Small bug when running on iOS 8

#1022634
wfilleman
Participant

Yes, it is quite odd.

Summary of tests:
Test Case 1:
Comment out all cases of “say”.
Start sample app with NO bluetooth connected mic.
Wait for “listening”
Say “change”, app recognizes “change”
Say “model”, app recognizes “model”.

Test Case 2:
Comment out all cases of “say”.
Start sample app WITH bluetooth connected mic.
Wait for “listening”
Say “change”, nothing happens. Decibel value is -120.
Say “model”, nothing happens. Decibel value is -120.

Test Case 3:
Comment out all cases of “say” except for the first “Welcome to OpenEars”
Start sample app WITH bluetooth connected mic.
Wait for “listening”
Say “change”, app recognizes “change”.
Say “model”, nothing happens. Decibel value is -120.
Decibel value stays at -120 (internally it’s inf).

Test Case 4:
Leave in all cases of “say”.
Start sample app WITH bluetooth connected mic.
Wait for “listening”
Say “change”, app recognizes “change”.
Say “model”, nothing happens. Decibel value is -120.
Decibel value stays at -120 (internally it’s inf).