Skip to content
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

Replay gain not working ? #357

Open
TheoD02 opened this issue Dec 15, 2021 · 3 comments
Open

Replay gain not working ? #357

TheoD02 opened this issue Dec 15, 2021 · 3 comments

Comments

@TheoD02
Copy link

TheoD02 commented Dec 15, 2021

Hello just testing lib, working fine for all tag used but im locked with replay_gain_adjustment

I get an exception "track_adjustment" not defined in array, but is it defined.
When dumping before the conditional

if (($source_data_array['track_adjustment'] > 51) || ($source_data_array['track_adjustment'] < -51)) {

$source_data_array contains this values :

array:4 [
  "encodingid" => 3
  "data" => 6.0
  "description" => ""
  "language" => "eng"
]

"data" key correspond to the value of track_adjustment, if i change value in track_adjustment "data" key will have the same value. but not "track_adjustment" key.

Is the same case for alum_adjustment, raw and all other keys

@JamesHeinrich
Copy link
Owner

Can you provide a sample file that reproduces this issue? You can post a link here or email to [email protected]

@TheoD02
Copy link
Author

TheoD02 commented Dec 15, 2021

Hey,

Not really related to a file, issue is on multiple file when writing.

@TheoD02
Copy link
Author

TheoD02 commented Dec 16, 2021

Hello,

Did you have any example to use 'replay_gain_adjustment' ?
I maybe make mistake somewhere.
After retest, I can tell you if is on my part making a mistake or really from getID3 writing

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants