picciano / iOS-Tone-Generator

Tone Generator for iOS
47 stars 15 forks source link

How to improve the volume? #3

Open shuijinliuxi opened 9 years ago

shuijinliuxi commented 9 years ago

The volume of tone is too low, how do I improve the volume?

picciano commented 9 years ago

Try adjusting the level passed in as the volume: I had been using values up to .25, but might be worth some experimentation. - (id)initWithFrequency:(double)hertz amplitude:(double)volume;