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.
我sound pool用来播放短声音文件android,但我想播放声音,例如,如果我单击一个按钮播放声音并再次单击该按钮,我不想播放声音只要它已经在玩了。如何 ?
sound pool
android
看起来您应该使用 MediaPlayer 类而不是 soundpool 来实现此结果,并结合 OnClickListener。
一个简单的 StackOverflow 搜索返回以下内容: