From 5e34a4f828c66fabbc5234091872f1fa7663b468 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Fri, 9 Aug 2019 15:58:13 +0200 Subject: [PATCH] Update: get data out of audio file. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e753925..1938a4e 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,23 @@ AI that can time automatically karas. # Some documentation first +Having a clean python environment: + - https://realpython.com/python-virtual-environments-a-primer/ - https://www.pyimagesearch.com/2016/11/14/installing-keras-with-tensorflow-backend/ -An introduction to neural networks and deep learning : +An introduction to neural networks and deep learning: - http://neuralnetworksanddeeplearning.com +Get a data buffer from an audio file: + +- https://www.analyticsvidhya.com/blog/2017/08/audio-voice-processing-deep-learning/ +- https://pypi.org/project/audioread/ +- https://pythonbasics.org/convert-mp3-to-wav/ +- http://zulko.github.io/blog/2013/10/04/read-and-write-audio-files-in-python-using-ffmpeg/ +- https://stackoverflow.com/questions/49279425/extract-human-vocals-from-song +- https://www.geeksforgeeks.org/python-speech-recognition-on-large-audio-files/ # Installation -- GitLab