All Projects → yangkun19921001 → AudioManager

yangkun19921001 / AudioManager

Licence: other
这是一个 Android 端万能音频播放器,只要给我一个路径我就能进行播放。

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
kotlin
9241 projects
Makefile
30231 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to AudioManager

Mobile Ffmpeg
FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
Stars: ✭ 3,204 (+12223.08%)
Mutual labels:  ffmpeg, lame
FFmpeg-3.4-Android
This repository helps to compile FFmpeg 3.4 Version for Android using Android NDK Standalone Toolchain.
Stars: ✭ 23 (-11.54%)
Mutual labels:  ffmpeg, ndk
FFmpegAudioPlayer
基于FFmpeg+OpenSL ES实现的音频播放器,组合使用多种过滤器
Stars: ✭ 50 (+92.31%)
Mutual labels:  ffmpeg, opensles
Ffmpeg Android Maker
Contains a script that assembles FFmpeg library for Android
Stars: ✭ 207 (+696.15%)
Mutual labels:  ffmpeg, ndk
staxrip
StaxRip is a video encoding app for Windows with a unrivaled feature set and usability.
Stars: ✭ 132 (+407.69%)
Mutual labels:  ffmpeg
30-days-of-shade
30 days of shaders in GLSL using GLSLCanvas
Stars: ✭ 134 (+415.38%)
Mutual labels:  ffmpeg
QQVoiceChange
Android NDK项目,继承 fmod音频引擎 实现仿QQ变声效果,可实现对录音进行变声,如 萝莉、大叔、搞怪、惊悚、空灵等效果,带领大家熟悉使用Android Studio+ CMake 集成 fmod 等C/C++框架的流程。
Stars: ✭ 26 (+0%)
Mutual labels:  ndk
Ruurd-Movie-Maker
Simple video editor to cut/paste video, change playback speed and change volume
Stars: ✭ 20 (-23.08%)
Mutual labels:  ffmpeg
php-bpm-detect
php class for bpm detection
Stars: ✭ 22 (-15.38%)
Mutual labels:  ffmpeg
CAM
macOS camera recording using ffmpeg
Stars: ✭ 43 (+65.38%)
Mutual labels:  ffmpeg
nott
The New OTT Platform - an excuse to discuss and design a simple edge computing platform
Stars: ✭ 46 (+76.92%)
Mutual labels:  ffmpeg
yt-interval
Flask app to download YT videos in intervals. Eg. from start to 30 seconds: start-30
Stars: ✭ 47 (+80.77%)
Mutual labels:  ffmpeg
camstudio
CamStudio fork
Stars: ✭ 83 (+219.23%)
Mutual labels:  ffmpeg
reisen
A simple library to extract video and audio frames from media containers (based on libav).
Stars: ✭ 41 (+57.69%)
Mutual labels:  ffmpeg
scr
🎤 A Super CRappy SCReenshot & SCreen Recording SCRipt for Sound Cloud Rappers + audio recorder, yes (sponsored by https://git.io/kiwmi)
Stars: ✭ 16 (-38.46%)
Mutual labels:  ffmpeg
my-awesome-projects
Learn by doing projects
Stars: ✭ 48 (+84.62%)
Mutual labels:  ffmpeg
discord-ytdl-core
Simple ytdl wrapper for discord bots with custom ffmpeg args support.
Stars: ✭ 52 (+100%)
Mutual labels:  ffmpeg
NostalgiaLite
Three game emulators: FC(Nes), GG, GBC for Android
Stars: ✭ 85 (+226.92%)
Mutual labels:  ndk
MQPlayer
Android video player based on FFmpeg and Exoplayer
Stars: ✭ 20 (-23.08%)
Mutual labels:  ffmpeg
video-summarizer
Summarizes videos into much shorter videos. Ideal for long lecture videos.
Stars: ✭ 92 (+253.85%)
Mutual labels:  ffmpeg

AudioManager

介绍

功能点介绍:

功能点 是否完成
读取任意格式音频流 Yes
FFMPEG 音频解码为 PCM Yes
音频 Native OpenSL ES渲染 Yes
音频音量控制 Yes
拖动播放控制 Yes
声道切换 Yes
变调变速 Yes
变声
裁剪音频输出 PCM/MP3 等格式 Yes
边播边录制
音频编码为 AAC、MP3(OK)、WAV

版本记录

v1.0.2

  • 集成 lame 具备 pcm 编码 MP3 能力
  • 将 ffmpeg 静态库替换为动态库

v1.0.1

  • AudioControlManager##stop 会导致 crash 等开发完了在解决->已解决。
  • seek 崩溃已解决
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].