Skip to content

Commit

Permalink
Add platform support table to README.md (#8)
Browse files Browse the repository at this point in the history
* Add platform support table to README.md

* Update README.md
  • Loading branch information
Unbreathable authored Apr 3, 2024
1 parent 0cd2853 commit 5c821cb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,16 @@ Please see the tests directory for more examples.
## Limitations

The voice activity detector and helper functions work only on mono-channel audio streams. If your use case involves multiple channels, you will need to split the channels and potentially interleave them again depending on your needs.

We have also currently not verified functionality with all platforms, here is what we tested:
| Windows | macOS | Linux |
| :-----: | :---: | :---: |
| 🟢 | 🟢 | 🟢 |

🟢 = Available

🔵 = Currently in the works

🟡 = Currently not tested

🔴 = Not working currently (possible in the future)

0 comments on commit 5c821cb

Please sign in to comment.