Awesome
RRSoundStatic
Library to manage communication with ultra sound on iOS
Work in Swift and Objective-c.
This is a wrapper for the lib sinvoice made during an Hackathon 😀.
How to use
//send string with ultrasound
self.voiceSender.startPlay("salut") {
// string "salut" sent
}
//recognize string with ultrasound
self.voiceRecognizer.startRecord { string in
// recorder string
}