godot-demo-projects/audio/mic_record
Hugo Locurcio 1d5184e235
Update most demos for Godot 4.0.beta10 (#782)
2023-01-05 16:50:17 +01:00
..
screenshots Adding settings for mix_rate, stereo and format for Mic Record Demo 2022-04-03 14:00:26 +09:00
Intro.ogg
Intro.ogg.import Update most demos for Godot 4.0.beta10 (#782) 2023-01-05 16:50:17 +01:00
MicRecord.gd Update most demos for Godot 4.0.beta10 (#782) 2023-01-05 16:50:17 +01:00
MicRecord.tscn Update most demos for Godot 4.0.beta10 (#782) 2023-01-05 16:50:17 +01:00
README.md Adding settings for mix_rate, stereo and format for Mic Record Demo 2022-04-03 14:00:26 +09:00
default_bus_layout.tres Update most demos for Godot 4.0.beta10 (#782) 2023-01-05 16:50:17 +01:00
icon.png New Icons for 4.0-dev demos: 2022-04-20 10:31:44 +09:00
icon.png.import Update most demos for Godot 4.0.beta10 (#782) 2023-01-05 16:50:17 +01:00
project.godot Update most demos for Godot 4.0.beta10 (#782) 2023-01-05 16:50:17 +01:00

README.md

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.

Language: GDScript

Renderer: Vulkan Mobile

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/527

Screenshots

Screenshot