Give an example of ./main that uses a sample file that's already there, and make the stream example clarify you need `make stream`
make
# transcribe an audio file
-./main -f input.wav
+./main -f samples/jfk.wav
```
---
More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
```java
+make stream
./stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000
```