We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deprecated: Implicit conversion from float 2.5 to int loses precision in ....MpegAudioFrameHeader.php on line 369
The text was updated successfully, but these errors were encountered:
I had a fix for this, but saw that I can not complicated this so I just did this on line 42. I changed the 2.5 to 3 making it int
/** * MPEG Audio Version 2.5 */ const Version_25 = 3;
And it worked for me.
Sorry, something went wrong.
falahati
No branches or pull requests
Deprecated: Implicit conversion from float 2.5 to int loses precision in ....MpegAudioFrameHeader.php on line 369
The text was updated successfully, but these errors were encountered: