Tempo and pitch on Windows/Android
オープン
- 主要言語
- Shell
- スター
- 403
- フォーク
- 44
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Some platforms/systems use a sampleRate of 48000. This results in faster, higher pitched play back. The fix is to use the `sampleRate` from the audio context:
```javascript
_loadSong(midiBuf) {
const optsPtr = this._lib._mid_alloc_options(
this._audioContext.sampleRate || DEFAULT_SAMPLE_RATE,
AUDIO_FORMAT,
NUM_CHANNELS,
BUFFER_SIZE
)
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。