All Projects → liunianhuaguoyanxi → ZWAudioRecordTool

liunianhuaguoyanxi / ZWAudioRecordTool

Licence: Apache-2.0 license
集合了MP3和AMR转录,线上正常运行(Recording MP3 and AMR In iOS App)

Programming Languages

c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language
Objective-C++
1391 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to ZWAudioRecordTool

Mediafile
A unified reader of metadata from audio & video files.
Stars: ✭ 138 (+331.25%)
Mutual labels:  mp3, amr
Recorder
html5 js 录音 mp3 wav ogg webm amr 格式,支持pc和Android、ios部分浏览器、和Hybrid App(提供Android IOS App源码),微信也是支持的,提供H5版语音通话聊天示例 和DTMF编解码
Stars: ✭ 2,891 (+8934.38%)
Mutual labels:  mp3, amr
Musicplayer
A minimal music player built on electron.
Stars: ✭ 145 (+353.13%)
Mutual labels:  mp3
Savify
Download Spotify songs to mp3 with full metadata and cover art!
Stars: ✭ 227 (+609.38%)
Mutual labels:  mp3
Youtube Mp3 Downloader
Extract music from YouTube videos
Stars: ✭ 187 (+484.38%)
Mutual labels:  mp3
Audio Steganography Algorithms
A Library of Audio Steganography & Watermarking Algorithms
Stars: ✭ 146 (+356.25%)
Mutual labels:  mp3
Xmlyfetcher
喜马拉雅音频下载工具
Stars: ✭ 203 (+534.38%)
Mutual labels:  mp3
Qmc Decoder
Fastest & best convert qmc 2 mp3 | flac tools
Stars: ✭ 1,941 (+5965.63%)
Mutual labels:  mp3
Flacon
Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.
Stars: ✭ 252 (+687.5%)
Mutual labels:  mp3
Atldotnet
Fully managed, portable and easy-to-use C# library to read and edit audio data and metadata (tags) from various audio formats, playlists and CUE sheets
Stars: ✭ 180 (+462.5%)
Mutual labels:  mp3
Recorder.js
🎤HTML5 Recorder - mp3 output
Stars: ✭ 229 (+615.63%)
Mutual labels:  mp3
Audioplayer
Audio Player for Nextcloud and ownCloud
Stars: ✭ 179 (+459.38%)
Mutual labels:  mp3
Ni Media
NI Media is a C++ library for reading and writing audio streams.
Stars: ✭ 158 (+393.75%)
Mutual labels:  mp3
Spotifydownload
A dependency-free Spotify playlist downloader that should just work
Stars: ✭ 245 (+665.63%)
Mutual labels:  mp3
Youget
YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
Stars: ✭ 169 (+428.13%)
Mutual labels:  mp3
Electron Youtube To Mp3 Converter
Electron Youtube to Mp3 Converter and downloader
Stars: ✭ 137 (+328.13%)
Mutual labels:  mp3
Symphonia
Pure Rust multimedia format demuxing, tag reading, and audio decoding library
Stars: ✭ 191 (+496.88%)
Mutual labels:  mp3
meta-audio
A PHP library to read and write metadata tags to audio files (MP3, ID3, APE, etc)
Stars: ✭ 32 (+0%)
Mutual labels:  mp3
Precomp Cpp
Precomp, C++ version - further compress already compressed files
Stars: ✭ 250 (+681.25%)
Mutual labels:  mp3
Esp32 Audioi2s
Play mp3 files from SD via I2S
Stars: ✭ 226 (+606.25%)
Mutual labels:  mp3

ZWAudioRecordTool

Recording MP3 and AMR In iOS App

最近在做IM项目,涉及语音通讯,需要选择一款优良的通讯格式,

由于iOS原生不支持录制AMR格式和MP3格式,但是这两个格式是目前移动端比较喜爱的选择。

AMR录制与转换需要用到三方库

MP3格式录制与转换也需要用到三方库,而且需要自己编译并构建Lame静态库(支持模拟器与真机调试)

最终效果,集合了MP3和AMR转录,线上正常运行

PS:最开始倾向于AMR语音通讯,因为AMR体积很小,很省流量,但是PC端播放AMR同样需要转码,耗时用户体验不好,最后选择中庸但流行的MP3作为语音通讯的桥梁

实例图:

image

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].