help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
voice-cloning
/
data
RSK World
voice-cloning
Voice Cloning Dataset - Text-to-Speech + Voice Synthesis + TTS Models + Tacotron + WaveNet
data
  • audio_statistics.json1.4 KB
  • code_examples.json2.5 KB
  • dataset_manifest.json5 KB
  • dataset_statistics.json2.7 KB
  • dataset_summary.json1.6 KB
  • feature_statistics.json1.4 KB
  • sample_dataset.json2.3 KB
  • sample_features.csv889 B
  • sample_features.json908 B
  • sample_metadata.json1 KB
  • sample_processed_metadata.json1.4 KB
  • sample_speakers.json2.8 KB
  • sample_transcripts.json1.3 KB
  • speakers_extended.json3.5 KB
  • transcript_samples.json2.6 KB
  • usage_examples.json2.1 KB
load_dataset.cpython-313.pyctask_test.rbusage_examples.jsonapi_test.rbsample_features.json
data/usage_examples.json
Raw Download
Find: Go to:
{
  "_comment": "Usage Examples - Developer: Molla Samser, Email: help@rskworld.in, Phone: +91 93305 39277, Website: https://rskworld.in, Year: 2026",
  "examples": [
    {
      "title": "Load Audio File",
      "description": "Load and inspect an audio file from the dataset",
      "code": "import librosa\nimport soundfile as sf\n\n# Load audio file\naudio, sr = librosa.load('audio/speaker_001/recordings/sample_001.wav', sr=22050)\nprint(f'Duration: {len(audio)/sr:.2f} seconds')\nprint(f'Sample rate: {sr} Hz')",
      "language": "python"
    },
    {
      "title": "Extract MFCC Features",
      "description": "Extract MFCC features from audio",
      "code": "import librosa\n\n# Load audio\naudio, sr = librosa.load('audio/sample.wav', sr=22050)\n\n# Extract MFCC features\nmfccs = librosa.feature.mfcc(y=audio, sr=sr, n_mfcc=13)\nprint(f'MFCC shape: {mfccs.shape}')",
      "language": "python"
    },
    {
      "title": "Process Audio Files",
      "description": "Process all audio files in a directory",
      "code": "python scripts/process_audio.py --input audio/ --output processed/ --sample-rate 22050",
      "language": "bash"
    },
    {
      "title": "Extract Features",
      "description": "Extract features from all audio files",
      "code": "python scripts/extract_features.py --audio audio/ --output features/",
      "language": "bash"
    },
    {
      "title": "Prepare Dataset",
      "description": "Prepare dataset for training",
      "code": "python scripts/prepare_dataset.py --config config/dataset_config.json",
      "language": "bash"
    },
    {
      "title": "Load Metadata",
      "description": "Load speaker metadata from JSON file",
      "code": "import json\n\nwith open('audio/speaker_001/metadata.json', 'r') as f:\n    metadata = json.load(f)\n    print(f\"Speaker: {metadata['name']}\")\n    print(f\"Age: {metadata['age']}\")\n    print(f\"Gender: {metadata['gender']}\")",
      "language": "python"
    }
  ],
  "contact": {
    "developer": "Molla Samser",
    "email": "help@rskworld.in",
    "phone": "+91 93305 39277",
    "website": "https://rskworld.in"
  }
}

49 lines•2.1 KB
json
data/sample_features.json
Raw Download
Find: Go to:
{
  "_comment": "Sample Feature Extraction Output - Developer: Molla Samser, Email: help@rskworld.in, Phone: +91 93305 39277, Website: https://rskworld.in, Year: 2026",
  "file_path": "audio/speaker_001/recordings/sample_001.wav",
  "duration": 3.45,
  "sample_rate": 22050,
  "pitch": 185.5,
  "zero_crossing_rate": 0.0823,
  "spectral_centroid": 2845.67,
  "spectral_rolloff": 5234.12,
  "mfcc": {
    "shape": [68, 13],
    "mean_values": [0.234, -0.145, 0.089, -0.067, 0.123, -0.098, 0.156, -0.112, 0.201, -0.134, 0.178, -0.156, 0.145],
    "std_values": [0.456, 0.389, 0.412, 0.378, 0.401, 0.365, 0.423, 0.391, 0.445, 0.367, 0.434, 0.352, 0.398]
  },
  "mel_spectrogram": {
    "shape": [68, 80],
    "mean_value": -45.23,
    "max_value": 0.0,
    "min_value": -80.45
  },
  "extraction_timestamp": "2026-01-15T10:30:00Z",
  "extraction_method": "librosa",
  "version": "1.0"
}
25 lines•908 B
json
🚀 Support RSK World

Subscribe to our YouTube channel for latest tutorials & updates!



Click subscribe & support our work ❤️

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer