Record audio from your microphone in COLAB (Colab üzerinden mikrofon ile ses kaydı alma)

Kubilay
Jun 8, 2021

Bir proje çalışması yaparken colab üzerinden mikrofon ile ses kaydı yapmam gerekti. Fakat bunun için uygun bir yol bulamadım internette yaptığım araştırma ile bunun ufak bir çözümünü buldum sizinle paylaşmak istedim.

EN: While working on a project, I had to record audio with a microphone using colab. But I couldn’t find a suitable way for this, I found a small solution to this with my research on the internet and wanted to share it with you.

!pip install ffmpeg-python

--

--