question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

【question】peaks is not the best match

See original GitHub issue

@thijstriemstra @katspaugh

In the process of learning, I find that my Audition is inconsistent with Adobe Audition。

My expression ability is not very good, but I tried to describe the problem and hope to get your reply. I attached the relevant audio in the issue

  • The highest peak waveform of wavesurfer is actually not the real peak
  • The real peak is not shown in the waveform, and the reason is probably because of the step size of the selection algorithm
  • wavesurfer and adobe audition time stamp location do not match, difference is close to 1 second

start: 422205, end: 436073, lenght: 13868, maxAplitude: 13849.4228515625

  • wavesurfer 10+s
  • adobe audition 9+s

my env

Additional information:

  • container div width: 1280
  • ratio :2

wavsurfer params:

container: '#waveform',
scrollParent: true,
ignoreSilenceMode: false,
progressColor: '#3B8686',
backend: 'MediaElement',
height: 600,
normalize: true,

target wav file

02_01_P00027_01_wav_00964.wav.zip

problem1:

Looking at wavesurfer’s source code, I wonder if we missed the best peak because we made some choices for performance.

problem2:

Why does it have the same peak effect as the Audition? The key is the time difference?

I think we’re gonna be okay because : samplereate -> 422205/41000 = 10.2976829268 second, we are correct. start:422205,end:436073,lenght:13868,maxAplitude:13849.4228515625

problem3:

Can the problem of missing the best peak value selected by peaks be further optimized through callback function form where we can control the step size by ourselves?

image

full image:

WAVESURFER: image

Adobe auditon: image

max aplitude

wavesurfer:

  • time:
    • start: 10.297687712585034
    • end: 10.635932929421768

start:422205,end:436073,lenght:13868,maxAplitude:13849.4228515625 Probem1: It’s clearly not the highest waveform region in the picture Problem2: Adobe audition The timestamps in the same area are different from waveSurfer

wavesufer:

audition with sample:

audition with time line: image

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
SilvaQcommented, Oct 27, 2022

In the future, if I submit relevant codes, I will attach this issue.

1reaction
SilvaQcommented, Oct 24, 2022

wo set the Step size to 1 and get this waveform same as auditon complately。

i use max amplitude for 30k like audition, not use our absmax.

wavesurfer:

image

audition:

image

Thank you very much. I will submit PR at some time. Please provide custom functions to control the selection of peak and define absMax.

This allows us to customize our own algorithm when we have fineness drawing requirements.

@thijstriemstra @katspaugh

thanks again . Cheers!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Match! Tips & Tricks - Crystal Impact
Match ! Tips & Tricks. The information given below will provide you with a lot of background knowledge that will help you to...
Read more >
Matching of graph peaks over time - Cross Validated
Matching of graph peaks over time ... I am a programmer but my data analyses/statics skills are non-existent. I am a quick learner...
Read more >
Solved select the structure that best matches the proton NMR
Question : select the structure that best matches the proton NMR spectrum.match the integration values to the peaks in the proton NMR spectrum....
Read more >
Matching peaks in similar spectra in python - Stack Overflow
I have tried matching peaks by just pairing the peaks which are closest to each other - however this runs into significant issues...
Read more >
92 questions with answers in XPS PEAK | Science topic
Question. 2 answers. Oct 31, 2022. I'm attempting to fit W4f XPS peak, where I expect ... is typically not a good measure...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found