mp3 ファイルのサンプリング レートを試して、caf 形式に変換しています。afconvert -f caff -d LEI16@44100 ./fricatives_play_all.mp3 ./test.caf afconvert -f caff -d LEI16@22100 ./fricatives_play_all.mp3 ./test.caf afconvert -f caff -d LEI16@12000 ./fricatives_play_all .mp3 ./test.caf afconvert -f caff -d LEI16@20100 ./fricatives_play_all.mp3 ./test.caf afconvert -f caff -d LEI16@15100 ./fricatives_play_all.mp3 ./test.caf afconvert -f caff - d LEI16@14100 ./fricatives_play_all.mp3 ./test.caf afconvert -f caff -d LEI16@13100 ./fricatives_play_all.mp3 ./test.caf afconvert -f caff -d LEI16@44100 -c 1 ./fricatives_play_all.mp3 ./test.caf afconvert -f caff -d LEI16@13100 -c 1 ./fricatives_play_all.mp3 ./test.caf afconvert -f caff -d LEI16@22100 -c 1 ./test ./test2.caf
mp3 ファイルを caf ファイルに変換するために、上記のように異なるサンプリング レートを使用しました。たとえば、38.5 MB のファイルの場合:
サンプリングレート サイズ 15,100 72.6 MB 14,100 67.8 MB 13,100 63 MB
ご覧のとおり、サンプリング レートが低いほどファイル サイズは小さくなりますが、品質は徐々に低下します。この問題についてより多くの洞察を提供していただければ、本当に感謝しています。