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

Saving not working in Sound Recorder #4

Open
1j01 opened this issue Mar 7, 2018 · 2 comments
Open

Saving not working in Sound Recorder #4

1j01 opened this issue Mar 7, 2018 · 2 comments
Labels

Comments

@1j01
Copy link
Owner

1j01 commented Mar 7, 2018

There's no error message or anything, it just makes the playback audio stop (and subsequently go into stereo where it's previously mono for some reason?)

@1j01 1j01 added the bug label Mar 7, 2018
@1j01
Copy link
Owner Author

1j01 commented Mar 7, 2018

I think it's failing just on the click() of the <a download>, not generating the wave file
The event would be untrusted because it generates the wave file asynchronously
(between your click and the click())

@1j01
Copy link
Owner Author

1j01 commented Mar 7, 2018

For within 98, I could implement file dialogs and a file system, and override file saving (um, although this doesn't use saveAs currently), but for the standalone app, I'd need to show the resulting download link (or a download button) in a window or something.

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

No branches or pull requests

1 participant