You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the "Trial" and "Pursuit" tracks, I thought it might be nice to potentially have cross-examination and objection themes play. My branch cross-examination-music currently has:
Cross-Examination ~ Moderato
Cross-Examination ~ Allegro
Trial (trial.mp3)
as "relaxed" tracks (that play at the beginning of a clip), and
Phoenix Wright ~ Objection!
Pursuit ~ Cornered (press.mp3)
as "tense" tracks that start playing after an Objection.
This is sample output from it, showcasing the different themes:
output-1668058709.mp4
Unfortunately, right now it switches the "tense" track every time there's an Objection... that's (probably) something I'd need to fix, because otherwise in a heated conversation it might keep switching between tracks really quickly. Shouldn't be too hard of a fix, though - probably just has to do with reworking how the if last_audio != new_audio logic around line 550 of anim.py works a little bit.
In addition to the "Trial" and "Pursuit" tracks, I thought it might be nice to potentially have cross-examination and objection themes play. My branch cross-examination-music currently has:
trial.mp3)as "relaxed" tracks (that play at the beginning of a clip), and
press.mp3)as "tense" tracks that start playing after an Objection.
This is sample output from it, showcasing the different themes:
output-1668058709.mp4
Unfortunately, right now it switches the "tense" track every time there's an Objection... that's (probably) something I'd need to fix, because otherwise in a heated conversation it might keep switching between tracks really quickly. Shouldn't be too hard of a fix, though - probably just has to do with reworking how the
if last_audio != new_audiologic around line 550 ofanim.pyworks a little bit.