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

Ability to work with a video element as well #36

Merged
merged 7 commits into from
Mar 12, 2014

Conversation

thom4parisot
Copy link
Contributor

tl;dr

You also want to inspect the audio shape of a video element.

Example

var video = peaks.init({
  mediaElement: document.querySelector('video')
});

var audioPeaks = peaks.init({
  mediaElement: document.querySelector('audio')
});

screen shot 2014-03-11 at 17 03 39

thom4parisot pushed a commit that referenced this pull request Mar 12, 2014
Ability to work with a video element as well
@thom4parisot thom4parisot merged commit e069f8f into dev-video Mar 12, 2014
@thom4parisot thom4parisot deleted the feature-media-element branch March 12, 2014 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant