Hello Krešimir. Happy Holidays! I am not sure if I am posting this in the right place.
I've been using the Theora Playback Library successfully with the Allegro game programming library and was wondering if it is posible to make TPL interface with Allegro's sound routines instead of openAL. I tried to take a look at the OpenAL_AudioInterface.cpp implementation but it's outside my technical skills. If you ever find the time to write an Allegro_AudioInterface.cpp wrapper then it would great.
Thank you for your time
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sorry, we don't use Allegro in our company and I doubt I'll have time to devote to it. But the audio interface was designed to be simple to use. you get audio data from the library, all you have to do is feed it to the allegro sound system.
alternately, you can play the audio from a separate file and use it to sync the video. check aprilvideo folder in the project's source code for a reference.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Krešimir. Happy Holidays! I am not sure if I am posting this in the right place.
I've been using the Theora Playback Library successfully with the Allegro game programming library and was wondering if it is posible to make TPL interface with Allegro's sound routines instead of openAL. I tried to take a look at the OpenAL_AudioInterface.cpp implementation but it's outside my technical skills. If you ever find the time to write an Allegro_AudioInterface.cpp wrapper then it would great.
Thank you for your time
Hi Jose,
sorry, we don't use Allegro in our company and I doubt I'll have time to devote to it. But the audio interface was designed to be simple to use. you get audio data from the library, all you have to do is feed it to the allegro sound system.
alternately, you can play the audio from a separate file and use it to sync the video. check aprilvideo folder in the project's source code for a reference.