语言

Menu
Sites
Language
Sound effects

Hello. How to play a sound effects in app ? I used "Tizen::Media::Player" for playing background music , but I don't know how to plays a short sound effects.

响应

2 回复
Kamil N

Przemek,

I think Media::Player is only way to play music (short sounds). I used it in my app and it works ok, but maybe someone has better idea to play short sound effetcts. Maybe try to set two instances of static class with Media::Player. One for bacgrkound music and one for effects.

 

Kamil

Slawek Kowalski

I use Media::Player in my apps/games. It works quit good except looping (gap after finish playback).