Improve AudioStreamSample and AudioStreamGenerator documentation

- Add a link to the audio generator demo in AudioStreamGenerator
  and AudioStreamGeneratorPlayback.
- Mention that signed PCM8 data is expected in AudioStreamSample
  (and how to convert unsigned PCM8 to signed PCM8).
This commit is contained in:
Hugo Locurcio
2019-08-31 20:14:58 +02:00
parent b17b51d970
commit b0c8d12a63
3 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
<description>
</description>
<tutorials>
<link>https://github.com/godotengine/godot-demo-projects/tree/master/audio/generator</link>
</tutorials>
<methods>
<method name="can_push_buffer" qualifiers="const">