Update index.html
Browse files- 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;
|