エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Python, Pitch shifting, and the Pianoputer - __del__( self )
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Python, Pitch shifting, and the Pianoputer - __del__( self )
Record a sound, change its pitch 50 times and assign each new sound to a key of your computer key... Record a sound, change its pitch 50 times and assign each new sound to a key of your computer keyboard. You get a Pianoputer ! A sound can be encoded as an array (or list) of values, like this: To make this sound play twice faster, we remove every second value in the array: By doing so we didn’t only halved the sound’s duration, we also doubled its frequency, making it higher-pitched than the orig

