diff options
author | bonmas14 <bonmas14@gmail.com> | 2023-10-25 00:56:28 +0300 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2023-10-25 00:56:28 +0300 |
commit | e74eed094b929852187dd33bd35b9252f346a274 (patch) | |
tree | 9566586914265daaab7f44a78e3ca65c2d851d94 | |
parent | 90a8f817662a8dd59cd41ba8d99faa517a106c57 (diff) | |
parent | 610721d15e20197d381d371443247aa2dadf6af4 (diff) | |
download | RayRoom-e74eed094b929852187dd33bd35b9252f346a274.tar.gz RayRoom-e74eed094b929852187dd33bd35b9252f346a274.zip |
Merge branch 'master' of https://github.com/Bonmas-Technologies/RayRoom
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1 +1,11 @@ -# RayRoom
\ No newline at end of file +# RayRoom +**_Ray tracing the sound_** + +The purpose of this project is to make simple 2D reverb effect with ray tracing technique. + +Goals: ++ Realtime audio processing ++ Work on average machine ++ Obstacles types and configuration of them ++ Proper work with audio sources ++ Low memory cost (small buffers) |