Skip to content

digital-medicine/MicrophoneKit

Repository files navigation

MicrophoneKit

MicrophoneKit is a Swift framework designed to simplify audio recording and microphone handling in iOS applications.

Installation

Swift Package Manager

Add the following to your Package.swift dependencies:

.package(url: "https://github.com/digital-medicine/MicrophoneKit.git", from: "1.0.0")

Or use Xcode:

  1. Go to File > Add Packages...
  2. Enter the repository URL:
    https://github.com/digital-medicine/MicrophoneKit
  3. Select the desired version.

Usage

Basic Setup

import MicrophoneKit

MicrophoneRecordingView(fileName: "testfilename", title: "Title") { url in
  print(url)
} closeAction: {
  print("closed")
}

Requirements

  • iOS 13.0+
  • Swift 5.0+

Authors


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages