From d05f36a0bba927606a0b29da66436a60aae68bc7 Mon Sep 17 00:00:00 2001 From: talwat <83217276+talwat@users.noreply.github.com> Date: Mon, 17 Mar 2025 16:54:16 +0100 Subject: [PATCH] chore: minor changes to internal docs --- src/player.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/player.rs b/src/player.rs index a75d98b..69dd440 100644 --- a/src/player.rs +++ b/src/player.rs @@ -111,9 +111,6 @@ pub struct Player { impl Player { /// This gets the output stream while also shutting up alsa with [libc]. /// Uses raw libc calls, and therefore is functional only on Linux. - /// - /// In other words, for the younger generation, we're telling alsa - /// to simply just the audio in the bag, lil api. #[cfg(target_os = "linux")] fn silent_get_output_stream() -> eyre::Result<(OutputStream, OutputStreamHandle)> { use libc::freopen;