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

Feature/riff wave merge phw #1

Merged
merged 53 commits into from Sep 11, 2018
Merged

Conversation

Borewit
Copy link
Owner

@Borewit Borewit commented Sep 11, 2018

No description provided.

lazka and others added 30 commits March 26, 2018 18:32
This uses the same format as TXXX now. Since the ":" separator
is a bit tricky with URLs as values add some examples to the man
page.

The previous WXXX behaviour where it was storing the repr of the
value list was just working by accident.

Also add some more tests for other URL frames and multiple T/WXXX
arguments.
Lame encodes the value as:
abs((int) ((((FLOAT) gfc->ov_rpg.PeakSample) / 32767.0) * pow(2, 23) + .5))

(int)(float_num + 0.5) is just an easy way to round number to the
nearest integer. There is no need to subtract 0.5 while decoding. Doing
so will add an error (though very small).
for the new pyflakes release
Read it from the fmt chunk. I can't find a proper spec right now,
but this is what taglib does and it seems to work :)
this worked with pycairo
mp4: fix 8bit ints getting saved as 16bit (rtng, stik, shwm). Fixes quodlibet#349
Borewit and others added 23 commits September 11, 2018 09:58
Remove duplicate code between wave.py and _riff.py
Ref:
- quodlibet#321 (comment)
- a5c3785ed8d6a35868bc169f07e40e889087fd2e
* fix wrong abstract attribute reference
* fix reference to root ('RIFF') chuck
…f-wave-merge-phw

# Conflicts:
#	mutagen/_riff.py
#	mutagen/wave.py
#	tests/test___init__.py
#	tests/test_wave.py
@Borewit Borewit merged commit b26aca3 into feature/riff-wave Sep 11, 2018
@Borewit Borewit deleted the feature/riff-wave-merge-phw branch September 2, 2019 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants