{
  "_comment": "Voice Cloning Dataset - Sample Speakers Data - Developer: Molla Samser, Email: help@rskworld.in, Phone: +91 93305 39277, Website: https://rskworld.in, Year: 2026",
  "speakers": [
    {
      "speaker_id": "speaker_001",
      "name": "John Smith",
      "age": 32,
      "gender": "male",
      "accent": "American",
      "language": "en",
      "recording_environment": "studio",
      "total_recordings": 45,
      "total_duration": 125.5,
      "sample_rate": 22050,
      "bit_depth": 16,
      "channels": "mono",
      "voice_characteristics": {
        "pitch_range": "low-medium",
        "tone": "neutral",
        "speaking_rate": "normal"
      }
    },
    {
      "speaker_id": "speaker_002",
      "name": "Sarah Johnson",
      "age": 28,
      "gender": "female",
      "accent": "British",
      "language": "en",
      "recording_environment": "studio",
      "total_recordings": 52,
      "total_duration": 142.3,
      "sample_rate": 22050,
      "bit_depth": 16,
      "channels": "mono",
      "voice_characteristics": {
        "pitch_range": "medium-high",
        "tone": "warm",
        "speaking_rate": "normal"
      }
    },
    {
      "speaker_id": "speaker_003",
      "name": "Michael Chen",
      "age": 35,
      "gender": "male",
      "accent": "Asian",
      "language": "en",
      "recording_environment": "studio",
      "total_recordings": 38,
      "total_duration": 98.7,
      "sample_rate": 22050,
      "bit_depth": 16,
      "channels": "mono",
      "voice_characteristics": {
        "pitch_range": "medium",
        "tone": "clear",
        "speaking_rate": "slightly_fast"
      }
    },
    {
      "speaker_id": "speaker_004",
      "name": "Emma Williams",
      "age": 26,
      "gender": "female",
      "accent": "Australian",
      "language": "en",
      "recording_environment": "studio",
      "total_recordings": 48,
      "total_duration": 135.2,
      "sample_rate": 22050,
      "bit_depth": 16,
      "channels": "mono",
      "voice_characteristics": {
        "pitch_range": "medium",
        "tone": "bright",
        "speaking_rate": "normal"
      }
    },
    {
      "speaker_id": "speaker_005",
      "name": "David Brown",
      "age": 40,
      "gender": "male",
      "accent": "Canadian",
      "language": "en",
      "recording_environment": "studio",
      "total_recordings": 42,
      "total_duration": 118.9,
      "sample_rate": 22050,
      "bit_depth": 16,
      "channels": "mono",
      "voice_characteristics": {
        "pitch_range": "low",
        "tone": "deep",
        "speaking_rate": "slow"
      }
    }
  ],
  "total_speakers": 5,
  "total_recordings": 225,
  "total_duration_hours": 10.2,
  "languages": ["en"],
  "accents": ["American", "British", "Asian", "Australian", "Canadian"]
}

