Wave icon indicating copy to clipboard operation
Wave copied to clipboard

A php package to read WAV file data

Results 8 Wave issues
Sort by recently updated
recently updated
newest added

This is just some maintenance work. Some of the types were not correctly annotated.

With this change, wave files with less than 32 bits per sample work correctly. I took a bit of special care for the 24 bits per sample situation. I'm also...

Need stable release. Can you release as 0.0.1 at least?

Remove analyzer() call

How can i get amplitude by time?i want to get a maximum amplitude in 1 second in a range of 1 and -1, but in order to get, i have...

I try to use this bundle, but in the ulpoad file (wav) i have an error: Expected type RIFF, but found type "����"; Plz help.

This fixes an issue I was having where it would throw an exception in Laravel if there was no extension data in the wav fmt chunk. Therefore this just checks...

I think it would be useful to allow an array of options - as alternatives to using the set*() methods post construction. If I modify the Waveform constructor and submit...