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: 2 months ago
JSON representation

GTKAda OpenAL Sample Program. Moving airplane causes Doppler effect.

Lists

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/