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.
プログラムでサンプル レートを変更して、オーディオ ファイルのピッチを変更したいと考えています。AVAudioRecorder を使用してファイルを録音しています。AVAudioPlayer 内の設定パラメーターに気付きましたが、読み取り専用です。誰でも手を差し伸べることができますか?:)
記録プロセスが返すデータを操作することができます。これは通常、DSP で使用する方法です。音速の単純な変更は、リサンプリングで行うことができます。
こちらをご覧ください