-
Notifications
You must be signed in to change notification settings - Fork 12
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
Why create 2 wave forms #8
Comments
@priteshmahajan1806, you’re working with the stereo signal, that’s why you have two channels in the generated waveform. Those are left and right channels. |
Hi,
|
@DrMickArtisan, I think it needs to be configurable, otherwise we’ll break the current intended behaviour. |
Doesn't the line: public function getWaveform($filename, $width, $height, $onePhase = false, $stereo = true) make it configureable? I literally just started using this and we are actively talking about it. |
The posted patch doesn't account for the 2nd axis line though... |
Added this pull request: #9 |
I am using this code. This code will create 2 wave form in single image Please check screenshot.
Created : https://prnt.sc/tqkmdp
I need only : https://prnt.sc/tqklds
I have passed required params as well but still create 2 images
The text was updated successfully, but these errors were encountered: