Skip to content

Commit

Permalink
doc : Engine section updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 12, 2024
1 parent 00931bb commit 8d86c2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,22 +145,22 @@ List of different platforms and the corresponding engines that are used for soun
<tr>
<th align="center">Platform</th>
<th align="center">Engine</th>
<th align="center">Supported Files</th>
<th align="center">Supported Formats</th>
</tr>
<tr>
<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">`.wav`</td>
<td align="center"><code>.wav</code></td>
</tr>
<tr>
<td align="center">Windows</td>
<td align="center"><a href="https://docs.python.org/3/library/winsound.html">Winsound</a></td>
<td align="center">`.wav`</td>
<td align="center"><code>.wav</code></td>
</tr>
<tr>
<td align="center">macOS</td>
<td align="center"><a href="https://ss64.com/mac/afplay.html">Audio File Play</a></td>
<td align="center">`.wav`,`.mp3`</td>
<td align="center"><code>.wav</code>,<code>.mp3</code></td>
</tr>
</table>

Expand Down

0 comments on commit 8d86c2c

Please sign in to comment.