简体   繁体   中英

Audio cutter native iOS element

I create an app with audio elements, which are stored in File Manager. I need to make crop/trim/cut feature for the records. But I have stuck on UI. I saw a lot of libraries for cut video, but there are nothing for the audio. So my goal to make similar screen and use similar elements as we can see on iPhone audio cutter:

在此处输入图像描述

What is the UI element for audio wave (it is also scrolling when audio plays)? What is the UI element for cutter on audio wave (yellow)? What is the UI element in the bottom for audio cutting feature?

UPD:

I found the tutorial of cloning standart "Voice Memos" app, but without trim feature

UI element for audio wave - https://stackoverflow.com/a/64709493/13296047 . This post answers exactly how to create a audio wave from recorded audio.

UI element for cutting an audio wave - https://stackoverflow.com/a/52062837/13296047

UI element in the bottom for audio cutting feature - https://stackoverflow.com/a/40670853/13296047

This is a very good Voice Memos clone you can use for reference: https://github.com/HassanElDesouky/VoiceMemosClone

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM