Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリケーションは次のようになります: iOS トーン ジェネレータ (AudioUnits の紹介) もいくつかの信号を生成します。アプリ起動時の最大音量を設定したい。どうやってするの?どうも
次のようなことができます。
[Music setVolume:0.3]; [Music play];
0.0 は音量オフ、1.0 は最大音量を意味します。