0
I need help again 😁
How to add music or sound in the compiler of sololearn because a day i see a code that have sounds
3 ответов
0
What programming language do you want to use for audio adding? You need writing the audio tag If you're going to use web development. Example:
<audio src="https://example.com/audio.mp3" controls>Music title</audio>
The src attribute indicates the source of your audio file. Controls shows the audio elements (play/pause).
0
You can't add audio in Python or in other programming languages, because you need connecting audio libraries and Sololearn doesn't support them.