2022-03-12 18:05:35 -03:00
|
|
|
# ptt_talk
|
2022-03-12 18:09:23 -03:00
|
|
|
|
|
|
|
This only works with minetest 5.5
|
|
|
|
|
|
|
|
This mod is divided into two parts.
|
|
|
|
The first part, in lua, runs on the server, creates a port to receive files from users, in case, ogg files
|
2022-03-13 22:10:52 -03:00
|
|
|
The second is a C++ program to record the voice and send to minetest. You start the recording hiting ALT key.
|
|
|
|
To stop the record just type ALT again., The record will stop automatically at 10 seconds.
|
2022-03-12 18:09:23 -03:00
|
|
|
|
|
|
|
Then when the server receives the audio file, it will play it
|
|
|
|
|
|
|
|
have fun
|