soiz1 commited on
Commit
8850574
·
1 Parent(s): ae3e52a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -0
index.html CHANGED
@@ -1167,6 +1167,8 @@ document.addEventListener('DOMContentLoaded', function() {
1167
  // 新しいaudio要素を作成
1168
  combinedAudioElement = new Audio(url);
1169
  combinedAudioElement.preservesPitch = true;
 
 
1170
  combinedAudioElement.playbackRate = currentPlaybackRate;
1171
 
1172
  isAudioCombined = true;
 
1167
  // 新しいaudio要素を作成
1168
  combinedAudioElement = new Audio(url);
1169
  combinedAudioElement.preservesPitch = true;
1170
+ combinedAudioElement.mozPreservesPitch = true;
1171
+ combinedAudioElement.webkitPreservesPitch = true;
1172
  combinedAudioElement.playbackRate = currentPlaybackRate;
1173
 
1174
  isAudioCombined = true;