Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moriyasum/GtkAda_OpenAL_Doppler_Effect_Sample2
GTKAda OpenAL Sample Program. Moving airplane causes Doppler effect.
https://github.com/moriyasum/GtkAda_OpenAL_Doppler_Effect_Sample2
Last synced: 14 days ago
JSON representation
GTKAda OpenAL Sample Program. Moving airplane causes Doppler effect.
- Host: GitHub
- URL: https://github.com/moriyasum/GtkAda_OpenAL_Doppler_Effect_Sample2
- Owner: moriyasum
- Created: 2022-06-02T07:37:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T05:52:04.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T20:45:40.144Z (3 months ago)
- Language: Ada
- Size: 2.18 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ada - doppler-effect-sample2 - Moving airplane causes Stereo Sound Doppler effect ([gtkada]). (Applications / Simulation)
README
# GtkAda_OpenAL_Doppler_Effect_Sample2
Moving airplane causes Stereo Sound Doppler effect.
GTKAda: Adacore 2020, Source Airplane moving in the screen and the Listner location is relocatable.
OpenAL: Coreland 1.1.1, Stereo Doppler effect, Soure: 1000Hz PCM Mono tone sound file.
Timer Interrupt: Locate next position, Cycle: Programmable.
X,Y Location: Calculation X=Sin(2*Pi*t)+X0, Y=Sin(2*Pi*t)+Y0.
Doppler Effect: OpenAL calculates with relative speed.
OS: Ubuntu 20.04.4.
Detail: https://n7sd.com/ada1-2/openal-with-gtkada-gui-sample2/