Skip to main content
Code samples

Build a Sample App with NCKit

Use this guide to create a new iOS app or integrate NCKit into an existing project.

Reference projectโ€‹

ItemValue
Repositorygithub.com/5Exceptions-Mobile-Team/NCKit_Demo
Xcode projectNCKitSample.xcodeproj
SchemeNCKitSample
NCKit version1.1.1 (SPM)
git clone https://github.com/5Exceptions-Mobile-Team/NCKit_Demo.git
cd NCKit_Demo/KrispyiOS
open NCKitSample.xcodeproj

The sample demonstrates microphone NC, video/file denoise, and in-app API snippets.

Verify importโ€‹

import NCKit

Public API checklistโ€‹

let modelURL = try NCKitModelLocator.modelTarGzURL()
let processor = try NCKitProcessor(modelURL: modelURL)
try NCKitFileProcessor.processFile(inputURL: in, outputURL: out, processor: processor)

Run on arm64 device or Apple Silicon simulator.

Next stepsโ€‹