https://github.com/colbylwilliams/cognitive-speech-ios
An iOS app written in Swift 4 that demonstrates Microsoft Cognitive Services Speaker Recognition API
https://github.com/colbylwilliams/cognitive-speech-ios
cognitive-services ios microsoft microsoft-cognitive-services speech speech-api swift swift-4
Last synced: about 1 year ago
JSON representation
An iOS app written in Swift 4 that demonstrates Microsoft Cognitive Services Speaker Recognition API
- Host: GitHub
- URL: https://github.com/colbylwilliams/cognitive-speech-ios
- Owner: colbylwilliams
- License: mit
- Created: 2017-06-12T15:07:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T22:00:20.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T03:04:16.551Z (about 1 year ago)
- Topics: cognitive-services, ios, microsoft, microsoft-cognitive-services, speech, speech-api, swift, swift-4
- Language: Swift
- Homepage:
- Size: 432 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cognitive-Speech-iOS
An iOS app written in Swift 4 that demonstrates Microsoft Cognitive Services [Speaker Recognition API][6]
## Requirements
- Xcode 9.0+ (beta)
- iPhone running iOS 11+ (beta)
- Azure subscription (create a free subscription [here][1])
- [Cognitive Service Azure Resource][0]
## Build
- Open the project in Xcode
- Add your Cognitive Service's key as the value for [`SpeakerIdHeader.subscriptionValue`][3]
- Build and Run on **Device** running iOS 11+
## About
Created by [Colby Williams][5].
## License
Licensed under the MIT License (MIT). See [LICENSE][4] for details.
[0]:https://portal.azure.com/#create/Microsoft.CognitiveServices/apitype/SpeakerRecognition/pricingtier/S0
[1]:https://azure.microsoft.com/free/
[2]:https://github.com/colbylwilliams/Cognitive-Speech-iOS/blob/master/CognitiveSpeech/CognitiveSpeech/Client/SpeakerIdHeader.swift
[3]:https://github.com/colbylwilliams/Cognitive-Speech-iOS/blob/master/CognitiveSpeech/CognitiveSpeech/Client/SpeakerIdHeader.swift#L16
[4]:https://github.com/colbylwilliams/Cognitive-Speech-iOS/blob/master/LICENSE
[5]:https://github.com/colbylwilliams
[6]:https://azure.microsoft.com/en-us/services/cognitive-services/speaker-recognition/