Skip to content

Commit

Permalink
Deprecate unused features (#142)
Browse files Browse the repository at this point in the history
Delete the following unused features:

- u16pixels - made this the default, no reason to use bigger pixel size
- sdl-resample - the current implementation was more robust (works with larger range of frequencies) and faster
- push-audio - the usage of push methodology is wrong for a constant stream if content that need to stay synced (with the video) so the pull methodology even though is more unsafe, complex and contains more code is faster and results in better experience

Also refactor some issues, improved the pull audio implementation and update dependencies.
  • Loading branch information
alloncm authored Oct 9, 2024
1 parent 6694eac commit cb8001a
Show file tree
Hide file tree
Showing 26 changed files with 266 additions and 676 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [ dev, master ]
branches: [ master ]
pull_request:
branches: [ dev, master, feature/*, fix/* ]
branches: [ master, feature/*, fix/* ]

env:
CARGO_TERM_COLOR: always
Expand Down
Loading

0 comments on commit cb8001a

Please sign in to comment.