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

new streamer implementation #19

Merged
merged 3 commits into from
Mar 26, 2024
Merged

new streamer implementation #19

merged 3 commits into from
Mar 26, 2024

Conversation

JessicaTegner
Copy link
Owner

This pr redesigns the streamer implementation.

Now we can stream from any file on disk as well as any url that yt-dlp supports.

This also means, that for any other capabilities than feeding audio directly to the streamer, a soft dependency on ffmpeg and yt-dlp has been set.

  • If only ffmpeg is found, only local file streaming is supported.
  • If yt-dlp is also found, streaming from urls are also supported.

In addition, this also adds a stop functions, as well as the possibility of adjusting volume, and muting the left or right channel, something that wasn't possible before.

@JessicaTegner JessicaTegner self-assigned this Mar 8, 2024
@JessicaTegner JessicaTegner merged commit af0ba53 into master Mar 26, 2024
20 checks passed
@JessicaTegner JessicaTegner deleted the new_streamer branch March 26, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant