Interface with shabda for audio samples and text speech.
Project description
FoxDotShabda - Interface with shabda for audio samples and text speech
Instalation
pip install FoxDotShabda
# or
pip install git+https://codeberg.org/FoxDotExtensions/FoxDotShabda
Usage
Import lib
from FoxDotShabda import samples, speech
samples(definition: str)
Fetch random samples from freesound
Any word can be a pack definition. If you want more than one sample,
separate words by a comma: "blue,red"
You can define how many variations of a sample to assemble by adding a colon and a number. e.g. blue,red:3,yellow:2 will produce one 'blue' sample, three 'red' samples and two 'yellow' sample.
samples('bass:4,hihat:4,rimshot:2')
will print in the terminal when finished downloading
s1 >> loop('bass', dur=PDur(3,8), sample=2)
s2 >> loop('hihat', dur=10, sus=2)
s3 >> loop('rimshot', dur=PDur(7,9)*8, sample=2)
speech(words: str, language: str = 'en-GB', gender: str = 'f')
Generate Text-to-Speech samples.
If you want more than one sample, separate words by a comma: "hello,bye"
If you want a sentence, separate it with _: "eita_carai,oi"
By default the language is en-GB but you can change this.
The gender of the voice unfortunately can be f and m.
If you only want to change the gender, use the following syntax
speech('baby', gender='m')
speech('what')
speech('voa,ai','pt-BR')
speech('eita_carai,continua','pt-BR','m')
will print in the terminal when finished downloading
v1 >> loop('eita_carai', dur=4, pan=[-5,0,1,0])
v2 >> loop('voa', dur=PDur(3,8), pan=[0,1,0,-5])
v3 >> loop('ai', dur=4, pan=[1,0,-5,0])
v4 >> loop('continua', dur=var([PDur(3,8), 6], [7,1]), pan=[0,1,0,-5])
v5 >> loop('what', dur=8, sus=2, pan=[0,1,0,-5])
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file foxdotshabda-0.1.1.tar.gz.
File metadata
- Download URL: foxdotshabda-0.1.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.7 Linux/6.17.9-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce1e3ca00f6fa6e89d2fbc4126028f3a523d80a29b20cb1c8de8169aa45bf68d
|
|
| MD5 |
401ea62812f33f4510affac0d7312387
|
|
| BLAKE2b-256 |
be134cc32e0354d08149b9c5ba1e5532afc0ad3a759cb0cad65190c4458be908
|
File details
Details for the file foxdotshabda-0.1.1-py3-none-any.whl.
File metadata
- Download URL: foxdotshabda-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.7 Linux/6.17.9-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a8ec2a3a84447458f45d419b62d8064289fa9ebab62ea4dce1a678a4deb3194
|
|
| MD5 |
786936260f839892d4aee36a66c354d3
|
|
| BLAKE2b-256 |
0ffcce4d5e53b7d07352a9c555c7cb32d176c7300de7882e8b62bc181ce4b690
|