質問編集履歴

2

タイトルの変更

2020/05/19 06:35

投稿

jonybee
jonybee

スコア8

test CHANGED
@@ -1 +1 @@
1
- Web Audio APIのcreateBufferSourceをタグを使わずに再生させることは可能でしょうか?
1
+ Web Audio APIのcreateMediaStreamSourceをタグを使わずに再生させることは可能でしょうか?
test CHANGED
File without changes

1

記述にミスがあったため修正しました

2020/05/19 06:35

投稿

jonybee
jonybee

スコア8

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- ・audioタグを使用した再生のパターン
13
+ ・audioタグを使用した再生の
14
14
 
15
15
  ```
16
16
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  source = audioContext.createMediaStreamSource(stream);
20
20
 
21
- audioDestination = this.audioContext.createMediaStreamDestination();
21
+ audioDestination = audioContext.createMediaStreamDestination();
22
22
 
23
23
  gainNode = audioContext.createGain();
24
24