This function plays an audio file from a web link.
playURL()
Function Definition: playURL("https://dl.espressif.com/dl/audio/ff-16b-2c-44100hz.mp3")
- Python Library: Speaker (Quarky Intellio)
- Library Import: intellio = QuarkyIntellio()
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| "https://dl.espressif.com/dl/audio/ff-16b-2c-44100hz.mp3" | int | This function plays an audio file from a web link. | "https://dl.espressif.com/dl/audio/ff-16b-2c-44100hz.mp3" |
Description
Example
There are no examples documented for this article.
