语言

Menu
Sites
Language
Media API to edit audio data

Hi,

 

I want to read audio file from storage and trim it based on timestamp. I am able to read audio file using Tizen Content API and play it using Tizen Native Player, but I am not able to find any API to trim or edit audio file. Are there any API available in Tizen or some library?

 

Regards,

Sangeeta

响应

1 回复
Alex Ashirov

Hi,

As far as I know there is no such API. You can only use Tizen::Media::Player::SeekTo() in order to move to the current playback position. But I am not sure that this is exactly what you are looking for.