Skip to content

Instantly share code, notes, and snippets.

View emartinson's full-sized avatar
👾
Making great things

Eugene Martinson emartinson

👾
Making great things
View GitHub Profile
//
// Example of Using AVAudioPlayer
// to play a buffer of (synthesized) audio samples from memory
// by converting a [Float] buffer into an in-memory WAV file
//
// Copyright © 2019 Ronald H Nicholson Jr. All rights reserved.
// (re)Distribution permitted under the 3-clause New BSD license.
//
import Foundation