We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It gets initialized, but the audio does not get output. The developer console says.
MediaElementAudioSource outputs zeroes due to CORS access restrictions for file:///<video file path>
A workaround would be to serve files from a local HTTP server (e.g. with python -m SimpleHTTPServer).
python -m SimpleHTTPServer
The text was updated successfully, but these errors were encountered:
Web Server for Chrome https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb
Sorry, something went wrong.
vantezzen/skip-silence#3 (comment)
39f83ab
No branches or pull requests
It gets initialized, but the audio does not get output.
The developer console says.
A workaround would be to serve files from a local HTTP server (e.g. with
python -m SimpleHTTPServer
).The text was updated successfully, but these errors were encountered: