godot-demo-projects/audio/mic_record/README.md

18 lines
426 B
Markdown
Raw Normal View History

2020-03-09 08:48:22 +01:00
# Audio Mic Record
This is an example showing how one can record audio from
the microphone and later play it back or save it to a file.
With an addition on how to change the format, mix rate and
stereo settings of the recording.
2020-03-09 08:48:22 +01:00
Language: GDScript
Renderer: Vulkan Mobile
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/527
## Screenshots
![Screenshot](screenshots/mic_record.png)