简体   繁体   English

android 4.1上的FLAC编解码器

[英]FLAC codec on android 4.1

docs for 4.1 state that FLAC codecs are supported. 4.1的文档声明支持FLAC编解码器。 However the mediarecorder.encoder list of codecs does not include FLAC. 但是,mediarecorder.encoder编解码器列表不包括FLAC。

If i want to record audio on flac at 16000Mhz so that the output can go direct to ..speech-api calls, i dont know what to do other than record to an intermediate format and then insert an ffmpeg step to get exactly what i need to send to the speech api. 如果我想在flac上以16000Mhz录制音频,以便输出可以直接转到..speech-api调用,我不知道除了记录到中间格式之外该做什么,然后插入一个ffmpeg步骤来获得我需要的确切内容发送到演讲api。

http://developer.android.com/reference/android/media/MediaRecorder.AudioEncoder.html http://developer.android.com/reference/android/media/MediaRecorder.AudioEncoder.html

above link has no mention of FLAC. 上面的链接没有提到FLAC。

http://developer.android.com/guide/appendix/media-formats.html http://developer.android.com/guide/appendix/media-formats.html

above link includes FLAC as core codec on 4.1. 上面的链接包括FLAC作为4.1的核心编解码器。

根据文档,对于高达v4.1的版本,有一个FLAC 解码器,但没有FLAC 编码器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM