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

Audio recording feature #3

Open
coffeevalenbat opened this issue Jul 14, 2022 · 1 comment
Open

Audio recording feature #3

coffeevalenbat opened this issue Jul 14, 2022 · 1 comment

Comments

@coffeevalenbat
Copy link

The ability to record tracks to audio files (WAV, MP3, etc) would be very nice, something similar to GBSPlay's record feature.

@baines
Copy link
Owner

baines commented Jul 14, 2022

I've pushed some new code to allow writing .wav files.

There are two new command line arguments:

  • -w <filename.wav> to enable "wav write" mode, and give the filename to write to.
  • -t <seconds> to say how much audio you want to write to the file, default 120s.

If you're comfortable building it from source, let me know if this works for you.

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

No branches or pull requests

2 participants