Skip to content

Commit 0039cb8

Browse files
committed
feat: update readme
1 parent 2799839 commit 0039cb8

2 files changed

Lines changed: 89 additions & 85 deletions

File tree

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,28 @@ This project aims to run Web Audio API in Android with javascript code. Most of
77

88
Now it supports following Web Audio feature:
99

10-
| Features | Interface Support State | Test State |
11-
| --------------------------- | ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
12-
| AudioBuffer | <font color="green">Full Support</font> | <font color="yellow">Not Pass All Wpt Test (lack support of "ConvolverNode", "ChannelMergerNode")</font> |
13-
| AudioContext | <font color="green">Partial Support</font> | <font color="yellow">Not Test Yet</font> |
14-
| AudioDestinationNode | <font color="yellow">Full Support</font> | <font color="green">Complete</font> |
15-
| AudioNode | <font color="yellow">Partial Support</font> | <font color="red">Not Test Yet</font> |
16-
| AudioParam | <font color="yellow">Partial Support</font> | <font color="red">Not Test Yet</font> |
17-
| AudioScheduledSourceNode | <font color="yellow">Partial Support</font> | <font color="grey">No Wpt Test</font> |
18-
| BaseAudioContext | <font color="yellow">Partial Support</font> | <font color="grey">No Wpt Test</font> |
19-
| OfflineAudioCompletionEvent | <font color="yellow">Partial Support</font> | <font color="grey">No Wpt Test</font> |
20-
| OfflineAudioContext | <font color="yellow">Partial Support</font> | <font color="green">Complete</font> |
21-
| OscillatorNode | <font color="yellow">Partial Support</font> | <font color="yellow">Not Pass All Wpt Test (lack support of "ChannelMergerNode")</font> |
22-
| GainNode | <font color="green">Full Support</font> | <font color="yellow">Not Pass All Wpt Test (lack support of "ChannelMergerNode")</font> |
23-
| DelayNode | <font color="green">Full Support</font> | <font color="yellow">Not Pass All Wpt Test (lack support of "ConstantSourceNode", "ChannelSplitterNode", "ChannelMergerNode")</font> |
24-
| AudioBufferSourceNode | <font color="green">Full Support</font> | <font color="yellow">Not Pass All Wpt Test (lack support of "AudioWorkletNode", "ChannelMergerNode", "EventListener", "decodeAudioData", "setValueAtTime")</font> |
10+
| Features | Interface Support State | Test State |
11+
| --------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------------- |
12+
| AudioBuffer | ![Static Badge](https://img.shields.io/badge/Full_Support-green) | ![Static Badge](https://img.shields.io/badge/Not_Pass_All_Wpt_Test-orange) |
13+
| AudioContext | ![Static Badge](https://img.shields.io/badge/Partial_Support-orange) | ![Static Badge](https://img.shields.io/badge/Not_Test_Yet-%23FF0000) |
14+
| AudioDestinationNode | ![Static Badge](https://img.shields.io/badge/Full_Support-green) | ![Static Badge](https://img.shields.io/badge/Complete-green) |
15+
| AudioNode | ![Static Badge](https://img.shields.io/badge/Partial_Support-orange) | ![Static Badge](https://img.shields.io/badge/Not_Test_Yet-%23FF0000) |
16+
| AudioParam | ![Static Badge](https://img.shields.io/badge/Partial_Support-orange) | ![Static Badge](https://img.shields.io/badge/Not_Test_Yet-%23FF0000) |
17+
| AudioScheduledSourceNode | ![Static Badge](https://img.shields.io/badge/Partial_Support-orange) | ![Static Badge](https://img.shields.io/badge/No_Wpt_Test-grey) |
18+
| BaseAudioContext | ![Static Badge](https://img.shields.io/badge/Partial_Support-orange) | ![Static Badge](https://img.shields.io/badge/No_Wpt_Test-grey) |
19+
| OfflineAudioCompletionEvent | ![Static Badge](https://img.shields.io/badge/Partial_Support-orange) | ![Static Badge](https://img.shields.io/badge/No_Wpt_Test-grey) |
20+
| OfflineAudioContext | ![Static Badge](https://img.shields.io/badge/Partial_Support-orange) | ![Static Badge](https://img.shields.io/badge/Complete-green) |
21+
| OscillatorNode | ![Static Badge](https://img.shields.io/badge/Partial_Support-orange) | ![Static Badge](https://img.shields.io/badge/Not_Pass_All_Wpt_Test-orange) |
22+
| GainNode | ![Static Badge](https://img.shields.io/badge/Full_Support-green) | ![Static Badge](https://img.shields.io/badge/Not_Pass_All_Wpt_Test-orange) |
23+
| DelayNode | ![Static Badge](https://img.shields.io/badge/Full_Support-green) | ![Static Badge](https://img.shields.io/badge/Not_Pass_All_Wpt_Test-orange) |
24+
| AudioBufferSourceNode | ![Static Badge](https://img.shields.io/badge/Full_Support-green) | ![Static Badge](https://img.shields.io/badge/Not_Pass_All_Wpt_Test-orange) |
2525

2626
more detail info is descript [here](./js_api_define/features.md).
2727

28+
![Static Badge](https://img.shields.io/badge/Pass-green)
29+
![Static Badge](https://img.shields.io/badge/Not_Pass_All-orange)
30+
![Static Badge](https://img.shields.io/badge/Not_Test-%23FF0000)
31+
2832
# Build & Run
2933

3034
1. run `npm install` for installing dependency

0 commit comments

Comments
 (0)