SkillAgentSearch skills...

ToneGenerator

A wrapper for Matt Gallagher's fantastic tone generating code

Install / Use

/learn @zumbojo/ToneGenerator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ToneGenerator

A simple tone generator for iOS, made using Matt Gallagher's fantastic tone generating code. ToneGenerator is a portable class that you can drop in your app and create tones, like so:

  1. Copy ToneGenerator.h and ToneGenerator.m into your project.
  2. #import "ToneGenerator.h"
ToneGenerator *toneGenerator = [[ToneGenerator alloc] init];
toneGenerator.frequency = 10000; // 10 KHz
[toneGenerator start];

ToneGenerator is a bit basic right now; lots of changes likely await as I use it in actual projects.

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks2

Languages

Objective-C

Security Score

55/100

Audited on Sep 11, 2024

No findings