Update module github.com/gopxl/beep to v2 #8

Merged
sagi merged 1 commit from renovate/github.com-gopxl-beep-2.x into main 2024-12-15 12:34:38 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/gopxl/beep require major v1.4.1 -> v2.1.0

Release Notes

gopxl/beep (github.com/gopxl/beep)

v2.1.0

Compare Source

What's Changed

Full Changelog: https://github.com/gopxl/beep/compare/v2.0.3...v2.1.0

v2.0.3

Compare Source

What's Changed

Full Changelog: https://github.com/gopxl/beep/compare/v2.0.2...v2.0.3

v2.0.2

Compare Source

What's Changed

Full Changelog: https://github.com/gopxl/beep/compare/v2.0.1...v2.0.2

v2.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/gopxl/beep/compare/v2.0.0...v2.0.1

v2.0.0

Compare Source

Breaking changes

  • WAV File Encoding & Decoding: A bug in the encoding and decoding methods of WAV files & the Format struct has been fixed. Previously, sample values were incorrectly halved when converting from their encoded values to floats, and doubled when converting from floats to the encoded values. This fix may impact any code that relies on a certain volume for WAV files or which uses the Format struct methods for encoding and decoding samples. When upgrading from previous versions of Beep, please review and test your audio processing to ensure it behaves as expected with the corrected sample values.

What's Changed

New Contributors

Full Changelog: https://github.com/gopxl/beep/compare/v1.4.1...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/gopxl/beep](https://github.com/gopxl/beep) | require | major | `v1.4.1` -> `v2.1.0` | --- ### Release Notes <details> <summary>gopxl/beep (github.com/gopxl/beep)</summary> ### [`v2.1.0`](https://github.com/gopxl/beep/releases/tag/v2.1.0) [Compare Source](https://github.com/gopxl/beep/compare/v2.0.3...v2.1.0) #### What's Changed - Fix Ogg/vorbis files are mono even if files have more channels by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/180 - Add `Loop2` that supports start and end positions by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/176 - Fix WAV pop sound after seek with unknown chunk in header by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/183 - Mixer v2 + fix for memory leak by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/138 **Full Changelog**: https://github.com/gopxl/beep/compare/v2.0.3...v2.1.0 ### [`v2.0.3`](https://github.com/gopxl/beep/releases/tag/v2.0.3) [Compare Source](https://github.com/gopxl/beep/compare/v2.0.2...v2.0.3) #### What's Changed - Fix `flac.Seek()` by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/173 **Full Changelog**: https://github.com/gopxl/beep/compare/v2.0.2...v2.0.3 ### [`v2.0.2`](https://github.com/gopxl/beep/releases/tag/v2.0.2) [Compare Source](https://github.com/gopxl/beep/compare/v2.0.1...v2.0.2) #### What's Changed - Update badges in README.md by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/174 - Bump github.com/mewkiz/flac from 1.0.10 to 1.0.11 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gopxl/beep/pull/175 - Bump github.com/mewkiz/flac from 1.0.11 to 1.0.12 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gopxl/beep/pull/177 **Full Changelog**: https://github.com/gopxl/beep/compare/v2.0.1...v2.0.2 ### [`v2.0.1`](https://github.com/gopxl/beep/releases/tag/v2.0.1) [Compare Source](https://github.com/gopxl/beep/compare/v2.0.0...v2.0.1) #### What's Changed - Use Go 2.21 built-in functions `min`, `max` and `clear` by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/169 - Change package path to /v2 by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/172 **Full Changelog**: https://github.com/gopxl/beep/compare/v2.0.0...v2.0.1 ### [`v2.0.0`](https://github.com/gopxl/beep/releases/tag/v2.0.0) [Compare Source](https://github.com/gopxl/beep/compare/v1.4.1...v2.0.0) #### Breaking changes - **WAV File Encoding & Decoding**: A bug in the encoding and decoding methods of WAV files & the [Format](https://pkg.go.dev/github.com/gopxl/beep@v1.4.1#Format) struct has been fixed. Previously, sample values were incorrectly halved when converting from their encoded values to floats, and doubled when converting from floats to the encoded values. This fix may impact any code that relies on a certain volume for WAV files or which uses the Format struct methods for encoding and decoding samples. When upgrading from previous versions of Beep, please review and test your audio processing to ensure it behaves as expected with the corrected sample values. #### What's Changed - Configure Dependabot by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/150 - Bump github.com/mewkiz/flac from 1.0.8 to 1.0.10 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gopxl/beep/pull/154 - Bump github.com/gdamore/tcell/v2 from 2.6.0 to 2.7.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gopxl/beep/pull/155 - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gopxl/beep/pull/156 - Bump github.com/ebitengine/oto/v3 from 3.1.0 to 3.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gopxl/beep/pull/157 - Support multichannel Vorbis files by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/163 - Fix halved sample value for 16/24bit wav audio by [@&#8203;Eiton](https://github.com/Eiton) in https://github.com/gopxl/beep/pull/161 - Add tests for WAV and Buffer encoding/decoding by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/165 - Rewrite resampler by [@&#8203;MarkKremer](https://github.com/MarkKremer) in https://github.com/gopxl/beep/pull/166 - Add MIDI decoder by [@&#8203;MarkKremer](https://github.com/MarkKremer) based on work of [@&#8203;samhocevar](https://github.com/samhocevar) in https://github.com/gopxl/beep/pull/167 #### New Contributors - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/gopxl/beep/pull/154 - [@&#8203;Eiton](https://github.com/Eiton) made their first contribution in https://github.com/gopxl/beep/pull/161 - [@&#8203;samhocevar](https://github.com/samhocevar) made a contribution through his work on the Beep fork for [Ikemen GO](https://github.com/ikemen-engine/Ikemen-GO), which was included in https://github.com/gopxl/beep/pull/167 - [@&#8203;robertoost](https://github.com/robertoost) contributed his track "Buy to the Beat" to be used in the MIDI example in https://github.com/gopxl/beep/pull/167 **Full Changelog**: https://github.com/gopxl/beep/compare/v1.4.1...v2.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
inspector_gadget added 1 commit 2024-12-15 10:15:58 +00:00
inspector_gadget requested review from sagi 2024-12-15 10:15:58 +00:00
inspector_gadget force-pushed renovate/github.com-gopxl-beep-2.x from 684861bde3 to 2f48d701d2 2024-12-15 11:31:26 +00:00 Compare
inspector_gadget force-pushed renovate/github.com-gopxl-beep-2.x from 2f48d701d2 to ee4c817df9 2024-12-15 12:21:30 +00:00 Compare
inspector_gadget force-pushed renovate/github.com-gopxl-beep-2.x from ee4c817df9 to 65cd38c420 2024-12-15 12:32:17 +00:00 Compare
sagi merged commit 65cd38c420 into main 2024-12-15 12:34:38 +00:00
sagi deleted branch renovate/github.com-gopxl-beep-2.x 2024-12-15 12:34:38 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sagi/subsonic-tui#8
No description provided.