Skip to content

Commit

Permalink
doc : README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 10, 2024
1 parent e5aa765 commit c4d74f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,27 +144,31 @@ sound_id = play("alarm.wav", async_mode=True, engine=Engine.AFPLAY)
$ nava [--file FILE_PATH] [--loop] FILE_PATH
```

## Engine list
## Engines list

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

<table>
<tr>
<th align="center">Platform</th>
<th align="center">Engine</th>
<th align="center">Platform</th>
<th align="center">References</th>
<th align="center">Supported Formats</th>
</tr>
<tr>
<td align="center"><code>ALSA</code></td>
<td align="center">Linux</td>
<td align="center"><a href="https://www.alsa-project.org/wiki/Main_Page">Advanced Linux Sound Architecture</a></td>
<td align="center"><code>.wav</code></td>
</tr>
<tr>
<td align="center"><code>WINSOUND</code></td>
<td align="center">Windows</td>
<td align="center"><a href="https://docs.python.org/3/library/winsound.html">Winsound</a></td>
<td align="center"><code>.wav</code></td>
</tr>
<tr>
<td align="center"><code>AFPLAY</code></td>
<td align="center">macOS</td>
<td align="center"><a href="https://ss64.com/mac/afplay.html">Audio File Play</a></td>
<td align="center"><code>.wav</code>,<code>.mp3</code></td>
Expand Down

0 comments on commit c4d74f7

Please sign in to comment.