Skip to content

Commit

Permalink
Update audio_alsa.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady authored Jun 17, 2019
1 parent 7013b0c commit 1ca9226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio_alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ int precision_delay_available() {

// The criteria as to whether precision delay is available
// is whether the device driver returns non-zero update timestamps
// If it does, and the device is a hardware device (i.e. its name begins with "hw:0"),
// If it does, and the device is a hardware device (i.e. its name begins with "hw:"),
// it is considered that precision delay is available. Otherwise, it's considered to be unavailable.

// To test, we play a silence buffer (fairly large to avoid underflow)
Expand Down

0 comments on commit 1ca9226

Please sign in to comment.