wok diff opusfile/description.txt @ rev 25087
Up alpine (2.26)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 17 09:35:48 2022 +0000 (2022-06-17) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/opusfile/description.txt Fri Jun 17 09:35:48 2022 +0000 1.3 @@ -0,0 +1,7 @@ 1.4 +The opusfile library provides seeking, decode, and playback 1.5 +of Opus streams in the Ogg container (.opus files) including 1.6 +over http(s) on posix and windows systems. 1.7 + 1.8 +Opusfile depends on libopus and libogg. 1.9 +The included opusurl library for http(s) access depends on 1.10 +opusfile and openssl.