chore: minor changes to internal docs

This commit is contained in:
talwat 2025-03-17 16:54:16 +01:00
parent 5db5146b8e
commit d05f36a0bb

View File

@ -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;