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
dataset_manifest.json
data/dataset_manifest.json
Raw Download
Find: Go to:
{
  "_comment": "Voice Cloning Dataset Manifest - Developer: Molla Samser, Email: help@rskworld.in, Phone: +91 93305 39277, Website: https://rskworld.in, Year: 2026",
  "dataset_name": "Voice Cloning Dataset",
  "version": "1.0.0",
  "created_date": "2026-01-15",
  "total_speakers": 50,
  "total_recordings": 1250,
  "total_duration_hours": 12.5,
  "total_duration_minutes": 750,
  "languages": ["English", "Hindi", "Spanish", "French", "German"],
  "audio_formats": ["WAV", "FLAC", "MP3"],
  "sample_rates": [16000, 22050, 44100],
  "bit_depths": [16, 24],
  "speakers": [
    {
      "speaker_id": "speaker_001",
      "name": "John Smith",
      "gender": "Male",
      "age": 28,
      "language": "English",
      "accent": "American",
      "num_recordings": 25,
      "total_duration": "12.5 min",
      "formats": ["WAV", "FLAC"],
      "sample_rate": 22050,
      "bit_depth": 16,
      "recording_environment": "Studio"
    },
    {
      "speaker_id": "speaker_002",
      "name": "Sarah Johnson",
      "gender": "Female",
      "age": 32,
      "language": "English",
      "accent": "British",
      "num_recordings": 30,
      "total_duration": "15.2 min",
      "formats": ["WAV", "FLAC"],
      "sample_rate": 22050,
      "bit_depth": 16,
      "recording_environment": "Studio"
    },
    {
      "speaker_id": "speaker_003",
      "name": "Michael Brown",
      "gender": "Male",
      "age": 45,
      "language": "English",
      "accent": "Australian",
      "num_recordings": 22,
      "total_duration": "11.8 min",
      "formats": ["WAV"],
      "sample_rate": 22050,
      "bit_depth": 16,
      "recording_environment": "Studio"
    },
    {
      "speaker_id": "speaker_004",
      "name": "Emily Davis",
      "gender": "Female",
      "age": 26,
      "language": "English",
      "accent": "Canadian",
      "num_recordings": 28,
      "total_duration": "14.5 min",
      "formats": ["WAV", "FLAC"],
      "sample_rate": 22050,
      "bit_depth": 24,
      "recording_environment": "Studio"
    },
    {
      "speaker_id": "speaker_005",
      "name": "David Wilson",
      "gender": "Male",
      "age": 35,
      "language": "English",
      "accent": "American",
      "num_recordings": 27,
      "total_duration": "13.7 min",
      "formats": ["WAV"],
      "sample_rate": 22050,
      "bit_depth": 16,
      "recording_environment": "Studio"
    },
    {
      "speaker_id": "speaker_006",
      "name": "Lisa Anderson",
      "gender": "Female",
      "age": 29,
      "language": "English",
      "accent": "British",
      "num_recordings": 24,
      "total_duration": "12.1 min",
      "formats": ["WAV", "FLAC"],
      "sample_rate": 22050,
      "bit_depth": 16,
      "recording_environment": "Studio"
    },
    {
      "speaker_id": "speaker_007",
      "name": "Robert Taylor",
      "gender": "Male",
      "age": 38,
      "language": "English",
      "accent": "American",
      "num_recordings": 26,
      "total_duration": "13.2 min",
      "formats": ["WAV"],
      "sample_rate": 22050,
      "bit_depth": 16,
      "recording_environment": "Studio"
    },
    {
      "speaker_id": "speaker_008",
      "name": "Jennifer Martinez",
      "gender": "Female",
      "age": 31,
      "language": "Spanish",
      "accent": "Mexican",
      "num_recordings": 23,
      "total_duration": "11.9 min",
      "formats": ["WAV", "FLAC"],
      "sample_rate": 22050,
      "bit_depth": 16,
      "recording_environment": "Studio"
    },
    {
      "speaker_id": "speaker_009",
      "name": "James Thompson",
      "gender": "Male",
      "age": 42,
      "language": "English",
      "accent": "Irish",
      "num_recordings": 29,
      "total_duration": "14.8 min",
      "formats": ["WAV", "FLAC"],
      "sample_rate": 22050,
      "bit_depth": 24,
      "recording_environment": "Studio"
    },
    {
      "speaker_id": "speaker_010",
      "name": "Maria Garcia",
      "gender": "Female",
      "age": 27,
      "language": "Spanish",
      "accent": "Spanish",
      "num_recordings": 25,
      "total_duration": "12.6 min",
      "formats": ["WAV"],
      "sample_rate": 22050,
      "bit_depth": 16,
      "recording_environment": "Studio"
    }
  ],
  "statistics": {
    "gender_distribution": {
      "male": 28,
      "female": 22
    },
    "age_distribution": {
      "18-25": 12,
      "26-35": 20,
      "36-45": 13,
      "46+": 5
    },
    "format_distribution": {
      "WAV": 850,
      "FLAC": 120,
      "MP3": 30
    },
    "duration_distribution": {
      "0-2s": 120,
      "2-5s": 450,
      "5-10s": 280,
      "10-15s": 120,
      "15s+": 30
    }
  },
  "metadata": {
    "license": "See LICENSE file",
    "citation": "Voice Cloning Dataset (2026) - Molla Samser - rskworld.in",
    "contact": {
      "developer": "Molla Samser",
      "email": "help@rskworld.in",
      "phone": "+91 93305 39277",
      "website": "https://rskworld.in"
    }
  }
}

192 lines•5 KB
json

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