Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はkitchensinkオーディオ録音を使用しましたが、オーディオファイルをcaf形式で保存した後、録音が低すぎます。チタンモバイルで高可聴性と品質でオーディオを録音する方法はありますか?
提案してください。
前もって感謝します。
高品質のオーディオ録音を行うには、圧縮に「MP4」ファイル形式を使用してみてください。
var recording = Ti.Media.createAudioRecorder(); recording.compression = Titanium.Media.AUDIO_FILEFORMAT_MP4;