Releases: gotracker/playback
Releases · gotracker/playback
1.1.0 - Reintroduce gomixing back in, update license
1.0.0 - Major rewrite to use a common playback engine/machine
0.2.7 - API cleanup finalization
Added
- Added a few examples of using the player in a project!
Fixed or Changed
- Fixed a missing Seek() call on the reader format scanner.
- Updated
gotracker/gomixing
package tov1.3.0
Removed
- Removed the unnecessary "bits per sample" code, since they are only needed in the mixer.
Notes
- This is the first version where the API is mostly tightened down to a reasonable place. It still has a long way to do, but now it's able to be worked on without fear of things unravelling in weird ways.
- There are integration examples now! Check out the
internal/examples
folder for more insight into these.
0.2.6 - Mixing package update
Fixed or Changed
- Upated gomixing package to v1.2.0
0.2.5 - Package dependency cleanup
Added
- Added output result struct into this package
Fixed or Changed
- clean up some ambiguous names
Removed
- Removed dependency on
gosound
package (it's going to be archived soon)
0.2.4 - Lots of changes
Fixed or Changed
- Moved a bunch of stuff around
- Reworked Feature settings
- Fixed some issues with data type conversions
Removed
- Removed a cli-only Feature (it's back inside gotracker)
0.2.3 - Reintegrate Voice package
Fixed or Changed
- Reintegrate voice package back into playback.
- it didn't quite make sense to have it be separated, but it's back now.
- Merged in structures and eliminated strange conversions.
0.2.2 - Finished project cleanup
Added
- Added reader implementations of format loaders.
Fixed or Changed
- Moved most packages around so they make better sense.
- Standardized the format loaders so they produce consistent outputs.
Removed
- Removed most internal packages (moved them to better places).
- Removed stupid tests.
- Removed terrible player implementation.
v0.2.1 - Minor fixes
New Home
- This used to be a subsection of the gotracker/gotracker repo. It's now a separate embeddable package!
NOTE: This is an alpha release and should be treated like it's radioactive.
0.2.0 - Moved from gotracker/gotracker
New Home
- This used to be a subsection of the gotracker/gotracker repo. It's now a separate embeddable package!
NOTE: This is an alpha release and should be treated like it's radioactive.