All Projects → KenanAtmaca → Kaudiorecorder

KenanAtmaca / Kaudiorecorder

İOS Audio Record & Play Helper Class 🔊

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Kaudiorecorder

Aural Player
An audio player for macOS, inspired by Winamp for Windows.
Stars: ✭ 256 (+1063.64%)
Mutual labels:  audio-player, avfoundation
RecPlayer-iOS
A simple iOS application that records audio and plays it back. (+some animations)
Stars: ✭ 21 (-4.55%)
Mutual labels:  avfoundation, audio-player
React Music Player
🎵 Maybe the best beautiful HTML5 responsive player component for react :)
Stars: ✭ 321 (+1359.09%)
Mutual labels:  audio-player
Lofi
🎵🔉 A mini Spotify player with WebGL visualizations.
Stars: ✭ 583 (+2550%)
Mutual labels:  audio-player
Audioplayer
A flutter plugin to play audio files iOS / Android / MacOS / Web ( Swift/Java )
Stars: ✭ 461 (+1995.45%)
Mutual labels:  audio-player
React Music Player
React,TS的音乐播放插件,歌词同步功能,适配PC和移动端;A music player build with react and typescript for mobile and PC
Stars: ✭ 357 (+1522.73%)
Mutual labels:  audio-player
Tau
Flutter plugin for sound. Audio recorder and player.
Stars: ✭ 527 (+2295.45%)
Mutual labels:  audio-player
Lbxscan
A barcode and qr code scanner (二维码、扫码、扫一扫、ZXing、ZBar、iOS系统AVFoundation扫码封装,扫码界面效果封装)
Stars: ✭ 3,133 (+14140.91%)
Mutual labels:  avfoundation
Ios tips
iOS的一些示例,持续更新中:1、AVFoundation 高仿微信相机拍摄和编辑 2、AVFoundation 人脸检测、实时滤镜、音视频编解码、GPUImage框架的使用等音视频相关内容 3、OpenGLES 4、LeetCode算法练习 5、iOS Crash防护和APM监控 6、WKWebView相关的内容 等........
Stars: ✭ 896 (+3972.73%)
Mutual labels:  avfoundation
Super Simple Raspberry Pi Audio Receiver Install
Super Easy installation to make your Raspberry Pi an Audio Receiver
Stars: ✭ 448 (+1936.36%)
Mutual labels:  audio-player
Celluloid
A simple GTK+ frontend for mpv
Stars: ✭ 541 (+2359.09%)
Mutual labels:  audio-player
Androidwithkotlin
🚀 These are android sample projects which are written in Kotlin. It covers video streaming, mp3 player, sqlite, location services, custom camera, o-notifications, simple compass etc.
Stars: ✭ 447 (+1931.82%)
Mutual labels:  audio-player
Canaree Music Player
Complete music player published in the Play Store. Heavily relies on Dagger, kotlin coroutines and Clean architecture.
Stars: ✭ 371 (+1586.36%)
Mutual labels:  audio-player
Vue Plyr
A Vue component for the plyr (https://github.com/sampotts/plyr) video & audio player.
Stars: ✭ 531 (+2313.64%)
Mutual labels:  audio-player
Sfbaudioengine
A toolbox of powerful audio functionality for macOS and iOS
Stars: ✭ 333 (+1413.64%)
Mutual labels:  audio-player
Wavideobox
秒级! 三行代码实现iOS视频压缩、变速、混音、合并、GIF水印、旋转、换音、裁剪 ! 支持不同分辩率,支持你能想到的各种混合操作! 扩展性强...更多功能不断增加中... iOS 8.0 + 有需要的功能或错误欢迎issue,笔者会及时更新
Stars: ✭ 707 (+3113.64%)
Mutual labels:  avfoundation
Qmplay2
QMPlay2 is a video and audio player which can play most formats and codecs.
Stars: ✭ 310 (+1309.09%)
Mutual labels:  audio-player
Skplayer
🎵 A simple & beautiful HTML5 music player
Stars: ✭ 437 (+1886.36%)
Mutual labels:  audio-player
Xr3player
🎧 🎼 Advanced JavaFX Media Player
Stars: ✭ 472 (+2045.45%)
Mutual labels:  audio-player
Euterpe
Real-time Audio-to-audio Karaoke Generation System for Monaural Music
Stars: ✭ 19 (-13.64%)
Mutual labels:  audio-player

KAudioRecorder

İOS Audio Record & Play Helper Class 🔊

Use

      var recorder = KAudioRecorder.shared
      recorder.recordName = "music"
Record & Stop & Control
      recorder.record()
      recorder.stop()
      recorder.isRecording // True | False 
Play & Stop & Control
      recorder.play()
      recorder.play(name:"music") // Recorded name
      recorder.stop()
      recorder.isPlaying // True | False 
Delete
      recorder.delete(name: "music") // Recorded name
Other
     recorder.isAuth() // True | False
     recorder.time // Decimal
     recorder.getTime() // String format
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].