iOS: Sound generation on iPad given Hz parameter? -


is there api in 1 of ios layers can use generate tone specifying hertz. i´m looking generate dtmf tone. link explains how dtmf tones consists of 2 tones:

http://en.wikipedia.org/wiki/telephone_keypad

which means should need playback of 2 tones @ same time...

so, exist:

somecleverplayerapi(697, 1336);

if spent whole morning searching this, , have found number of ways playback sound file, nothing on how generate specific tone. know, please...

check out au (audiounit) api. it's pretty low-level, can want. intro (that gives need) can found here:

http://cocoawithlove.com/2010/10/ios-tone-generator-introduction-to.html


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -