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

better record #51

Open
SArpnt opened this issue May 18, 2022 · 1 comment
Open

better record #51

SArpnt opened this issue May 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@SArpnt
Copy link
Contributor

SArpnt commented May 18, 2022

currently record includes things like pausing and lag and must be recorded in realtime

ideally it would just give a dialogue to output a range of time, and other features such as output format

generating audio not in realtime can be done with an OfflineAudioContext, and the separate audio context allows configuring an output file sample rate to modify interpolation, for example if the song is 8000hz, an output file of 48000hz would likely be ideal.

it would also be good to be able to select other audio formats, opus has better quality for size than ogg, flac is lossless, container formats such as mkv or webm can fix support where the opus container isn't detected properly, and video formats can be used to show an oscillioscope

@SthephanShinkufag SthephanShinkufag added the enhancement New feature or request label May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@SthephanShinkufag @SArpnt and others