m0j0hn / editor-on-fire

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

Audio gain #202

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Can you add an audio gain feature. When an audio file is put into EOF the audio 
is considerably quieter than it should be and it makes it extremely hard to 
hear a lot of things in the song, especially if the song was quiet to being 
with.

Also, if possible make it so that you can gain and ungain it to the original 
volume at any time during charting and allow it so that the charter can decide 
if the gain is saved to the .ogg or not. If that would be possible that would 
be fantastic!

Original issue reported on code.google.com by 8Be...@gmail.com on 12 Nov 2010 at 5:21

GoogleCodeExporter commented 9 years ago
The problem is that if FoF is to play multiple audio files at once, raising the 
gain on the audio tracks could increase the chance of clipping.

Original comment by raynebc on 12 Nov 2010 at 6:32

GoogleCodeExporter commented 9 years ago
I wouldn't support saving the gain to the OGG itself. Having the ability to 
play the OGG with gain during editing would be nice, though.

About the quietness of the audio in EOF, it's possible it could be fixed by 
using Allegro's set_volume() function. I'll look into it.

Original comment by xander4j...@yahoo.com on 12 Nov 2010 at 6:00

GoogleCodeExporter commented 9 years ago
It's likely that the volume logic already in place could allow for a volume > 
100%, but I haven't pursued this yet.

Original comment by raynebc on 12 Nov 2010 at 7:52