allngth/ffmpeg-audio
Composer 安装命令:
composer require allngth/ffmpeg-audio
包简介
Audio converter.
README 文档
README
How this library works:
This library requires a working FFMpeg install. You will need FFMpeg binary to use it. Be sure that these binary can be located with system PATH to get the benefit of the binary detection, otherwise you should have to explicitly give the binaries path on load.
Use case for google speech
$res = $ffmpegAudio->inputFile('audio.mp3')
->outputFile('output.flac')
->outputSampleRate(16000)
->outputChannelCount(1)
->convert();
Useful links
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-09