98
98 copied to clipboard
Saving not working in Sound Recorder
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?)
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()
)
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.