Skip to main content

Google Colab Microphone Audio Recoring Package

Project description

GoogleColabAudio

This is a Python package for easy building audio files by using a google colab microphone and saving it in wav format needed for any processing application

Installation

!pip install GoogleAudio==0.0.3

Tutorial

from googleaudio import colabaudio as agoogle #import modules
audio_name='audio.wav' # file audio name
audio,sr=agoogle.get_audio() #read audio data and simple rate
agoogle.saveaudio(audio_name,audio,sr)  # save it 

Colab Google Drive

u can see tutorial in colab google drive

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GoogleAudio-0.0.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

GoogleAudio-0.0.3-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page