mirror of
https://github.com/talwat/lowfi
synced 2025-03-20 20:12:20 +00:00
chore: minor changes to internal docs
This commit is contained in:
parent
5db5146b8e
commit
d05f36a0bb
@ -111,9 +111,6 @@ pub struct Player {
|
|||||||
impl Player {
|
impl Player {
|
||||||
/// This gets the output stream while also shutting up alsa with [libc].
|
/// This gets the output stream while also shutting up alsa with [libc].
|
||||||
/// Uses raw libc calls, and therefore is functional only on Linux.
|
/// 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")]
|
#[cfg(target_os = "linux")]
|
||||||
fn silent_get_output_stream() -> eyre::Result<(OutputStream, OutputStreamHandle)> {
|
fn silent_get_output_stream() -> eyre::Result<(OutputStream, OutputStreamHandle)> {
|
||||||
use libc::freopen;
|
use libc::freopen;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user