Replace stb_vorbis with libogg+libvorbis

This commit is contained in:
Ellen Poe
2021-09-09 18:54:18 -07:00
parent 0d5e13cd80
commit f5d9c7b487
36 changed files with 1046 additions and 6041 deletions

View File

@@ -270,7 +270,7 @@
Converts UTF-8 encoded array to [String]. Slower than [method get_string_from_ascii] but supports UTF-8 encoded data. Use this function if you are unsure about the source of the data. For user input this function should always be preferred. Returns empty string if source array is not valid UTF-8 string.
</description>
</method>
<method name="has">
<method name="has" qualifiers="const">
<return type="bool" />
<argument index="0" name="value" type="int" />
<description>