98 icon indicating copy to clipboard operation
98 copied to clipboard

Saving not working in Sound Recorder

Open 1j01 opened this issue 6 years ago • 2 comments

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 avatar Mar 07 '18 06:03 1j01

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 avatar Mar 07 '18 07:03 1j01

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.

1j01 avatar Mar 07 '18 07:03 1j01