音高调整应用
在不更改播放长度的条件下,更改音频对象的音高.
In[1]:=
a = ExampleData[{"Audio", "MaleVoice"}, "Audio"]
向上调整音频对象的音高.
In[2]:=
AudioPitchShift[a, Quantity[2, IndependentUnit["semitones"]]]
向下调整音频对象的音高.
In[3]:=
AudioPitchShift[a, Quantity[-2, IndependentUnit["semitones"]]]