-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Sync videojs-wavesurfer with SpectrogramPlugin and waveform #127
Comments
@Iquebal take a look at this example: https://github.com/collab-project/videojs-wavesurfer/blob/master/examples/plugin.html And mix it with the video example. What code do you have so far? |
Hi, thanks |
What does that mean? videojs-wavesurfer should add a spectrogram below the player when you enable the plugin, like this: https://wavesurfer-js.org/plugins/spectrogram.html |
Hi thijstriemstra , example :- when i play video both spectogram and wavesurfer should play,and when i pause video all should pause.meanse all should in sync |
How we can add spectogram in below code can you please help use. plugins: [ |
See https://github.com/katspaugh/wavesurfer.js/tree/master/example/spectrogram and https://github.com/collab-project/videojs-wavesurfer/blob/master/examples/plugin.html Use WaveSurfer.spectrogram.create({
container: '#wave-spectrogram',
labels: true
}) |
Thanks for your reply, but it seems not working in aur code can you please check below code that we have written and find mistake that we done. this.config = {
} |
this.config = {
} |
Hi thijstriemstra Sir, actually we took help from many of aur engineers but not able to find solution ,Sir If you have time then please connect with us on hangout . |
i can provide paid consulting services. where can i email you? |
please find my email id below |
Hi Sir,
Can we have call once you free.
Thanks & Regards
Mayur shinde
…On Wed, Feb 17, 2021, 6:49 PM Thijs Triemstra ***@***.***> wrote:
See
https://github.com/katspaugh/wavesurfer.js/tree/master/example/spectrogram
and
https://github.com/collab-project/videojs-wavesurfer/blob/master/examples/plugin.html
Use
WaveSurfer.spectrogram.create({
container: '#wave-spectrogram',
labels: true
})
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANV4WFCLOH7GJG4D7CPTHMLS7O655ANCNFSM4XYGWZVQ>
.
|
I sent you an email earlier today. |
Hi Sir
I am not able to pay because my salary is very low I am fresher in
company, I am not able to solve this that's why I messaged you.
Thanks
Mayur
…On Thu, Feb 18, 2021, 1:15 AM Thijs Triemstra ***@***.***> wrote:
I sent you an email earlier today.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANV4WFDGRTTXCR4OWK53XBDS7QMD7ANCNFSM4XYGWZVQ>
.
|
Hi thijstriemstr, Thanks& regards |
Hi,
I want to sync with three thing together. Sync videojs-wavesurfer with SpectrogramPlugin and waveform
I am not able to sync three things together. I am able to sync audio and video together but Spectrogram not able to bind three things. Please help me ASAP.
Here is the example two things bind together videojs and wavesurffer. I also want to bind Spectrogram. Three things in Sync.
https://collab-project.github.io/videojs-wavesurfer/demo/video.html
--
Thanks,
Iquebal
The text was updated successfully, but these errors were encountered: