gpt4 book ai didi

iphone - AVAudioPlayer 的 IOS 最大音量?

转载 作者:可可西里 更新时间:2023-11-01 03:05:27 25 4
gpt4 key购买 nike

我使用 AVAudioPlayer 播放 .caf 文件。我的问题是:声音不够大,无法达到我的目的。由于 iPhone 的铃声响亮得多,我想知道如何存档此音量。我已经尝试操作 .caf 文件但没有真正成功。有什么想法吗?

到目前为止我使用的代码:

    AVAudioPlayer *newPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL: url error: nil];
self.appSoundPlayer = newPlayer;
[newPlayer release];
[appSoundPlayer prepareToPlay];
[appSoundPlayer setVolume: 0.8];
[appSoundPlayer setDelegate: self];
[appSoundPlayer play];

编辑:

[appSoundPlayer setVolume: 1.0];

谢谢马丁

最佳答案

您始终可以将音量设置为实际最大值,例如:

[appSoundPlayer setVolume: 1.0];

除此之外,您可能必须自己编辑文件。

关于iphone - AVAudioPlayer 的 IOS 最大音量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9279233/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com