Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genedelisa/AVFoundationRecorder
Swift audio recorder using AVFoundation
https://github.com/genedelisa/AVFoundationRecorder
audio avfoundation ios recording
Last synced: 3 months ago
JSON representation
Swift audio recorder using AVFoundation
- Host: GitHub
- URL: https://github.com/genedelisa/AVFoundationRecorder
- Owner: genedelisa
- License: mit
- Created: 2014-08-13T17:57:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T15:10:10.000Z (almost 7 years ago)
- Last Synced: 2024-07-19T01:06:37.585Z (4 months ago)
- Topics: audio, avfoundation, ios, recording
- Language: Swift
- Size: 70.3 KB
- Stars: 180
- Watchers: 17
- Forks: 44
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AVFoundation Recorder
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://en.wikipedia.org/wiki/MIT_License)
[![Build Status](https://travis-ci.org/genedelisa/AVFoundationRecorder.svg)](https://travis-ci.org/genedelisa/AVFoundationRecorder)
[![GitHub tag](https://img.shields.io/github/tag/genedelisa/AVFoundationRecorder.svg)](https://github.com/genedelisa/AVFoundationRecorder/)
[![GitHub release](https://img.shields.io/github/release/genedelisa/AVFoundationRecorder.svg)](https://github.com/genedelisa/AVFoundationRecorder/)
[![GitHub commits](https://img.shields.io/github/commits-since/genedelisa/AVFoundationRecorder/3.0.0.svg)[![Swift 4](https://img.shields.io/badge/swift4-compatible-4BC51D.svg?style=flat")](https://developer.apple.com/swift)
[![Platforms iOS](https://img.shields.io/badge/Platforms-iOS-lightgray.svg?style=flat)](https://swift.org/)
[![Sponsors](https://img.shields.io/badge/Sponsors-Rockhopper%20Technologies-orange.svg?style=flat)](http://www.rockhoppertech.com/)
[![Twitter @GeneDeLisaDev](https://img.shields.io/twitter/follow/GeneDeLisaDev.svg?style=social)](https://twitter.com/GeneDeLisaDev)An audio recorder using AVFoundation updated for Swift 4.
This will save recordings in Apple Lossless format. You can change the recording settings to another format if you'd like.
The recordings are shown in a CollectionView. The cells will respond to single taps, double taps, and a long press to play, rename, or delete the sound file.
## Blog post for this example.
[Blog post](http://www.rockhoppertech.com/blog/avfoundation-audio-recording-with-swift/)
## Bugs
None observed.
[![GitHub issues](https://img.shields.io/github/issues/genedelisa/AVFoundationRecorder.svg)](https://github.com/genedelisa/AVFoundationRecorder/issues)
If you find one, [please add it to issues](https://github.com/genedelisa/AVFoundationRecorder/issues)
### Buy my kitty Giacomo some cat food
If this project is of any use to you, my ravenous Maine Coon kitty would like a snack.
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=F5KE9Z29MH8YQ&bnP-DonationsBF:btn_donate_SM.gif:NonHosted)
## Licensing
[MIT](https://en.wikipedia.org/wiki/MIT_License)
Please read the [LICENSE](LICENSE) for details.
## Credits
* [Gene De Lisa's development blog](http://rockhoppertech.com/blog/)
* [Gene De Lisa's music blog](http://genedelisa.com/)
* Twitter: [@GeneDeLisaDev](http://twitter.com/genedelisadev)