This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Hermes Lite 2 Basic Metis Protocol 1 Operation Emulator | |
// emulates Discovery and a 1 slice receiver (for IQ data from a file) | |
// uses UDP port 1024 | |
// | |
// cc fhl2e.c -lpthread -lm -o fhl2 | |
// | |
// ( "usage -n -f0 -g -sr -iq \n" ) | |
// for add noise, add tone frequency & gain, set sample rate, IQ filename | |
#define FHL2EVERSION ("1.0.102") // 2024-02-05 [email protected] |
OlderNewer