I've been writing a program with generate melodies, and I want to make a forum template where everybody can see what others have done. In order to do that, I was intending to save the files as a wave buffer with SQL and then paste them in the tag:
<!DOCTYPE html> <html language="en"> <head> <title> forum </title> </head> <body> </body> </html> However, it's it's not playing any sound, and I suspect that's because the source tag isn't valid. What can I do to fix this issue?
https://stackoverflow.com/questions/67249109/is-there-a-way-to-import-an-entire-audio-file-from-a-database-into-html-and-use April 25, 2021 at 10:06AM
没有评论:
发表评论