Sekilsgs2 / opentyrian

Automatically exported from code.google.com/p/opentyrian
GNU General Public License v2.0
0 stars 0 forks source link

Changes needed for the remixing project #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now there are two issues that are really stopping the music project
from coming together.

1. No support for songs that have an intro part, and a looping part that
plays after the intro. Right now only the entire song file will loop. We
need a system where, say mysong_a.ogg will be played as the intro and
mysong_b.ogg will then be the looping section that plays afterwards.

2. Everyone is creating files with different volumes. People can always
change the volume of the files using a program like audacity, but if
opentyrian itself were to dynamically scale song volume it would make the
remixes a lot more accessible. 

Original issue reported on code.google.com by hurleyb...@gmail.com on 4 Aug 2009 at 10:59

GoogleCodeExporter commented 9 years ago
Looping should be easy enough.

About the volume adjustment, only if you specified the song volume adjustment
manually, cause I don't think there's a way to feasibly scan it and apply 
replaygain
to it using SDL_mixer, and a manual fix would work better anyway, so I don't 
know
about that one.

Original comment by yuriks...@gmail.com on 5 Aug 2009 at 4:59

GoogleCodeExporter commented 9 years ago
Issue moved to bitbucket bug tracker.

http://bitbucket.org/yuriks/opentyrian-enhanced/issue/5/custom-music

Please give your opinion on how the feature should be implemented there.

Original comment by yuriks...@gmail.com on 6 Nov 2009 at 11:04

GoogleCodeExporter commented 9 years ago

Original comment by yuriks...@gmail.com on 6 Nov 2009 at 11:10