alex9490 / editor-on-fire

Automatically exported from code.google.com/p/editor-on-fire
Other
0 stars 0 forks source link

Update ALOGG #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
According to the readme file, EOF is using ALOGG v1.0.3.  The current version 
is v1.3.7.

Besides preparing EOF's audio facilities for the migration to Allegro 5, there 
may be some additional benefits from using the latest version, such as the 
ability to encode OGG files (potentially removing the user's dependency of 
Oggenc) as well as the improved volume controls.

If you'd permit it, I'd like to update the source to include ALOGG v1.3.7.  If 
there is a reason that v1.0.3 has been kept, please let me know.

Original issue reported on code.google.com by raynebc on 27 Jul 2010 at 6:48

GoogleCodeExporter commented 8 years ago
The only thing I would ask is that you re-implement the mixer callback so I can 
still hook into the stream buffer just before the audio is sent to the driver. 
I also added endianess detection to fix problems with PowerPC-based Macs but 
surely that has been fixed in the newer version.

Original comment by xander4j...@yahoo.com on 5 Aug 2010 at 12:04

GoogleCodeExporter commented 8 years ago
I threw ALOGG v1.3.7 into EOF's source to see if it would work, but there are 
compile problems right off the bat.  Without examining the problems more, it 
looks like it's not going to be as simple as I'd hoped.

Original comment by raynebc on 27 Aug 2010 at 8:51

GoogleCodeExporter commented 8 years ago
EOF uses AllegroOGG which is not the same as AlOGG. The AllegroOGG version 
included with EOF is the latest version.

Original comment by xander4j...@yahoo.com on 16 Oct 2010 at 4:28