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
The singing is analyzed to score points. But it is not persisted for later playback or sharing.
Expected behaviour
It could be fun to record the mic input for play back after the end of the song (see Smule or StarMaker apps for inspiration).
Going further, one could mix the isolated vocals track (of vocals isolation) with the own singing, to have a fun moment of "so this would it sound like if I were the lead singer of the band".
Implementation
At least recording the mic input should be rather easy. The song editor already has this implemented in SongEditorMicSampleRecorder.
A first implementation could be a mod that stores the mic samples (similar to SongEditorMicSampleRecorder) to later save a wav file of it when in the singing results.
There is already a WavFileWriter that could do this.
The text was updated successfully, but these errors were encountered:
A first implementation could be a mod that stores the mic samples (similar to SongEditorMicSampleRecorder) to later save a wav file of it when in the singing results.
Such a mod has been added to Melody Mania v1.4.4-beta4
Actual behaviour
The singing is analyzed to score points. But it is not persisted for later playback or sharing.
Expected behaviour
It could be fun to record the mic input for play back after the end of the song (see Smule or StarMaker apps for inspiration).
Going further, one could mix the isolated vocals track (of vocals isolation) with the own singing, to have a fun moment of "so this would it sound like if I were the lead singer of the band".
Implementation
At least recording the mic input should be rather easy. The song editor already has this implemented in
SongEditorMicSampleRecorder
.A first implementation could be a mod that stores the mic samples (similar to
SongEditorMicSampleRecorder
) to later save a wav file of it when in the singing results.There is already a
WavFileWriter
that could do this.The text was updated successfully, but these errors were encountered: