I need a software audio player to work with, among the ready-made solutions that unfortunately I haven’t found yet, it looks like I’ll have to write my own.
I would like to know how difficult it is and does it make sense? Please advise which way to look?
Is there an idea to make web-based technologies so that it is easy to integrate with the site, or is it a dead end idea?
If in the direction of system programming, how to implement it on python3 or perl5, which libraries should I choose?
Required for example:
- crossfade
- 2 playback panels
- 2 panels of the file browser type with filter suppose mp3
- display of main id3 tags
- and other possibilities (depending on the degree of complexity of the previous implementation)