Skip to content

CoderHuiYu/ZLRecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecodeVoice

Usage

Swift

  1. Ensure your view controller conforms to the RecordViewProtocol protocol:
class  YourViewController: RecordViewProtocol{
    func endConvertWithData(_ data: NSData) {
        voiceData = data
        // YourViewController code here
    }
}

About

record voice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages