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
u can see tutorial in colab google drive
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file GoogleAudio-0.0.3.tar.gz
.
File metadata
- Download URL: GoogleAudio-0.0.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84a3a1f3d736726114a6fe55b5d6a100f060641d1972ac5e7be3033766e60221 |
|
MD5 | 0ad60ac0e23fc94c3c543f812b986c53 |
|
BLAKE2b-256 | 25be04fd55c848ded66f3a8a4407a4b5b556d1995800cf82103f37e97f9e50d3 |
File details
Details for the file GoogleAudio-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: GoogleAudio-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18f28de816e0e863803ec273f6f9525ca62b3b5fbee201e2391981fb9f84d665 |
|
MD5 | 0b76ec7956586f7ef936eae6935c92da |
|
BLAKE2b-256 | fd19e6890deef0b83b749feee46eb2dbd97f9462efef2442cbe31cd07e6418f8 |