Skip to content

argmaxinc/argmax-sdk-swift-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argmax SDK Swift Playground

This repository hosts the source code for Argmax Playground for iOS and macOS.

It is open-sourced to demonstrate best practices when building with Argmax Pro SDK Swift through an end-to-end example app. Specifically, this app demonstrates Real-time Transcription with Speakers and Custom Vocabulary.


Getting Started

1. Get Argmax credentials

This project requires a secret token and an API key from that you may generate from your Argmax Dashboard.

2. Follow Installation instructions

Please see Installation for details

3. Set Argmax credentials

Then, update DefaultEnvInitializer.swift with your Argmax API key

class DefaultEnvInitializer: PlaygroundEnvInitializer {

    public func createAPIKeyProvider() -> APIKeyProvider {
        return PlainTextAPIKeyProvider(
            apiKey: "", // TODO: Add your Argmax SDK API key
        )
    }
}

Do not commit your API key..


4. Select Development Team

In Xcode, select your app target and go to Signing & Capabilities. Choose your Development Team from the dropdown to enable code signing.

About

Argmax SDK Swift Playground

Resources

License

Stars

Watchers

Forks

Contributors

Languages