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

#1030085
ulysses
Participant

Hi Halle,

my old Jabra Bluetooth headset works with WhatsApp. Also a simple Swift 2 program including


let string = "Hello World!"
let utterance = AVSpeechUtterance(string: string)
utterance.voice = AVSpeechSynthesisVoice(language: "en-US")
let synthesizer = AVSpeechSynthesizer()
synthesizer.speakUtterance(utterance)

is functional.

But my new Bluetooth headset (see http://www.amazon.de/Bluetooth-Kopfh%C3%B6rer-Headset-Ohrh%C3%B6rer-Mikrofon-Schwarz/dp/B014QZ5SCO) works fine with the OpenEars Sample App!

Thank you for you fast and competent response!

Best Regards
Dirk