wavpackdec: Add floating point format support
This commit negotiate F32 audio format if MODE_FLOAT used in wavpack file. Wavpack float mode is always in 32-bit IEEE format.
The following pipeline plays distorted audio if source file is encoded in float mode: gst-launch-1.0 filesrc ... ! wavpackparse ! wavpackdec ! pulsesink
Merge request reports
Activity
added 876 commits
-
ac1ba62c...e73559f8 - 875 commits from branch
gstreamer:master
- 8112fc97 - Add floating point format support for wavpack decoder
-
ac1ba62c...e73559f8 - 875 commits from branch
- Resolved by Sebastian Dröge
Thanks! Could you also update the commit message summary to
wavpackdec: Add floating point format support
or somesuch please? (ie element name first)
- Resolved by Vladimir Menshakov
added 1 commit
- a25ee2e1 - wavpackdec: Add floating point format support
assigned to @gstreamer-merge-bot
mentioned in commit whoozle/gst-plugins-good@94b55a93
added 1 commit
- 94b55a93 - wavpackdec: Add floating point format support
mentioned in commit whoozle/gst-plugins-good@4de3ddad
added 1 commit
- 4de3ddad - wavpackdec: Add floating point format support