Skip to content

Commit

Permalink
update : README.md updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri committed May 2, 2024
1 parent 5f12306 commit 8206c7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,16 @@ except NavaBaseError as e:
print(str(e))
```

### From Command Line Interface (CLI)
```bash
$ nava [--file FILE_PATH] [--loop] FILE_PATH
```

If you want to play sound syncronously from CLI you can add `&`, like:
```bash
$ nava --loop alarm.wav &
```

## Engine

List of different platforms and the corresponding engines that are used for sound playing.
Expand Down

0 comments on commit 8206c7b

Please sign in to comment.