objective c - How to generate a sound with specific frequency (and be able to change the frequency) -


I'm exploring a way to create a sound with a specific frequency in Objective-C.

And to make sound effects, be able to change this frequency based on other factors.

Try, which is a programming language that defines and therefore creates music file format of Csound .csd (or .orc and .sco). This music score and equipment are included. It is also available in iOS and Android platforms. You can download it from: Download the "iOS" version.

In the zip, there is an example app. In this example, there is a test case called "Signal Test 1", which is The CCD reads the file.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -