VoiceMemosClone icon indicating copy to clipboard operation
VoiceMemosClone copied to clipboard

A clone for Apple's Voice Memos app.

Results 10 VoiceMemosClone issues
Sort by recently updated
recently updated
newest added

I can successfully record and write files but every now and then (around 10% of the times) it fails and the file ends up with 0 seconds length. It doesn't...

Hello sir, I am getting below error while recording audio in foreground **Error:** required condition is false: [AVAudioIONodeImpl.mm:1064:SetOutputFormat: (format.sampleRate == hwFormat.sampleRate)] Xcode :11.4.1 Language swift 4.2 MacOS: Catalina version 10.15.5...

It's not working in the background.

Does it work only if AVFormatIDKey = kAudioFormatLinearPCM and file format ".wav" ? I tried changing to kAudioFormatAppleLossless and ".m4a" format and its not working.

I tried increasing my device volume to full still the sound is very low

While recording I'm able to see the waves, but there is no change in the waves according to voice. Its static always. Please correct me if I'm wrong anywhere. ![Simulator...

I found a solution for the autolayout fix needed in RecorderViewController. First change the setupAudioView() function in RecorderViewController.swift `fileprivate func setupAudioView() { view.addSubview(audioView) audioView.translatesAutoresizingMaskIntoConstraints = false audioView.leadingAnchor.constraint(equalTo: view.layoutMarginsGuide.leadingAnchor).isActive = true...

The RecorderViewController is currently not draggable. Make it draggable to achieve more similarity between it and Apple's Voice Memos app.

enhancement