Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record singing for later playback #456

Open
achimmihca opened this issue Jun 28, 2024 · 0 comments
Open

Record singing for later playback #456

achimmihca opened this issue Jun 28, 2024 · 0 comments

Comments

@achimmihca
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant