Skip to content

Instantly share code, notes, and snippets.

View leonid-s-usov's full-sized avatar

Leonid S. Usov leonid-s-usov

View GitHub Profile
@leonid-s-usov
leonid-s-usov / RecordAudio.swift
Last active March 20, 2024 09:12 — forked from hotpaw2/RecordAudio.swift
Swift Audio Recording class. Reads buffers of input samples from the microphone using the iOS RemoteIO Audio Unit API
//
// RecordAudio.swift
//
// This is a Swift class (updated for Swift 5)
// that uses the iOS RemoteIO Audio Unit
// to record audio input samples,
// (should be instantiated as a singleton object.)
//
// Created by Ronald Nicholson on 10/21/16.
// Copyright © 2017,2019 HotPaw Productions. All rights reserved.
@leonid-s-usov
leonid-s-usov / 0_reuse_code.js
Last active February 21, 2024 12:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console