A
A
Avrong2016-06-03 20:54:05
SQL
Avrong, 2016-06-03 20:54:05

How to store small audio recordings?

How to store audio recordings on the server? Small recordings - no more than 30 seconds. Base - SQLite, with an extension, possibly MySQL and analogues. The server language is Python. In the database or in separate files, in what format? What will be more practical?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2016-06-03
@xmoonlight

1. in the database: for each entry: path to files, description, etc.
2. in files: mp3/ogg - store content
3. Also, you can search by pattern (sound) for similar records if you make a binary content hash for each file and put it in the database.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question