Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jan 29, 2024
1 parent 2d91a49 commit 057f779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ vad$vad_segments
Example of a simple plot of these audio and voice segments

```{r}
library(av)
x <- read_audio_bin(file)
library(wav)
x <- read_wav(file)
plot(seq_along(x) / 16000, x, type = "l", xlab = "Seconds", ylab = "Signal")
lines(vad$vad$millisecond / 1000, vad$vad$probability * max(x), type = "l", col = "red", lwd = 2)
```
Expand Down
Binary file modified tools/example-detection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 057f779

Please sign in to comment.