S
S
Sergei Nedder2020-01-22 14:48:21
Audio
Sergei Nedder, 2020-01-22 14:48:21

Is there an online mp3 player in nature?

You need an online mp3 player.
You register, upload mp3 files to the server, and then listen through a regular browser - Chrome or Firefox.
Is there such a thing in nature? If yes, please provide links.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey, 2020-01-22
@anerev

apple music so can, sound cloud, the same telegram browser

A
Alexander, 2020-01-22
@NeiroNx

since HTML5 it has been built into the browser.
https://html5book.ru/html5-audio

<audio controls>
  <source src="/songs/song1.mp3" type="audio/mpeg">
  <source src="/songs/song2.mp3" type="audio/mpeg">
  <source src="/songs/song3.mp3" type="audio/mpeg">
</audio>

If you need to store files - Google drive or Yandex drive.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question