在我的应用程序中发出**嘟嘟声**?
可能的重复:
如何让 Iphone 发出蜂鸣声
嗨, 我有文本框和图像视图。 我有两张图像,分别命名为 CAT 和 DOG。 当我在文本框中输入文本时,图像视图将显示当前的命名图像。 如果我输入的单词不是 DOG 和 CAT(意味着:我的应用程序中没有与文本框值名称相同的图像)或者没有找到 url,我需要发出蜂鸣声。 谁能告诉我一种好方法。 现在我只是显示一个名为“无图像”的图像。在这种情况下我需要发出嘟嘟声。
Possible Duplicate:
How do you make an Iphone beep
hi,
i have text box and a image view.
i have two images named as CAT and DOG.
when i entered texts in my text box ,image view will display the curresponding named images.
if i entered a word that is not DOG and CAT(means: there is no image in my app same as text box value name) or there is no url found i need to make a beep sound.
can any one tell me a good way to do it.
now i am simply showing an image named as "no image". i need to make a beep sound at this situation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们可以使用
AVAudioPlayer
:播放
停止
We can use
AVAudioPlayer
:To play
To stop
请参阅此主题
如何让 iPhone 发出蜂鸣声?
这是
Iphone内置蜂鸣音效
您可能还想观看此视频
http://www.youtube.com/watch?v=iUDnUAveqtU
See this thread
How do you make an iPhone beep?
Another thread on this is
has Iphone built in beep sound effect
You may also wanted to see this video
http://www.youtube.com/watch?v=iUDnUAveqtU