Fernando Jiménez Moreno
|
e0e1f5f900
|
Implement AudioBufferSourceOptions.AudioBuffer and always keep servo media audio buffer updated
|
2018-09-19 06:54:17 +02:00 |
|
Fernando Jiménez Moreno
|
5307766ed2
|
Check AudioBuffer options constraints
|
2018-09-19 06:54:16 +02:00 |
|
Fernando Jiménez Moreno
|
b8ade93538
|
Throw when trying to copy AudioBuffer data from or to a SharedArrayBuffer
|
2018-09-19 06:54:16 +02:00 |
|
Fernando Jiménez Moreno
|
e80ac0000f
|
Fix AudioBuffer crash. Do not modify number of channels while moving from shared to js channels
|
2018-09-19 06:54:16 +02:00 |
|
Fernando Jiménez Moreno
|
f423ede07f
|
Add support for multichannel decoded audio
|
2018-09-11 10:38:56 +02:00 |
|
Alan Jeffrey
|
74c1e00d81
|
Upgraded to SM 60
|
2018-08-20 18:22:29 -04:00 |
|
Manish Goregaokar
|
a1fe48d721
|
Use JS_GetArrayBufferViewBuffer with JS_DetachArrayBuffer
|
2018-07-30 16:42:38 -07:00 |
|
Fernando Jiménez Moreno
|
b738d9a912
|
Throw if AudioBufferSourceNode.Start params are negative
|
2018-07-30 19:54:55 +02:00 |
|
Fernando Jiménez Moreno
|
ce828c0071
|
Get rooting out of AudioBuffer::new_inherited
|
2018-07-30 14:24:42 +02:00 |
|
Fernando Jiménez Moreno
|
6aaf5806b1
|
OfflineAudioContext
|
2018-07-30 14:23:48 +02:00 |
|
Fernando Jiménez Moreno
|
acb03603b6
|
Fire AudioScheduledSourceNode.onended when playback stops
|
2018-07-30 14:23:46 +02:00 |
|
Fernando Jiménez Moreno
|
c9ff1b9f57
|
Enter compartment during AudioBuffer creation
|
2018-07-30 14:23:46 +02:00 |
|
Fernando Jiménez Moreno
|
596640595c
|
Root JS channels during AudioBuffer construction
|
2018-07-30 14:23:46 +02:00 |
|
Fernando Jiménez Moreno
|
c617ca0d30
|
Remove commented code
|
2018-07-30 14:23:46 +02:00 |
|
Fernando Jiménez Moreno
|
477907e578
|
Do not copy initial data during AudioBuffer construction and use JS_DetachArrayBuffer
|
2018-07-30 14:23:45 +02:00 |
|
Fernando Jiménez Moreno
|
b26a3bd31b
|
rustfmt
|
2018-07-30 14:21:46 +02:00 |
|
Fernando Jiménez Moreno
|
3fc9ecace0
|
Make restore_js_channel_data unsafe
|
2018-07-30 14:21:46 +02:00 |
|
Manish Goregaokar
|
b7730da37d
|
Add spec link to AudioBuffer::Constructor
|
2018-07-30 14:21:46 +02:00 |
|
Manish Goregaokar
|
02aaf55cd3
|
Pass global to AudioBuffer::new_inherited
|
2018-07-30 14:21:46 +02:00 |
|
Fernando Jiménez Moreno
|
b87fc17b4b
|
decodeAudioData
|
2018-07-30 14:21:44 +02:00 |
|
Fernando Jiménez Moreno
|
4cadc336a9
|
AudioBuffer CopyFromChannel and CopyToChannel
|
2018-07-30 14:21:43 +02:00 |
|
Fernando Jiménez Moreno
|
23f7a73622
|
Copy AudioBufferSourceNode buffer
|
2018-07-30 14:21:43 +02:00 |
|
Fernando Jiménez Moreno
|
356d7fd7a6
|
createBufferSource and buffer setter on buffer source node
|
2018-07-30 14:21:43 +02:00 |
|
Fernando Jiménez Moreno
|
25a74a75ea
|
Create AudioBuffer from BaseAudioContext
|
2018-07-30 14:21:42 +02:00 |
|
Fernando Jiménez Moreno
|
cb16c596b3
|
AudioBuffer.GetChannelData and internal storage
|
2018-07-30 14:21:42 +02:00 |
|
Fernando Jiménez Moreno
|
3fe38a99ad
|
AudioBuffer stub
|
2018-07-30 14:21:42 +02:00 |
|