-
Notifications
You must be signed in to change notification settings - Fork 231
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
Solved: is not possible to export any file #89
Comments
i have solved byself function DownloadFile( with_name, format, kbps, selection, stereo, callback ) {
the problem is in actions.js in this function and in details here : if (format === 'mp3') { |
Hello, there is some setting to put inside files about the export? Because i have take the files put into my server and work all except the exportation in both file type extensions.
into developer tools i read also this :
wavesurfer.js:5760 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
wavesurfer.js:5976 [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)
actions.js:9 [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)
The text was updated successfully, but these errors were encountered: