Skip to content

Commit e55e8c1

Browse files
authored
Remove a reference to vorbis needing native libs
1 parent 21737b0 commit e55e8c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Alternatively, you can consult the table below:
6464
| CELT || | |
6565
| AT9 || | |
6666
| XWMA || | |
67-
| VORBIS | ✔️ | ogg | Requires native libraries on user's system. |
67+
| VORBIS | ✔️ | ogg | |
6868

6969
# Acknowledgements
7070

@@ -73,4 +73,4 @@ This project uses:
7373
- [NAudio.Core](https://github.com/naudio/NAudio) to do the same thing but for WAV files.
7474
- [BitStreams](https://github.com/rubendal/BitStream) for parsing vorbis header data.
7575

76-
It also uses System.Text.Json.
76+
It also uses System.Text.Json.

0 commit comments

Comments
 (0)