One Hat Cyber Team
Your IP :
3.21.166.125
Server IP :
162.241.123.123
Server :
Linux sh016.hostgator.in 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home1
/
saicsazq
/
keedoai.com
/
database
/
seeders
/
View File Name :
VoicesSeeder.php
<?php namespace Database\Seeders; use Illuminate\Database\Seeder; use App\Models\Voice; class VoicesSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { $voices = [ ['id' => 1, 'voice' => 'Amina', 'voice_id' => 'ar-XA-Wavenet-A', 'gender' => 'Female', 'language_code' => 'ar-XA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/amina-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 2, 'voice' => 'Ahmad', 'voice_id' => 'ar-XA-Wavenet-B', 'gender' => 'Male', 'language_code' => 'ar-XA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ahmad-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/29.jpg'], ['id' => 3, 'voice' => 'Abdulla', 'voice_id' => 'ar-XA-Wavenet-C', 'gender' => 'Male', 'language_code' => 'ar-XA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/abdulla-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/30.jpg'], ['id' => 4, 'voice' => 'Saniya', 'voice_id' => 'ar-XA-Wavenet-D', 'gender' => 'Female', 'language_code' => 'ar-XA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/saniya-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 5, 'voice' => 'Aarya', 'voice_id' => 'bn-IN-Wavenet-A', 'gender' => 'Female', 'language_code' => 'bn-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/aarya-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 6, 'voice' => 'Achintya', 'voice_id' => 'bn-IN-Wavenet-B', 'gender' => 'Male', 'language_code' => 'bn-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/achintya-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/31.jpg'], ['id' => 7, 'voice' => 'Eliska', 'voice_id' => 'cs-CZ-Wavenet-A', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/eliska-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 8, 'voice' => 'Ida', 'voice_id' => 'da-DK-Wavenet-A', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ida-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/4.jpg'], ['id' => 9, 'voice' => 'Morten', 'voice_id' => 'da-DK-Wavenet-C', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/morten-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/32.jpg'], ['id' => 10, 'voice' => 'Freja', 'voice_id' => 'da-DK-Wavenet-D', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/freja-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/5.jpg'], ['id' => 11, 'voice' => 'Josefine', 'voice_id' => 'da-DK-Wavenet-E', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/josefine-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/6.jpg'], ['id' => 12, 'voice' => 'Mila', 'voice_id' => 'nl-NL-Wavenet-A', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/mila-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/7.jpg'], ['id' => 13, 'voice' => 'Arend', 'voice_id' => 'nl-NL-Wavenet-B', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/arend-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/33.jpg'], ['id' => 14, 'voice' => 'Christiaan', 'voice_id' => 'nl-NL-Wavenet-C', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/christiaan-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/34.jpg'], ['id' => 15, 'voice' => 'Lotte', 'voice_id' => 'nl-NL-Wavenet-D', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/lotte-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/8.jpg'], ['id' => 16, 'voice' => 'Fenna', 'voice_id' => 'nl-NL-Wavenet-E', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/fenna-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/9.jpg'], ['id' => 17, 'voice' => 'Charlotte', 'voice_id' => 'en-AU-Wavenet-A', 'gender' => 'Female', 'language_code' => 'en-AU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/charlotte-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/10.jpg'], ['id' => 18, 'voice' => 'Noah', 'voice_id' => 'en-AU-Wavenet-B', 'gender' => 'Male', 'language_code' => 'en-AU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/noah-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/35.jpg'], ['id' => 19, 'voice' => 'Amelia', 'voice_id' => 'en-AU-Wavenet-C', 'gender' => 'Female', 'language_code' => 'en-AU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/amelia-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/11.jpg'], ['id' => 20, 'voice' => 'Oliver', 'voice_id' => 'en-AU-Wavenet-D', 'gender' => 'Male', 'language_code' => 'en-AU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/oliver-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/36.jpg'], ['id' => 21, 'voice' => 'Saanvi', 'voice_id' => 'en-IN-Wavenet-A', 'gender' => 'Female', 'language_code' => 'en-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/saanvi-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/12.jpg'], ['id' => 22, 'voice' => 'Sai', 'voice_id' => 'en-IN-Wavenet-B', 'gender' => 'Male', 'language_code' => 'en-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/sai-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/37.jpg'], ['id' => 23, 'voice' => 'Veer', 'voice_id' => 'en-IN-Wavenet-C', 'gender' => 'Male', 'language_code' => 'en-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/veer-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/38.jpg'], ['id' => 24, 'voice' => 'Prisha', 'voice_id' => 'en-IN-Wavenet-D', 'gender' => 'Female', 'language_code' => 'en-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/prisha-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/13.jpg'], ['id' => 25, 'voice' => 'Poppy', 'voice_id' => 'en-GB-Wavenet-A', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/poppy-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/14.jpg'], ['id' => 26, 'voice' => 'Charles', 'voice_id' => 'en-GB-Wavenet-B', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/charles-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/39.jpg'], ['id' => 27, 'voice' => 'Elsie', 'voice_id' => 'en-GB-Wavenet-C', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/elsie-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/15.jpg'], ['id' => 28, 'voice' => 'Harry', 'voice_id' => 'en-GB-Wavenet-D', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/harry-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/40.jpg'], ['id' => 29, 'voice' => 'Nancy', 'voice_id' => 'en-GB-Wavenet-F', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/nancy-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/16.jpg'], ['id' => 30, 'voice' => 'Dick', 'voice_id' => 'en-US-Wavenet-A', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/dick-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 31, 'voice' => 'Bush', 'voice_id' => 'en-US-Wavenet-B', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/bush-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/22.jpg'], ['id' => 32, 'voice' => 'Caroline', 'voice_id' => 'en-US-Wavenet-C', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/caroline-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/17.jpg'], ['id' => 33, 'voice' => 'Trump', 'voice_id' => 'en-US-Wavenet-D', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/trump-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/23.jpg'], ['id' => 34, 'voice' => 'Susan', 'voice_id' => 'en-US-Wavenet-E', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/susan-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/18.jpg'], ['id' => 35, 'voice' => 'Kimberly', 'voice_id' => 'en-US-Wavenet-F', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/kimberly-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/19.jpg'], ['id' => 36, 'voice' => 'Ellen', 'voice_id' => 'en-US-Wavenet-G', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ellen-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 37, 'voice' => 'Teresa', 'voice_id' => 'en-US-Wavenet-H', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/teresa-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 38, 'voice' => 'Oscar', 'voice_id' => 'en-US-Wavenet-I', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/oscar-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/24.jpg'], ['id' => 39, 'voice' => 'Obama', 'voice_id' => 'en-US-Wavenet-J', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/obama-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/25.jpg'], ['id' => 40, 'voice' => 'Princess', 'voice_id' => 'fil-PH-Wavenet-A', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/princess-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 41, 'voice' => 'Andrea', 'voice_id' => 'fil-PH-Wavenet-B', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/andrea-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 42, 'voice' => 'Angel', 'voice_id' => 'fil-PH-Wavenet-C', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/angel-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/26.jpg'], ['id' => 43, 'voice' => 'Nathaniel', 'voice_id' => 'fil-PH-Wavenet-D', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/nathaniel-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/27.jpg'], ['id' => 44, 'voice' => 'Enni', 'voice_id' => 'fi-FI-Wavenet-A', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/enni-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/4.jpg'], ['id' => 45, 'voice' => 'Emma', 'voice_id' => 'fr-CA-Wavenet-A', 'gender' => 'Female', 'language_code' => 'fr-CA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/emma-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/5.jpg'], ['id' => 46, 'voice' => 'Thomas', 'voice_id' => 'fr-CA-Wavenet-B', 'gender' => 'Male', 'language_code' => 'fr-CA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/thomas-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/28.jpg'], ['id' => 47, 'voice' => 'Lea', 'voice_id' => 'fr-CA-Wavenet-C', 'gender' => 'Female', 'language_code' => 'fr-CA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/lea-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/6.jpg'], ['id' => 48, 'voice' => 'William', 'voice_id' => 'fr-CA-Wavenet-D', 'gender' => 'Male', 'language_code' => 'fr-CA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/william-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/29.jpg'], ['id' => 49, 'voice' => 'Mathilde', 'voice_id' => 'fr-FR-Wavenet-A', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/mathilde-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/7.jpg'], ['id' => 50, 'voice' => 'Foucauld', 'voice_id' => 'fr-FR-Wavenet-B', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/foucauld-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/30.jpg'], ['id' => 51, 'voice' => 'Louise', 'voice_id' => 'fr-FR-Wavenet-C', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/louise-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/8.jpg'], ['id' => 52, 'voice' => 'Florent', 'voice_id' => 'fr-FR-Wavenet-D', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/florent-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/31.jpg'], ['id' => 53, 'voice' => 'Alice', 'voice_id' => 'fr-FR-Wavenet-E', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/alice-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/9.jpg'], ['id' => 54, 'voice' => 'Eva', 'voice_id' => 'de-DE-Wavenet-A', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/eva-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/10.jpg'], ['id' => 55, 'voice' => 'Wilhelm', 'voice_id' => 'de-DE-Wavenet-B', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/wilhelm-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/32.jpg'], ['id' => 56, 'voice' => 'Hannah', 'voice_id' => 'de-DE-Wavenet-C', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/hannah-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/9.jpg'], ['id' => 57, 'voice' => 'Alfred', 'voice_id' => 'de-DE-Wavenet-D', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/alfred-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/33.jpg'], ['id' => 58, 'voice' => 'Werner', 'voice_id' => 'de-DE-Wavenet-E', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/werner-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/34.jpg'], ['id' => 59, 'voice' => 'Merkel', 'voice_id' => 'de-DE-Wavenet-F', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/merkel-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/10.jpg'], ['id' => 60, 'voice' => 'Eleni', 'voice_id' => 'el-GR-Wavenet-A', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/eleni-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/11.jpg'], ['id' => 61, 'voice' => 'Inika', 'voice_id' => 'gu-IN-Wavenet-A', 'gender' => 'Female', 'language_code' => 'gu-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/inika-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/12.jpg'], ['id' => 62, 'voice' => 'Jhinuk', 'voice_id' => 'gu-IN-Wavenet-B', 'gender' => 'Male', 'language_code' => 'gu-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/jhinuk-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/35.jpg'], ['id' => 63, 'voice' => 'Arunima', 'voice_id' => 'hi-IN-Wavenet-A', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/arunima-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/13.jpg'], ['id' => 64, 'voice' => 'Ayaan', 'voice_id' => 'hi-IN-Wavenet-B', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ayaan-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/36.jpg'], ['id' => 65, 'voice' => 'Keshav', 'voice_id' => 'hi-IN-Wavenet-C', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/keshav-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/37.jpg'], ['id' => 66, 'voice' => 'Bhavna', 'voice_id' => 'hi-IN-Wavenet-D', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/bhavna-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/14.jpg'], ['id' => 67, 'voice' => 'Lena', 'voice_id' => 'hu-HU-Wavenet-A', 'gender' => 'Female', 'language_code' => 'hu-HU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/lena-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/15.jpg'], ['id' => 68, 'voice' => 'Aulia', 'voice_id' => 'id-ID-Wavenet-A', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/aulia-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/16.jpg'], ['id' => 69, 'voice' => 'Arief', 'voice_id' => 'id-ID-Wavenet-B', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/arief-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/38.jpg'], ['id' => 70, 'voice' => 'Fadhlan', 'voice_id' => 'id-ID-Wavenet-C', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/fadhlan-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/39.jpg'], ['id' => 71, 'voice' => 'Dewi', 'voice_id' => 'id-ID-Wavenet-D', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/dewi-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/17.jpg'], ['id' => 72, 'voice' => 'Federica', 'voice_id' => 'it-IT-Wavenet-A', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/federica-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/18.jpg'], ['id' => 73, 'voice' => 'Bella', 'voice_id' => 'it-IT-Wavenet-B', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/bella-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/19.jpg'], ['id' => 74, 'voice' => 'Luca', 'voice_id' => 'it-IT-Wavenet-C', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/luca-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/40.jpg'], ['id' => 75, 'voice' => 'Matteo', 'voice_id' => 'it-IT-Wavenet-D', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/matteo-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 76, 'voice' => 'Manami', 'voice_id' => 'ja-JP-Wavenet-A', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/manami-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 77, 'voice' => 'Mizuki', 'voice_id' => 'ja-JP-Wavenet-B', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/mizuki-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 78, 'voice' => 'Sensei', 'voice_id' => 'ja-JP-Wavenet-C', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/sensei-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/22.jpg'], ['id' => 79, 'voice' => 'Takuya', 'voice_id' => 'ja-JP-Wavenet-D', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/takuya-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/23.jpg'], ['id' => 80, 'voice' => 'Aarushi', 'voice_id' => 'kn-IN-Wavenet-A', 'gender' => 'Female', 'language_code' => 'kn-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/aarushi-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 81, 'voice' => 'Arjun', 'voice_id' => 'kn-IN-Wavenet-B', 'gender' => 'Male', 'language_code' => 'kn-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/arjun-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/24.jpg'], ['id' => 82, 'voice' => 'Yong', 'voice_id' => 'ko-KR-Wavenet-A', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/yong-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 83, 'voice' => 'Eun-Kyung', 'voice_id' => 'ko-KR-Wavenet-B', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/eun-kyung-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/4.jpg'], ['id' => 84, 'voice' => 'Beom-Soo', 'voice_id' => 'ko-KR-Wavenet-C', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/beom-soo-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/25.jpg'], ['id' => 85, 'voice' => 'Byung-joon', 'voice_id' => 'ko-KR-Wavenet-D', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/byung-joon-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/26.jpg'], ['id' => 86, 'voice' => 'Abha', 'voice_id' => 'ml-IN-Wavenet-A', 'gender' => 'Female', 'language_code' => 'ml-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/abha-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/5.jpg'], ['id' => 87, 'voice' => 'Akhil', 'voice_id' => 'ml-IN-Wavenet-B', 'gender' => 'Male', 'language_code' => 'ml-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/akhil-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/27.jpg'], ['id' => 88, 'voice' => 'Changying', 'voice_id' => 'cmn-CN-Wavenet-A', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/changying-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/6.jpg'], ['id' => 89, 'voice' => 'Boqin', 'voice_id' => 'cmn-CN-Wavenet-B', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/boqin-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/28.jpg'], ['id' => 90, 'voice' => 'Delun', 'voice_id' => 'cmn-CN-Wavenet-C', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/delun-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/29.jpg'], ['id' => 91, 'voice' => 'Tyantyan', 'voice_id' => 'cmn-CN-Wavenet-D', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/tyantyan-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/7.jpg'], ['id' => 92, 'voice' => 'Sunyo', 'voice_id' => 'cmn-TW-Wavenet-A', 'gender' => 'Female', 'language_code' => 'cmn-TW', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/sunyo-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/8.jpg'], ['id' => 93, 'voice' => 'Chen', 'voice_id' => 'cmn-TW-Wavenet-B', 'gender' => 'Male', 'language_code' => 'cmn-TW', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/chen-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/30.jpg'], ['id' => 94, 'voice' => 'Xianbao', 'voice_id' => 'cmn-TW-Wavenet-C', 'gender' => 'Male', 'language_code' => 'cmn-TW', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/xianbao-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/31.jpg'], ['id' => 95, 'voice' => 'Chin', 'voice_id' => 'nb-NO-Wavenet-A', 'gender' => 'Female', 'language_code' => 'nb-NO', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/chin-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/9.jpg'], ['id' => 96, 'voice' => 'Bjorn', 'voice_id' => 'nb-NO-Wavenet-B', 'gender' => 'Male', 'language_code' => 'nb-NO', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/bjorn-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/32.jpg'], ['id' => 97, 'voice' => 'Inger', 'voice_id' => 'nb-NO-Wavenet-C', 'gender' => 'Female', 'language_code' => 'nb-NO', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/inger-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/10.jpg'], ['id' => 98, 'voice' => 'Dag', 'voice_id' => 'nb-NO-Wavenet-D', 'gender' => 'Male', 'language_code' => 'nb-NO', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/dag-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/33.jpg'], ['id' => 99, 'voice' => 'Janne', 'voice_id' => 'nb-NO-Wavenet-E', 'gender' => 'Female', 'language_code' => 'nb-NO', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/janne-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/11.jpg'], ['id' => 100, 'voice' => 'Sara', 'voice_id' => 'pl-PL-Wavenet-A', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/sara-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/12.jpg'], ['id' => 101, 'voice' => 'Jan', 'voice_id' => 'pl-PL-Wavenet-B', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/jan-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/34.jpg'], ['id' => 102, 'voice' => 'Jacob', 'voice_id' => 'pl-PL-Wavenet-C', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/jacob-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/35.jpg'], ['id' => 103, 'voice' => 'Lena', 'voice_id' => 'pl-PL-Wavenet-D', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/lena-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/13.jpg'], ['id' => 104, 'voice' => 'Zofia', 'voice_id' => 'pl-PL-Wavenet-E', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/zofia-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/14.jpg'], ['id' => 105, 'voice' => 'Francisca', 'voice_id' => 'pt-BR-Wavenet-A', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/francisca-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/15.jpg'], ['id' => 106, 'voice' => 'Beatriz', 'voice_id' => 'pt-PT-Wavenet-A', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/beatriz-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/16.jpg'], ['id' => 107, 'voice' => 'Ronaldo', 'voice_id' => 'pt-PT-Wavenet-B', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ronaldo-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/36.jpg'], ['id' => 108, 'voice' => 'Lisboa', 'voice_id' => 'pt-PT-Wavenet-C', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/lisboa-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/37.jpg'], ['id' => 109, 'voice' => 'Mariana', 'voice_id' => 'pt-PT-Wavenet-D', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/mariana-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/17.jpg'], ['id' => 110, 'voice' => 'Mihaela', 'voice_id' => 'ro-RO-Wavenet-A', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/mihaela-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/18.jpg'], ['id' => 111, 'voice' => 'Oksana', 'voice_id' => 'ru-RU-Wavenet-A', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/oksana-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/19.jpg'], ['id' => 112, 'voice' => 'Vlad', 'voice_id' => 'ru-RU-Wavenet-B', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/vlad-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/38.jpg'], ['id' => 113, 'voice' => 'Veronika', 'voice_id' => 'ru-RU-Wavenet-C', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/veronika-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 114, 'voice' => 'Dapohui', 'voice_id' => 'ru-RU-Wavenet-D', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/dapohui-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/39.jpg'], ['id' => 115, 'voice' => 'Svetlana', 'voice_id' => 'ru-RU-Wavenet-E', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/svetlana-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 116, 'voice' => 'Anna', 'voice_id' => 'sk-SK-Wavenet-A', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/anna-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 117, 'voice' => 'Hector', 'voice_id' => 'es-ES-Wavenet-B', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/hector-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/40.jpg'], ['id' => 118, 'voice' => 'Vanessa', 'voice_id' => 'es-ES-Wavenet-C', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/vanessa-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 119, 'voice' => 'Laura', 'voice_id' => 'es-ES-Wavenet-D', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/laura-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/4.jpg'], ['id' => 120, 'voice' => 'Isabella', 'voice_id' => 'es-US-Wavenet-A', 'gender' => 'Female', 'language_code' => 'es-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/isabella-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/5.jpg'], ['id' => 121, 'voice' => 'Pedro', 'voice_id' => 'es-US-Wavenet-B', 'gender' => 'Male', 'language_code' => 'es-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/pedro-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 122, 'voice' => 'Sanches', 'voice_id' => 'es-US-Wavenet-C', 'gender' => 'Male', 'language_code' => 'es-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/sanches-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/22.jpg'], ['id' => 123, 'voice' => 'Karin', 'voice_id' => 'sv-SE-Wavenet-A', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/karin-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/6.jpg'], ['id' => 124, 'voice' => 'Aarushi', 'voice_id' => 'ta-IN-Wavenet-A', 'gender' => 'Female', 'language_code' => 'ta-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/aarushi-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/7.jpg'], ['id' => 125, 'voice' => 'Aadhish', 'voice_id' => 'ta-IN-Wavenet-B', 'gender' => 'Male', 'language_code' => 'ta-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/aadhish-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/23.jpg'], ['id' => 126, 'voice' => 'Zeynep', 'voice_id' => 'tr-TR-Wavenet-A', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/zeynep-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/8.jpg'], ['id' => 127, 'voice' => 'Oktay', 'voice_id' => 'tr-TR-Wavenet-B', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/oktay-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/24.jpg'], ['id' => 128, 'voice' => 'Fatima', 'voice_id' => 'tr-TR-Wavenet-C', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/fatima-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/9.jpg'], ['id' => 129, 'voice' => 'Gulchatay', 'voice_id' => 'tr-TR-Wavenet-D', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/gulchatay-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/10.jpg'], ['id' => 130, 'voice' => 'Yanar', 'voice_id' => 'tr-TR-Wavenet-E', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/yanar-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/25.jpg'], ['id' => 131, 'voice' => 'Oksana', 'voice_id' => 'uk-UA-Wavenet-A', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/oksana-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/11.jpg'], ['id' => 132, 'voice' => 'Chau', 'voice_id' => 'vi-VN-Wavenet-A', 'gender' => 'Female', 'language_code' => 'vi-VN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/chau-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/12.jpg'], ['id' => 133, 'voice' => 'Dung', 'voice_id' => 'vi-VN-Wavenet-B', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/dung-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/26.jpg'], ['id' => 134, 'voice' => 'Cam', 'voice_id' => 'vi-VN-Wavenet-C', 'gender' => 'Female', 'language_code' => 'vi-VN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/cam-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/13.jpg'], ['id' => 135, 'voice' => 'Duy', 'voice_id' => 'vi-VN-Wavenet-D', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/duy-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/27.jpg'], ['id' => 136, 'voice' => 'Marie', 'voice_id' => 'nl-BE-Wavenet-A', 'gender' => 'Female', 'language_code' => 'nl-BE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/marie-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/8.jpg'], ['id' => 137, 'voice' => 'Luc', 'voice_id' => 'nl-BE-Wavenet-B', 'gender' => 'Male', 'language_code' => 'nl-BE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/luc-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/33.jpg'], ['id' => 138, 'voice' => 'Aisyah', 'voice_id' => 'ms-MY-Wavenet-A', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/aisyah-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/9.jpg'], ['id' => 139, 'voice' => 'Ismail', 'voice_id' => 'ms-MY-Wavenet-B', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ismail-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/34.jpg'], ['id' => 140, 'voice' => 'Nur', 'voice_id' => 'ms-MY-Wavenet-C', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/nur-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/10.jpg'], ['id' => 141, 'voice' => 'Hafiz', 'voice_id' => 'ms-MY-Wavenet-D', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/hafiz-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/35.jpg'], ['id' => 142, 'voice' => 'Tarcisio', 'voice_id' => 'pt-BR-Wavenet-B', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/tarcisio-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/36.jpg'], ['id' => 143, 'voice' => 'Amarjot', 'voice_id' => 'pa-IN-Wavenet-A', 'gender' => 'Female', 'language_code' => 'pa-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/amarjot-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/11.jpg'], ['id' => 144, 'voice' => 'Birpal', 'voice_id' => 'pa-IN-Wavenet-B', 'gender' => 'Male', 'language_code' => 'pa-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/birpal-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/37.jpg'], ['id' => 145, 'voice' => 'Arheer', 'voice_id' => 'pa-IN-Wavenet-C', 'gender' => 'Female', 'language_code' => 'pa-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/arheer-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/12.jpg'], ['id' => 146, 'voice' => 'Bishanpal', 'voice_id' => 'pa-IN-Wavenet-D', 'gender' => 'Male', 'language_code' => 'pa-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/bishanpal-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/38.jpg'], ['id' => 147, 'voice' => 'Frida', 'voice_id' => 'sv-SE-Wavenet-B', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/frida-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/13.jpg'], ['id' => 148, 'voice' => 'Anders', 'voice_id' => 'sv-SE-Wavenet-C', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/anders-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/39.jpg'], ['id' => 149, 'voice' => 'Raisa', 'voice_id' => 'sv-SE-Wavenet-D', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/raisa-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/14.jpg'], ['id' => 150, 'voice' => 'Markus', 'voice_id' => 'sv-SE-Wavenet-E', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/markus-nrl.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/40.jpg'], ['id' => 151, 'voice' => 'Salma', 'voice_id' => 'ar-EG-SalmaNeural', 'gender' => 'Female', 'language_code' => 'ar-EG', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/salma.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/17.jpg'], ['id' => 152, 'voice' => 'Shakir', 'voice_id' => 'ar-EG-ShakirNeural ', 'gender' => 'Male', 'language_code' => 'ar-EG', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/shakir.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/21.jpg'], ['id' => 153, 'voice' => 'Zariyah', 'voice_id' => 'ar-SA-ZariyahNeural', 'gender' => 'Female', 'language_code' => 'ar-SA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/zariyah.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/18.jpg'], ['id' => 154, 'voice' => 'Hamed', 'voice_id' => 'ar-SA-HamedNeural', 'gender' => 'Male', 'language_code' => 'ar-SA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/hamed.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/22.jpg'], ['id' => 155, 'voice' => 'Kalina', 'voice_id' => 'bg-BG-KalinaNeural', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/kalina.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/19.jpg'], ['id' => 156, 'voice' => 'Borislav', 'voice_id' => 'bg-BG-BorislavNeural', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/borislav.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/23.jpg'], ['id' => 157, 'voice' => 'Alba', 'voice_id' => 'ca-ES-AlbaNeural', 'gender' => 'Female', 'language_code' => 'ca-ES', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/alba.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/20.jpg'], ['id' => 158, 'voice' => 'Joanna', 'voice_id' => 'ca-ES-JoanaNeural', 'gender' => 'Female', 'language_code' => 'ca-ES', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/joanna.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 159, 'voice' => 'Enric', 'voice_id' => 'ca-ES-EnricNeural', 'gender' => 'Male', 'language_code' => 'ca-ES', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/enric.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/24.jpg'], ['id' => 160, 'voice' => 'HiuGaai', 'voice_id' => 'zh-HK-HiuGaaiNeural', 'gender' => 'Female', 'language_code' => 'zh-HK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/hiugaai.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 161, 'voice' => 'HiuMaan', 'voice_id' => 'zh-HK-HiuMaanNeural', 'gender' => 'Female', 'language_code' => 'zh-HK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/huimaan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 162, 'voice' => 'WanLung', 'voice_id' => 'zh-HK-WanLungNeural', 'gender' => 'Male', 'language_code' => 'zh-HK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/wanlung.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/24.jpg'], ['id' => 163, 'voice' => 'Xiaoxiao', 'voice_id' => 'zh-CN-XiaoxiaoNeural', 'gender' => 'Female', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/xiaoxiao.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 164, 'voice' => 'Xiaoyou', 'voice_id' => 'zh-CN-XiaoyouNeural', 'gender' => 'Female', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/xiaoyou.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 165, 'voice' => 'Xiaomo', 'voice_id' => 'zh-CN-XiaomoNeural', 'gender' => 'Female', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/xiaomo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/6.jpg'], ['id' => 166, 'voice' => 'Xiaoxuan', 'voice_id' => 'zh-CN-XiaoxuanNeural', 'gender' => 'Female', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/xiaoxuan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/7.jpg'], ['id' => 167, 'voice' => 'Xiaohan', 'voice_id' => 'zh-CN-XiaohanNeural', 'gender' => 'Female', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/xiaohan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/8.jpg'], ['id' => 168, 'voice' => 'Xiaorui', 'voice_id' => 'zh-CN-XiaoruiNeural', 'gender' => 'Female', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/xiaorui.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/9.jpg'], ['id' => 169, 'voice' => 'Yunyang', 'voice_id' => 'zh-CN-YunyangNeural', 'gender' => 'Male', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yunyang.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 170, 'voice' => 'Yunye', 'voice_id' => 'zh-CN-YunyeNeural', 'gender' => 'Male', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yunye.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 171, 'voice' => 'Yunxi', 'voice_id' => 'zh-CN-YunxiNeural', 'gender' => 'Male', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yunxi.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/27.jpg'], ['id' => 172, 'voice' => 'HsiaoChen', 'voice_id' => 'zh-TW-HsiaoChenNeural', 'gender' => 'Female', 'language_code' => 'zh-TW', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/hsiaochen.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/10.jpg'], ['id' => 173, 'voice' => 'HsiaoYu', 'voice_id' => 'zh-TW-HsiaoYuNeural', 'gender' => 'Female', 'language_code' => 'zh-TW', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/hsiaoyu.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/11.jpg'], ['id' => 174, 'voice' => 'YunJhe', 'voice_id' => 'zh-TW-YunJheNeural', 'gender' => 'Male', 'language_code' => 'zh-TW', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yunjhe.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/28.jpg'], ['id' => 175, 'voice' => 'Gabrijela', 'voice_id' => 'hr-HR-GabrijelaNeural', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gabrijela.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/12.jpg'], ['id' => 176, 'voice' => 'Srecko', 'voice_id' => 'hr-HR-SreckoNeural', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/srecko.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/29.jpg'], ['id' => 177, 'voice' => 'Vlasta', 'voice_id' => 'cs-CZ-VlastaNeural', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/vlasta.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/13.jpg'], ['id' => 178, 'voice' => 'Antonin', 'voice_id' => 'cs-CZ-AntoninNeural', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/antonin.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/30.jpg'], ['id' => 179, 'voice' => 'Christel', 'voice_id' => 'da-DK-ChristelNeural', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/christel.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/14.jpg'], ['id' => 180, 'voice' => 'Jeppe', 'voice_id' => 'da-DK-JeppeNeural', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/jeppe.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/31.jpg'], ['id' => 181, 'voice' => 'Dena', 'voice_id' => 'nl-BE-DenaNeural', 'gender' => 'Female', 'language_code' => 'nl-BE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/dena.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/15.jpg'], ['id' => 182, 'voice' => 'Arnaud', 'voice_id' => 'nl-BE-ArnaudNeural', 'gender' => 'Male', 'language_code' => 'nl-BE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/arnaud.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/32.jpg'], ['id' => 183, 'voice' => 'Colette', 'voice_id' => 'nl-NL-ColetteNeural', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/colette.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/16.jpg'], ['id' => 184, 'voice' => 'Fenna', 'voice_id' => 'nl-NL-FennaNeural', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/fenna.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/17.jpg'], ['id' => 185, 'voice' => 'Maarten', 'voice_id' => 'nl-NL-MaartenNeural', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/maarten.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/33.jpg'], ['id' => 186, 'voice' => 'Natasha', 'voice_id' => 'en-AU-NatashaNeural', 'gender' => 'Female', 'language_code' => 'en-AU', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/natasha.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/18.jpg'], ['id' => 187, 'voice' => 'William', 'voice_id' => 'en-AU-WilliamNeural', 'gender' => 'Male', 'language_code' => 'en-AU', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/william.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/34.jpg'], ['id' => 188, 'voice' => 'Clara', 'voice_id' => 'en-CA-ClaraNeural', 'gender' => 'Female', 'language_code' => 'en-CA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/clara.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/19.jpg'], ['id' => 189, 'voice' => 'Liam', 'voice_id' => 'en-CA-LiamNeural', 'gender' => 'Male', 'language_code' => 'en-CA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/liam.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/35.jpg'], ['id' => 190, 'voice' => 'Yan', 'voice_id' => 'en-HK-YanNeural', 'gender' => 'Female', 'language_code' => 'en-HK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/20.jpg'], ['id' => 191, 'voice' => 'Sam', 'voice_id' => 'en-HK-SamNeural', 'gender' => 'Male', 'language_code' => 'en-HK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sam.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/36.jpg'], ['id' => 192, 'voice' => 'Neerja', 'voice_id' => 'en-IN-NeerjaNeural', 'gender' => 'Female', 'language_code' => 'en-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/neerja.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 193, 'voice' => 'Prabhat', 'voice_id' => 'en-IN-PrabhatNeural', 'gender' => 'Male', 'language_code' => 'en-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/prabhat.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/37.jpg'], ['id' => 194, 'voice' => 'Emily', 'voice_id' => 'en-IE-EmilyNeural', 'gender' => 'Female', 'language_code' => 'en-IE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/emily.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 195, 'voice' => 'Connor', 'voice_id' => 'en-IE-ConnorNeural', 'gender' => 'Male', 'language_code' => 'en-IE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/connor.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/38.jpg'], ['id' => 196, 'voice' => 'Molly', 'voice_id' => 'en-NZ-MollyNeural', 'gender' => 'Female', 'language_code' => 'en-NZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/molly.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 197, 'voice' => 'Mitchell', 'voice_id' => 'en-NZ-MitchellNeural', 'gender' => 'Male', 'language_code' => 'en-NZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/mitchell.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/39.jpg'], ['id' => 198, 'voice' => 'Rosa', 'voice_id' => 'en-PH-RosaNeural', 'gender' => 'Female', 'language_code' => 'en-PH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/rosa.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 199, 'voice' => 'James', 'voice_id' => 'en-PH-JamesNeural', 'gender' => 'Male', 'language_code' => 'en-PH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/james.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/40.jpg'], ['id' => 200, 'voice' => 'Luna', 'voice_id' => 'en-SG-LunaNeural', 'gender' => 'Female', 'language_code' => 'en-SG', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/luna.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 201, 'voice' => 'Wayne', 'voice_id' => 'en-SG-WayneNeural', 'gender' => 'Male', 'language_code' => 'en-SG', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/wayne.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/21.jpg'], ['id' => 202, 'voice' => 'Leah', 'voice_id' => 'en-ZA-LeahNeural', 'gender' => 'Female', 'language_code' => 'en-ZA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/leah.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/6.jpg'], ['id' => 203, 'voice' => 'Luke', 'voice_id' => 'en-ZA-LukeNeural', 'gender' => 'Male', 'language_code' => 'en-ZA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/luke.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/22.jpg'], ['id' => 204, 'voice' => 'Libby', 'voice_id' => 'en-GB-LibbyNeural', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/libby.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/7.jpg'], ['id' => 205, 'voice' => 'Ryan', 'voice_id' => 'en-GB-RyanNeural', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ryan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/23.jpg'], ['id' => 206, 'voice' => 'Aria', 'voice_id' => 'en-US-AriaNeural', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/aria-nrl.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/8.jpg'], ['id' => 207, 'voice' => 'Jenny', 'voice_id' => 'en-US-JennyNeural', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/jenny.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/9.jpg'], ['id' => 208, 'voice' => 'Guy', 'voice_id' => 'en-US-GuyNeural', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/guy-nrl.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/24.jpg'], ['id' => 209, 'voice' => 'Anu', 'voice_id' => 'et-EE-AnuNeural', 'gender' => 'Female', 'language_code' => 'et-EE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/anu.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/10.jpg'], ['id' => 210, 'voice' => 'Kert', 'voice_id' => 'et-EE-KertNeural', 'gender' => 'Male', 'language_code' => 'et-EE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/kert.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 211, 'voice' => 'Noora', 'voice_id' => 'fi-FI-NooraNeural', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/noora.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/11.jpg'], ['id' => 212, 'voice' => 'Selma', 'voice_id' => 'fi-FI-SelmaNeural', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/selma.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/12.jpg'], ['id' => 213, 'voice' => 'Harri', 'voice_id' => 'fi-FI-HarriNeural', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/harri.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 214, 'voice' => 'Charline', 'voice_id' => 'fr-BE-CharlineNeural', 'gender' => 'Female', 'language_code' => 'fr-BE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/charline.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/13.jpg'], ['id' => 215, 'voice' => 'Gerard', 'voice_id' => 'fr-BE-GerardNeural', 'gender' => 'Male', 'language_code' => 'fr-BE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gerard.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/27.jpg'], ['id' => 216, 'voice' => 'Sylvie', 'voice_id' => 'fr-CA-SylvieNeural', 'gender' => 'Female', 'language_code' => 'fr-CA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sylvie.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/14.jpg'], ['id' => 217, 'voice' => 'Antoine', 'voice_id' => 'fr-CA-AntoineNeural', 'gender' => 'Male', 'language_code' => 'fr-CA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/antoine.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/28.jpg'], ['id' => 218, 'voice' => 'Jean', 'voice_id' => 'fr-CA-JeanNeural', 'gender' => 'Male', 'language_code' => 'fr-CA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/jean.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/29.jpg'], ['id' => 219, 'voice' => 'Denise', 'voice_id' => 'fr-FR-DeniseNeural', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/denise.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/15.jpg'], ['id' => 220, 'voice' => 'Henri', 'voice_id' => 'fr-FR-HenriNeural', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/henri.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/30.jpg'], ['id' => 221, 'voice' => 'Ariane', 'voice_id' => 'fr-CH-ArianeNeural', 'gender' => 'Female', 'language_code' => 'fr-CH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ariane.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/16.jpg'], ['id' => 222, 'voice' => 'Fabrice', 'voice_id' => 'fr-CH-FabriceNeural', 'gender' => 'Male', 'language_code' => 'fr-CH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/fabrice.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/31.jpg'], ['id' => 223, 'voice' => 'Ingrid', 'voice_id' => 'de-AT-IngridNeural', 'gender' => 'Female', 'language_code' => 'de-AT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ingrid.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/17.jpg'], ['id' => 224, 'voice' => 'Jonas', 'voice_id' => 'de-AT-JonasNeural', 'gender' => 'Male', 'language_code' => 'de-AT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/jonas.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/32.jpg'], ['id' => 225, 'voice' => 'Katja', 'voice_id' => 'de-DE-KatjaNeural', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/katja.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/18.jpg'], ['id' => 226, 'voice' => 'Conrad', 'voice_id' => 'de-DE-ConradNeural', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/conrad.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/33.jpg'], ['id' => 227, 'voice' => 'Leni', 'voice_id' => 'de-CH-LeniNeural', 'gender' => 'Female', 'language_code' => 'de-CH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/leni.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/19.jpg'], ['id' => 228, 'voice' => 'Jan', 'voice_id' => 'de-CH-JanNeural', 'gender' => 'Male', 'language_code' => 'de-CH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/jan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/34.jpg'], ['id' => 229, 'voice' => 'Athina', 'voice_id' => 'el-GR-AthinaNeural', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/athina.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/20.jpg'], ['id' => 230, 'voice' => 'Nestoras', 'voice_id' => 'el-GR-NestorasNeural', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/nestoras.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/35.jpg'], ['id' => 231, 'voice' => 'Dhwani', 'voice_id' => 'gu-IN-DhwaniNeural', 'gender' => 'Female', 'language_code' => 'gu-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/dhwani.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 232, 'voice' => 'Niranjan', 'voice_id' => 'gu-IN-NiranjanNeural', 'gender' => 'Male', 'language_code' => 'gu-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/niranjan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/36.jpg'], ['id' => 233, 'voice' => 'Hila', 'voice_id' => 'he-IL-HilaNeural', 'gender' => 'Female', 'language_code' => 'he-IL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/hila.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 234, 'voice' => 'Avri', 'voice_id' => 'he-IL-AvriNeural', 'gender' => 'Male', 'language_code' => 'he-IL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/avri.,p3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/37.jpg'], ['id' => 235, 'voice' => 'Swara', 'voice_id' => 'hi-IN-SwaraNeural', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/swara.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 236, 'voice' => 'Madhur', 'voice_id' => 'hi-IN-MadhurNeural', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/madhur.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/38.jpg'], ['id' => 237, 'voice' => 'Noemi', 'voice_id' => 'hu-HU-NoemiNeural', 'gender' => 'Female', 'language_code' => 'hu-HU', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/noemi.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 238, 'voice' => 'Tamas', 'voice_id' => 'hu-HU-TamasNeural', 'gender' => 'Male', 'language_code' => 'hu-HU', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/tamas.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/39.jpg'], ['id' => 239, 'voice' => 'Gadis', 'voice_id' => 'id-ID-GadisNeural', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gadis.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 240, 'voice' => 'Ardi', 'voice_id' => 'id-ID-ArdiNeural', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ardi.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/40.jpg'], ['id' => 241, 'voice' => 'Orla', 'voice_id' => 'ga-IE-OrlaNeural', 'gender' => 'Female', 'language_code' => 'ga-IE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/orla.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/6.jpg'], ['id' => 242, 'voice' => 'Colm', 'voice_id' => 'ga-IE-ColmNeural', 'gender' => 'Male', 'language_code' => 'ga-IE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/colm.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/21.jpg'], ['id' => 243, 'voice' => 'Elsa', 'voice_id' => 'it-IT-ElsaNeural', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/elsa.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/7.jpg'], ['id' => 244, 'voice' => 'Isabella', 'voice_id' => 'it-IT-IsabellaNeural', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/isabella.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/8.jpg'], ['id' => 245, 'voice' => 'Diego', 'voice_id' => 'it-IT-DiegoNeural', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/diego.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/22.jpg'], ['id' => 246, 'voice' => 'Nanami', 'voice_id' => 'ja-JP-NanamiNeural', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/nanami.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/9.jpg'], ['id' => 247, 'voice' => 'Keita', 'voice_id' => 'ja-JP-KeitaNeural', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/keita.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/23.jpg'], ['id' => 248, 'voice' => 'SunHi', 'voice_id' => 'ko-KR-SunHiNeural', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sunhi.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/10.jpg'], ['id' => 249, 'voice' => 'InJoon', 'voice_id' => 'ko-KR-InJoonNeural', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/injoon.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/24.jpg'], ['id' => 250, 'voice' => 'Everita', 'voice_id' => 'lv-LV-EveritaNeural', 'gender' => 'Female', 'language_code' => 'lv-LV', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/everita.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/11.jpg'], ['id' => 251, 'voice' => 'Nils', 'voice_id' => 'lv-LV-NilsNeural', 'gender' => 'Male', 'language_code' => 'lv-LV', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/nils.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 252, 'voice' => 'Ona', 'voice_id' => 'lt-LT-OnaNeural', 'gender' => 'Female', 'language_code' => 'lt-LT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ona.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/12.jpg'], ['id' => 253, 'voice' => 'Leonas', 'voice_id' => 'lt-LT-LeonasNeural', 'gender' => 'Male', 'language_code' => 'lt-LT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/leonas.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 254, 'voice' => 'Yasmin', 'voice_id' => 'ms-MY-YasminNeural', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yasmin.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/13.jpg'], ['id' => 255, 'voice' => 'Osman', 'voice_id' => 'ms-MY-OsmanNeural', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/osman.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/27.jpg'], ['id' => 256, 'voice' => 'Grace', 'voice_id' => 'mt-MT-GraceNeural', 'gender' => 'Female', 'language_code' => 'mt-MT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/grace.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/14.jpg'], ['id' => 257, 'voice' => 'Joseph', 'voice_id' => 'mt-MT-JosephNeural', 'gender' => 'Male', 'language_code' => 'mt-MT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/joseph.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/28.jpg'], ['id' => 258, 'voice' => 'Aarohi', 'voice_id' => 'mr-IN-AarohiNeural', 'gender' => 'Female', 'language_code' => 'mr-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/aarohi.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/15.jpg'], ['id' => 259, 'voice' => 'Manohar', 'voice_id' => 'mr-IN-ManoharNeural', 'gender' => 'Male', 'language_code' => 'mr-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/manohar.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/29.jpg'], ['id' => 260, 'voice' => 'Iselin', 'voice_id' => 'nb-NO-IselinNeural', 'gender' => 'Female', 'language_code' => 'nb-NO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/iselin.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/16.jpg'], ['id' => 261, 'voice' => 'Pernille', 'voice_id' => 'nb-NO-PernilleNeural', 'gender' => 'Female', 'language_code' => 'nb-NO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/pernille.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/17.jpg'], ['id' => 262, 'voice' => 'Finn', 'voice_id' => 'nb-NO-FinnNeural', 'gender' => 'Male', 'language_code' => 'nb-NO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/finn.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/30.jpg'], ['id' => 263, 'voice' => 'Agnieszka', 'voice_id' => 'pl-PL-AgnieszkaNeural', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/agnieszka.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/18.jpg'], ['id' => 264, 'voice' => 'Zofia', 'voice_id' => 'pl-PL-ZofiaNeural', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/zofia.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/19.jpg'], ['id' => 265, 'voice' => 'Marek', 'voice_id' => 'pl-PL-MarekNeural', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/marek.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/31.jpg'], ['id' => 266, 'voice' => 'Francisca', 'voice_id' => 'pt-BR-FranciscaNeural', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/francisca.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/20.jpg'], ['id' => 267, 'voice' => 'Antonio', 'voice_id' => 'pt-BR-AntonioNeural', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/antonio.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/32.jpg'], ['id' => 268, 'voice' => 'Fernanda', 'voice_id' => 'pt-PT-FernandaNeural', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/fernanda.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 269, 'voice' => 'Raquel', 'voice_id' => 'pt-PT-RaquelNeural', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/raquel.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 270, 'voice' => 'Duarte', 'voice_id' => 'pt-PT-DuarteNeural', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/duarte.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/33.jpg'], ['id' => 271, 'voice' => 'Alina', 'voice_id' => 'ro-RO-AlinaNeural', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/alina.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 272, 'voice' => 'Emil', 'voice_id' => 'ro-RO-EmilNeural', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/emil.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/34.jpg'], ['id' => 273, 'voice' => 'Dariya', 'voice_id' => 'ru-RU-DariyaNeural', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/dariya.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 274, 'voice' => 'Svetlana', 'voice_id' => 'ru-RU-SvetlanaNeural', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/svetlana.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 275, 'voice' => 'Dmitry', 'voice_id' => 'ru-RU-DmitryNeural', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/dmitry.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/35.jpg'], ['id' => 276, 'voice' => 'Viktoria', 'voice_id' => 'sk-SK-ViktoriaNeural', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/viktoria.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/6.jpg'], ['id' => 277, 'voice' => 'Lukas', 'voice_id' => 'sk-SK-LukasNeural', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/lukas.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/36.jpg'], ['id' => 278, 'voice' => 'Petra', 'voice_id' => 'sl-SI-PetraNeural', 'gender' => 'Female', 'language_code' => 'sl-SI', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/petra.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/7.jpg'], ['id' => 280, 'voice' => 'Rok', 'voice_id' => 'sl-SI-RokNeural', 'gender' => 'Male', 'language_code' => 'sl-SI', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/rok.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/37.jpg'], ['id' => 281, 'voice' => 'Elena', 'voice_id' => 'es-AR-ElenaNeural', 'gender' => 'Female', 'language_code' => 'es-AR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/elena.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/8.jpg'], ['id' => 282, 'voice' => 'Tomas', 'voice_id' => 'es-AR-TomasNeural', 'gender' => 'Male', 'language_code' => 'es-AR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/tomas.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/38.jpg'], ['id' => 283, 'voice' => 'Salome', 'voice_id' => 'es-CO-SalomeNeural', 'gender' => 'Female', 'language_code' => 'es-CO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/salome.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/9.jpg'], ['id' => 284, 'voice' => 'Gonzalo', 'voice_id' => 'es-CO-GonzaloNeural', 'gender' => 'Male', 'language_code' => 'es-CO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gonzalo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/39.jpg'], ['id' => 285, 'voice' => 'Dalia', 'voice_id' => 'es-MX-DaliaNeural', 'gender' => 'Female', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/dalia.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/10.jpg'], ['id' => 286, 'voice' => 'Jorge', 'voice_id' => 'es-MX-JorgeNeural', 'gender' => 'Male', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/jorge.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/40.jpg'], ['id' => 287, 'voice' => 'Elvira', 'voice_id' => 'es-ES-ElviraNeural', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/elvira.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/11.jpg'], ['id' => 288, 'voice' => 'Alvaro', 'voice_id' => 'es-ES-AlvaroNeural', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/alvaro.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/21.jpg'], ['id' => 289, 'voice' => 'Paloma', 'voice_id' => 'es-US-PalomaNeural', 'gender' => 'Female', 'language_code' => 'es-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/paloma.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/12.jpg'], ['id' => 290, 'voice' => 'Alonso', 'voice_id' => 'es-US-AlonsoNeural', 'gender' => 'Male', 'language_code' => 'es-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/alonso.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/22.jpg'], ['id' => 291, 'voice' => 'Zuri', 'voice_id' => 'sw-KE-ZuriNeural', 'gender' => 'Female', 'language_code' => 'sw-KE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/zuri.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/13.jpg'], ['id' => 292, 'voice' => 'Rafiki', 'voice_id' => 'sw-KE-RafikiNeural', 'gender' => 'Male', 'language_code' => 'sw-KE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/rafiki.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/23.jpg'], ['id' => 293, 'voice' => 'Hillev', 'voice_id' => 'sv-SE-HilleviNeural', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/hillev.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/14.jpg'], ['id' => 294, 'voice' => 'Sofie', 'voice_id' => 'sv-SE-SofieNeural', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sofie.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/15.jpg'], ['id' => 295, 'voice' => 'Mattias', 'voice_id' => 'sv-SE-MattiasNeural', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/mattias.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/24.jpg'], ['id' => 296, 'voice' => 'Pallavi', 'voice_id' => 'ta-IN-PallaviNeural', 'gender' => 'Female', 'language_code' => 'ta-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/pallavi.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/16.jpg'], ['id' => 297, 'voice' => 'Valluvar', 'voice_id' => 'ta-IN-ValluvarNeural', 'gender' => 'Male', 'language_code' => 'ta-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/valluvar-nrl.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 298, 'voice' => 'Shruti', 'voice_id' => 'te-IN-ShrutiNeural', 'gender' => 'Female', 'language_code' => 'te-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/shruti.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/17.jpg'], ['id' => 299, 'voice' => 'Mohan', 'voice_id' => 'te-IN-MohanNeural', 'gender' => 'Male', 'language_code' => 'te-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/mohan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 300, 'voice' => 'Achara', 'voice_id' => 'th-TH-AcharaNeural', 'gender' => 'Female', 'language_code' => 'th-TH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/achara.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/18.jpg'], ['id' => 301, 'voice' => 'Premwadee', 'voice_id' => 'th-TH-PremwadeeNeural', 'gender' => 'Female', 'language_code' => 'th-TH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/premwadee.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/19.jpg'], ['id' => 302, 'voice' => 'Niwat', 'voice_id' => 'th-TH-NiwatNeural', 'gender' => 'Male', 'language_code' => 'th-TH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/niwat.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/27.jpg'], ['id' => 303, 'voice' => 'Emel', 'voice_id' => 'tr-TR-EmelNeural', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/emel.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/20.jpg'], ['id' => 304, 'voice' => 'Ahmet', 'voice_id' => 'tr-TR-AhmetNeural', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ahmet.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/28.jpg'], ['id' => 305, 'voice' => 'Polina', 'voice_id' => 'uk-UA-PolinaNeural', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/polina.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 306, 'voice' => 'Ostap', 'voice_id' => 'uk-UA-OstapNeural', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ostap.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/29.jpg'], ['id' => 307, 'voice' => 'Uzma', 'voice_id' => 'ur-PK-UzmaNeural', 'gender' => 'Female', 'language_code' => 'ur-PK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/uzma.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 308, 'voice' => 'Asad', 'voice_id' => 'ur-PK-AsadNeural', 'gender' => 'Male', 'language_code' => 'ur-PK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/asad.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/30.jpg'], ['id' => 309, 'voice' => 'HoaiMy', 'voice_id' => 'vi-VN-HoaiMyNeural', 'gender' => 'Female', 'language_code' => 'vi-VN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/hoaimy.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 310, 'voice' => 'NamMinh', 'voice_id' => 'vi-VN-NamMinhNeural', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/namminh.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/31.jpg'], ['id' => 311, 'voice' => 'Nia', 'voice_id' => 'cy-GB-NiaNeural', 'gender' => 'Female', 'language_code' => 'cy-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/nia.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 312, 'voice' => 'Aled', 'voice_id' => 'cy-GB-AledNeural', 'gender' => 'Female', 'language_code' => 'cy-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/aled.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 313, 'voice' => 'Adri', 'voice_id' => 'af-ZA-AdriNeural', 'gender' => 'Female', 'language_code' => 'af-ZA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/adri.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/12.jpg'], ['id' => 314, 'voice' => 'Willem', 'voice_id' => 'af-ZA-WillemNeural', 'gender' => 'Male', 'language_code' => 'af-ZA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/willem.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/27.jpg'], ['id' => 315, 'voice' => 'Mekdes', 'voice_id' => 'am-ET-MekdesNeural', 'gender' => 'Female', 'language_code' => 'am-ET', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/mekdes.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/13.jpg'], ['id' => 316, 'voice' => 'Ameha', 'voice_id' => 'am-ET-AmehaNeural', 'gender' => 'Male', 'language_code' => 'am-ET', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ameha.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/28.jpg'], ['id' => 317, 'voice' => 'Amina', 'voice_id' => 'ar-DZ-AminaNeural', 'gender' => 'Female', 'language_code' => 'ar-DZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/amina.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/14.jpg'], ['id' => 318, 'voice' => 'Ismael', 'voice_id' => 'ar-DZ-IsmaelNeural', 'gender' => 'Male', 'language_code' => 'ar-DZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ismael.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/29.jpg'], ['id' => 319, 'voice' => 'Laila', 'voice_id' => 'ar-BH-LailaNeural', 'gender' => 'Female', 'language_code' => 'ar-BH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/laila.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/15.jpg'], ['id' => 320, 'voice' => 'Ali', 'voice_id' => 'ar-BH-AliNeural', 'gender' => 'Male', 'language_code' => 'ar-BH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ali.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/30.jpg'], ['id' => 321, 'voice' => 'Rana', 'voice_id' => 'ar-IQ-RanaNeural', 'gender' => 'Female', 'language_code' => 'ar-IQ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/rana.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/16.jpg'], ['id' => 322, 'voice' => 'Bassel', 'voice_id' => 'ar-IQ-BasselNeural', 'gender' => 'Male', 'language_code' => 'ar-IQ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/bassel.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/31.jpg'], ['id' => 323, 'voice' => 'Sana', 'voice_id' => 'ar-JO-SanaNeural', 'gender' => 'Female', 'language_code' => 'ar-JO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sana.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/17.jpg'], ['id' => 324, 'voice' => 'Taim', 'voice_id' => 'ar-JO-TaimNeural', 'gender' => 'Male', 'language_code' => 'ar-JO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/taim.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/32.jpg'], ['id' => 325, 'voice' => 'Noura', 'voice_id' => 'ar-KW-NouraNeural', 'gender' => 'Female', 'language_code' => 'ar-KW', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/noura.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/18.jpg'], ['id' => 326, 'voice' => 'Fahed', 'voice_id' => 'ar-KW-FahedNeural', 'gender' => 'Male', 'language_code' => 'ar-KW', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/fahed.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/33.jpg'], ['id' => 327, 'voice' => 'Iman', 'voice_id' => 'ar-LY-ImanNeural', 'gender' => 'Female', 'language_code' => 'ar-LY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/iman.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/19.jpg'], ['id' => 328, 'voice' => 'Omar', 'voice_id' => 'ar-LY-OmarNeural', 'gender' => 'Male', 'language_code' => 'ar-LY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/omar.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/34.jpg'], ['id' => 329, 'voice' => 'Mouna', 'voice_id' => 'ar-MA-MounaNeural', 'gender' => 'Female', 'language_code' => 'ar-MA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/mouna.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/20.jpg'], ['id' => 330, 'voice' => 'Jamal', 'voice_id' => 'ar-MA-JamalNeural', 'gender' => 'Male', 'language_code' => 'ar-MA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/jamal.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/35.jpg'], ['id' => 331, 'voice' => 'Amal', 'voice_id' => 'ar-QA-AmalNeural', 'gender' => 'Female', 'language_code' => 'ar-QA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/amal.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 332, 'voice' => 'Moaz', 'voice_id' => 'ar-QA-MoazNeural', 'gender' => 'Male', 'language_code' => 'ar-QA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/moaz.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/36.jpg'], ['id' => 333, 'voice' => 'Amany', 'voice_id' => 'ar-SY-AmanyNeural', 'gender' => 'Female', 'language_code' => 'ar-SY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/amany.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 334, 'voice' => 'Laith', 'voice_id' => 'ar-SY-LaithNeural', 'gender' => 'Male', 'language_code' => 'ar-SY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/laith.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/37.jpg'], ['id' => 335, 'voice' => 'Reem', 'voice_id' => 'ar-TN-ReemNeural', 'gender' => 'Female', 'language_code' => 'ar-TN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/reem.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 336, 'voice' => 'Hedi', 'voice_id' => 'ar-TN-HediNeural', 'gender' => 'Male', 'language_code' => 'ar-TN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/hedi.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/38.jpg'], ['id' => 337, 'voice' => 'Fatima', 'voice_id' => 'ar-AE-FatimaNeural', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/fatima.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 338, 'voice' => 'Hamdan', 'voice_id' => 'ar-AE-HamdanNeural', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/hamdan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/39.jpg'], ['id' => 339, 'voice' => 'Maryam', 'voice_id' => 'ar-YE-MaryamNeural', 'gender' => 'Female', 'language_code' => 'ar-YE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/maryam.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 340, 'voice' => 'Saleh', 'voice_id' => 'ar-YE-SalehNeural', 'gender' => 'Male', 'language_code' => 'ar-YE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/saleh.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/40.jpg'], ['id' => 341, 'voice' => 'Nabanita', 'voice_id' => 'bn-BD-NabanitaNeural', 'gender' => 'Female', 'language_code' => 'bn-BD', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/nabanita.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/6.jpg'], ['id' => 342, 'voice' => 'PraDeep', 'voice_id' => 'bn-BD-PraDeepNeural', 'gender' => 'Male', 'language_code' => 'bn-BD', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/praDeep.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/21.jpg'], ['id' => 343, 'voice' => 'Xiaochen', 'voice_id' => 'zh-CN-XiaochenNeural', 'gender' => 'Female', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/xiaochen.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/7.jpg'], ['id' => 344, 'voice' => 'Xiaoyan', 'voice_id' => 'zh-CN-XiaoyanNeural', 'gender' => 'Female', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/xiaoyan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/8.jpg'], ['id' => 345, 'voice' => 'Xiaoshuang', 'voice_id' => 'zh-CN-XiaoshuangNeural', 'gender' => 'Female', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/xiaoshuang.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/9.jpg'], ['id' => 346, 'voice' => 'Xiaoqiu', 'voice_id' => 'zh-CN-XiaoqiuNeural', 'gender' => 'Female', 'language_code' => 'zh-CN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/xiaoqiu.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/10.jpg'], ['id' => 347, 'voice' => 'Nilar', 'voice_id' => 'my-MM-NilarNeural', 'gender' => 'Female', 'language_code' => 'my-MM', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/nilar.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/11.jpg'], ['id' => 348, 'voice' => 'Thiha', 'voice_id' => 'my-MM-ThihaNeural', 'gender' => 'Male', 'language_code' => 'my-MM', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/thiha.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/22.jpg'], ['id' => 349, 'voice' => 'Asilia', 'voice_id' => 'en-KE-AsiliaNeural', 'gender' => 'Female', 'language_code' => 'en-KE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/asilia.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/12.jpg'], ['id' => 350, 'voice' => 'Chilemba', 'voice_id' => 'en-KE-ChilembaNeural', 'gender' => 'Male', 'language_code' => 'en-KE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/chilemba.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/23.jpg'], ['id' => 351, 'voice' => 'Ezinne', 'voice_id' => 'en-NG-EzinneNeural', 'gender' => 'Female', 'language_code' => 'en-NG', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ezinne.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/13.jpg'], ['id' => 352, 'voice' => 'Abeo', 'voice_id' => 'en-NG-AbeoNeural', 'gender' => 'Male', 'language_code' => 'en-NG', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/abeo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/24.jpg'], ['id' => 353, 'voice' => 'Imani', 'voice_id' => 'en-TZ-ImaniNeural', 'gender' => 'Female', 'language_code' => 'en-TZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/imani.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/14.jpg'], ['id' => 354, 'voice' => 'Elimu', 'voice_id' => 'en-TZ-ElimuNeural', 'gender' => 'Male', 'language_code' => 'en-TZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/elimu.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 355, 'voice' => 'Blessica', 'voice_id' => 'fil-PH-BlessicaNeural', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/blessica.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/15.jpg'], ['id' => 356, 'voice' => 'Angelo', 'voice_id' => 'fil-PH-AngeloNeural', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/angelo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 357, 'voice' => 'Sabela', 'voice_id' => 'gl-ES-SabelaNeural', 'gender' => 'Female', 'language_code' => 'gl-ES', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sabela.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/16.jpg'], ['id' => 358, 'voice' => 'Roi', 'voice_id' => 'gl-ES-RoiNeural', 'gender' => 'Male', 'language_code' => 'gl-ES', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/roi.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/27.jpg'], ['id' => 359, 'voice' => 'Siti', 'voice_id' => 'jv-ID-SitiNeural', 'gender' => 'Female', 'language_code' => 'jv-ID', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/siti.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/17.jpg'], ['id' => 360, 'voice' => 'Dimas', 'voice_id' => 'jv-ID-DimasNeural', 'gender' => 'Male', 'language_code' => 'jv-ID', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/dimas.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/28.jpg'], ['id' => 361, 'voice' => 'Sreymom', 'voice_id' => 'km-KH-SreymomNeural', 'gender' => 'Female', 'language_code' => 'km-KH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sreymom.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/18.jpg'], ['id' => 362, 'voice' => 'Piseth', 'voice_id' => 'km-KH-PisethNeural', 'gender' => 'Male', 'language_code' => 'km-KH', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/piseth.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/29.jpg'], ['id' => 363, 'voice' => 'Dilara', 'voice_id' => 'fa-IR-DilaraNeural', 'gender' => 'Female', 'language_code' => 'fa-IR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/dilara.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/19.jpg'], ['id' => 364, 'voice' => 'Farid', 'voice_id' => 'fa-IR-FaridNeural', 'gender' => 'Male', 'language_code' => 'fa-IR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/farid.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/30.jpg'], ['id' => 365, 'voice' => 'Ubax', 'voice_id' => 'so-SO-UbaxNeural', 'gender' => 'Female', 'language_code' => 'so-SO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ubax.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/20.jpg'], ['id' => 366, 'voice' => 'Muuse', 'voice_id' => 'so-SO-MuuseNeural', 'gender' => 'Male', 'language_code' => 'so-SO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/muuse.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/31.jpg'], ['id' => 367, 'voice' => 'Sofia', 'voice_id' => 'es-BO-SofiaNeural', 'gender' => 'Female', 'language_code' => 'es-BO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sofia.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 368, 'voice' => 'Marcelo', 'voice_id' => 'es-BO-MarceloNeural', 'gender' => 'Male', 'language_code' => 'es-BO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/marcelo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/32.jpg'], ['id' => 369, 'voice' => 'Catalina', 'voice_id' => 'es-CL-CatalinaNeural', 'gender' => 'Female', 'language_code' => 'es-CL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/catalina.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 370, 'voice' => 'Lorenzo', 'voice_id' => 'es-CL-LorenzoNeural', 'gender' => 'Male', 'language_code' => 'es-CL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/lorenzo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/33.jpg'], ['id' => 371, 'voice' => 'Maria', 'voice_id' => 'es-CR-MariaNeural', 'gender' => 'Female', 'language_code' => 'es-CR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/maria.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 372, 'voice' => 'Juan', 'voice_id' => 'es-CR-JuanNeural', 'gender' => 'Male', 'language_code' => 'es-CR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/juan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/34.jpg'], ['id' => 373, 'voice' => 'Belkys', 'voice_id' => 'es-CU-BelkysNeural', 'gender' => 'Female', 'language_code' => 'es-CU', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/belkys.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 374, 'voice' => 'Manuel', 'voice_id' => 'es-CU-ManuelNeural', 'gender' => 'Male', 'language_code' => 'es-CU', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/manuel.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/35.jpg'], ['id' => 375, 'voice' => 'Ramona', 'voice_id' => 'es-DO-RamonaNeural', 'gender' => 'Female', 'language_code' => 'es-DO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ramona.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 376, 'voice' => 'Emilio', 'voice_id' => 'es-DO-EmilioNeural', 'gender' => 'Male', 'language_code' => 'es-DO', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/emilio.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/36.jpg'], ['id' => 377, 'voice' => 'Andrea', 'voice_id' => 'es-EC-AndreaNeural', 'gender' => 'Female', 'language_code' => 'es-EC', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/andrea.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/6.jpg'], ['id' => 378, 'voice' => 'Luis', 'voice_id' => 'es-EC-LuisNeural', 'gender' => 'Male', 'language_code' => 'es-EC', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/luis.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/37.jpg'], ['id' => 379, 'voice' => 'Lorena', 'voice_id' => 'es-SV-LorenaNeural', 'gender' => 'Female', 'language_code' => 'es-SV', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/lorena.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/7.jpg'], ['id' => 380, 'voice' => 'Rodrigo', 'voice_id' => 'es-SV-RodrigoNeural', 'gender' => 'Male', 'language_code' => 'es-SV', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/rodrigo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/38.jpg'], ['id' => 381, 'voice' => 'Teresa', 'voice_id' => 'es-GQ-TeresaNeural', 'gender' => 'Female', 'language_code' => 'es-GQ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/teresa.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/8.jpg'], ['id' => 382, 'voice' => 'Javier', 'voice_id' => 'es-GQ-JavierNeural', 'gender' => 'Male', 'language_code' => 'es-GQ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/javier.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/39.jpg'], ['id' => 383, 'voice' => 'Marta', 'voice_id' => 'es-GT-MartaNeural', 'gender' => 'Female', 'language_code' => 'es-GT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/marta.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/9.jpg'], ['id' => 384, 'voice' => 'Andres', 'voice_id' => 'es-GT-AndresNeural', 'gender' => 'Male', 'language_code' => 'es-GT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/andres.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/40.jpg'], ['id' => 385, 'voice' => 'Karla', 'voice_id' => 'es-HN-KarlaNeural', 'gender' => 'Female', 'language_code' => 'es-HN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/karla.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/10.jpg'], ['id' => 386, 'voice' => 'Carlos', 'voice_id' => 'es-HN-CarlosNeural', 'gender' => 'Male', 'language_code' => 'es-HN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/carlos.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/21.jpg'], ['id' => 387, 'voice' => 'Yolanda', 'voice_id' => 'es-NI-YolandaNeural', 'gender' => 'Female', 'language_code' => 'es-NI', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yolanda.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/11.jpg'], ['id' => 388, 'voice' => 'Federico', 'voice_id' => 'es-NI-FedericoNeural', 'gender' => 'Male', 'language_code' => 'es-NI', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/federico.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/22.jpg'], ['id' => 389, 'voice' => 'Margarita', 'voice_id' => 'es-PA-MargaritaNeural', 'gender' => 'Female', 'language_code' => 'es-PA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/margarita.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/12.jpg'], ['id' => 390, 'voice' => 'Roberto', 'voice_id' => 'es-PA-RobertoNeural', 'gender' => 'Male', 'language_code' => 'es-PA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/roberto.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/23.jpg'], ['id' => 391, 'voice' => 'Tania', 'voice_id' => 'es-PY-TaniaNeural', 'gender' => 'Female', 'language_code' => 'es-PY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/tania.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/13.jpg'], ['id' => 392, 'voice' => 'Mario', 'voice_id' => 'es-PY-MarioNeural', 'gender' => 'Male', 'language_code' => 'es-PY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/mario.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/24.jpg'], ['id' => 393, 'voice' => 'Camila', 'voice_id' => 'es-PE-CamilaNeural', 'gender' => 'Female', 'language_code' => 'es-PE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/camila.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/14.jpg'], ['id' => 394, 'voice' => 'Alex', 'voice_id' => 'es-PE-AlexNeural', 'gender' => 'Male', 'language_code' => 'es-PE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/alex.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 395, 'voice' => 'Karina', 'voice_id' => 'es-PR-KarinaNeural', 'gender' => 'Female', 'language_code' => 'es-PR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/karina.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/15.jpg'], ['id' => 396, 'voice' => 'Victor', 'voice_id' => 'es-PR-VictorNeural', 'gender' => 'Male', 'language_code' => 'es-PR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/victor.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 397, 'voice' => 'Valentina', 'voice_id' => 'es-UY-ValentinaNeural', 'gender' => 'Female', 'language_code' => 'es-UY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/valentina.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/16.jpg'], ['id' => 398, 'voice' => 'Mateo', 'voice_id' => 'es-UY-MateoNeural', 'gender' => 'Male', 'language_code' => 'es-UY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/mateo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/27.jpg'], ['id' => 399, 'voice' => 'Paola', 'voice_id' => 'es-VE-PaolaNeural', 'gender' => 'Female', 'language_code' => 'es-VE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/paola.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/17.jpg'], ['id' => 400, 'voice' => 'Sebastian', 'voice_id' => 'es-VE-SebastianNeural', 'gender' => 'Male', 'language_code' => 'es-VE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sebastian.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/28.jpg'], ['id' => 401, 'voice' => 'Tuti', 'voice_id' => 'su-ID-TutiNeural', 'gender' => 'Female', 'language_code' => 'su-ID', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/tuti.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/18.jpg'], ['id' => 402, 'voice' => 'Jajang', 'voice_id' => 'su-ID-JajangNeural', 'gender' => 'Male', 'language_code' => 'su-ID', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/jajang.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/29.jpg'], ['id' => 403, 'voice' => 'Rehema', 'voice_id' => 'sw-TZ-RehemaNeural', 'gender' => 'Female', 'language_code' => 'sw-TZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/rehema.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/19.jpg'], ['id' => 404, 'voice' => 'Daudi', 'voice_id' => 'sw-TZ-DaudiNeural', 'gender' => 'Male', 'language_code' => 'sw-TZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/daudi.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/30.jpg'], ['id' => 405, 'voice' => 'Venba', 'voice_id' => 'ta-SG-VenbaNeural', 'gender' => 'Female', 'language_code' => 'ta-SG', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/venba.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/20.jpg'], ['id' => 406, 'voice' => 'Anbu', 'voice_id' => 'ta-SG-AnbuNeural', 'gender' => 'Male', 'language_code' => 'ta-SG', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/anbu.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/31.jpg'], ['id' => 407, 'voice' => 'Saranya', 'voice_id' => 'ta-LK-SaranyaNeural', 'gender' => 'Female', 'language_code' => 'ta-LK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/saranya.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 408, 'voice' => 'Kumar', 'voice_id' => 'ta-LK-KumarNeural', 'gender' => 'Male', 'language_code' => 'ta-LK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/kumar.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/32.jpg'], ['id' => 409, 'voice' => 'Gul', 'voice_id' => 'ur-IN-GulNeural', 'gender' => 'Female', 'language_code' => 'ur-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gul.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 410, 'voice' => 'Salman', 'voice_id' => 'ur-IN-SalmanNeural', 'gender' => 'Male', 'language_code' => 'ur-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/salman.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/33.jpg'], ['id' => 411, 'voice' => 'Madina', 'voice_id' => 'uz-UZ-MadinaNeural', 'gender' => 'Female', 'language_code' => 'uz-UZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/madina.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 412, 'voice' => 'Sardor', 'voice_id' => 'uz-UZ-SardorNeural', 'gender' => 'Male', 'language_code' => 'uz-UZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sardor.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/34.jpg'], ['id' => 413, 'voice' => 'Thando', 'voice_id' => 'zu-ZA-ThandoNeural', 'gender' => 'Female', 'language_code' => 'zu-ZA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/thando.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 414, 'voice' => 'Themba', 'voice_id' => 'zu-ZA-ThembaNeural', 'gender' => 'Male', 'language_code' => 'zu-ZA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/themba.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/35.jpg'], ['id' => 415, 'voice' => 'Tanishaa', 'voice_id' => 'bn-IN-TanishaaNeural', 'gender' => 'Female', 'language_code' => 'bn-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/tanishaa.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 416, 'voice' => 'Bashkar', 'voice_id' => 'bn-IN-BashkarNeural', 'gender' => 'Male', 'language_code' => 'bn-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/bashkar.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/36.jpg'], ['id' => 417, 'voice' => 'Sonia', 'voice_id' => 'en-GB-SoniaNeural', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sonia.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/6.jpg'], ['id' => 418, 'voice' => 'Amber', 'voice_id' => 'en-US-AmberNeural', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/amber.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/7.jpg'], ['id' => 419, 'voice' => 'Ashley', 'voice_id' => 'en-US-AshleyNeural', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ashley.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/8.jpg'], ['id' => 420, 'voice' => 'Cora', 'voice_id' => 'en-US-CoraNeural', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/cora.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/9.jpg'], ['id' => 421, 'voice' => 'Elizabeth', 'voice_id' => 'en-US-ElizabethNeural', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/elizabeth.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/10.jpg'], ['id' => 422, 'voice' => 'Michelle', 'voice_id' => 'en-US-MichelleNeural', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/michelle.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/11.jpg'], ['id' => 423, 'voice' => 'Monica', 'voice_id' => 'en-US-MonicaNeural', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/monica.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/12.jpg'], ['id' => 424, 'voice' => 'Sara', 'voice_id' => 'en-US-SaraNeural', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sara.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/13.jpg'], ['id' => 425, 'voice' => 'Ana', 'voice_id' => 'en-US-AnaNeural', 'gender' => 'Female(child)', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ana.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/14.jpg'], ['id' => 426, 'voice' => 'Brandon', 'voice_id' => 'en-US-BrandonNeural', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/brandon.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/37.jpg'], ['id' => 427, 'voice' => 'Christopher', 'voice_id' => 'en-US-ChristopherNeural', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/christopher.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/38.jpg'], ['id' => 428, 'voice' => 'Eric', 'voice_id' => 'en-US-EricNeural', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/eric.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/39.jpg'], ['id' => 429, 'voice' => 'Jacob', 'voice_id' => 'en-US-JacobNeural', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/jacob.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/40.jpg'], ['id' => 430, 'voice' => 'Gudrun', 'voice_id' => 'is-IS-GudrunNeural', 'gender' => 'Female', 'language_code' => 'is-IS', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gudrun.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/15.jpg'], ['id' => 431, 'voice' => 'Gunnar', 'voice_id' => 'is-IS-GunnarNeural', 'gender' => 'Male', 'language_code' => 'is-IS', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gunnar.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/21.jpg'], ['id' => 432, 'voice' => 'Sapna', 'voice_id' => 'kn-IN-SapnaNeural', 'gender' => 'Female', 'language_code' => 'kn-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sapna.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/16.jpg'], ['id' => 433, 'voice' => 'Gagan', 'voice_id' => 'kn-IN-GaganNeural', 'gender' => 'Male', 'language_code' => 'kn-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gagan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/22.jpg'], ['id' => 434, 'voice' => 'Aigul', 'voice_id' => 'kk-KZ-AigulNeural', 'gender' => 'Female', 'language_code' => 'kk-KZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/aigul.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/17.jpg'], ['id' => 435, 'voice' => 'Daulet', 'voice_id' => 'kk-KZ-DauletNeural', 'gender' => 'Male', 'language_code' => 'kk-KZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/daulet.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/23.jpg'], ['id' => 436, 'voice' => 'Keomany', 'voice_id' => 'lo-LA-KeomanyNeural', 'gender' => 'Female', 'language_code' => 'lo-LA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/keomany.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/18.jpg'], ['id' => 437, 'voice' => 'Chanthavong', 'voice_id' => 'lo-LA-ChanthavongNeural', 'gender' => 'Male', 'language_code' => 'lo-LA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/chanthavong.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/24.jpg'], ['id' => 438, 'voice' => 'Marija', 'voice_id' => 'mk-MK-MarijaNeural', 'gender' => 'Female', 'language_code' => 'mk-MK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/marija.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/19.jpg'], ['id' => 439, 'voice' => 'Aleksandar', 'voice_id' => 'mk-MK-AleksandarNeural', 'gender' => 'Male', 'language_code' => 'mk-MK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/aleksandar.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 440, 'voice' => 'Sobhana', 'voice_id' => 'ml-IN-SobhanaNeural', 'gender' => 'Female', 'language_code' => 'ml-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sobhana.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/20.jpg'], ['id' => 441, 'voice' => 'Midhun', 'voice_id' => 'ml-IN-MidhunNeural', 'gender' => 'Male', 'language_code' => 'ml-IN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/midhun.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 442, 'voice' => 'Latifa', 'voice_id' => 'ps-AF-LatifaNeural', 'gender' => 'Female', 'language_code' => 'ps-AF', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/latifa.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 443, 'voice' => 'GulNawaz', 'voice_id' => 'ps-AF-GulNawazNeural', 'gender' => 'Male', 'language_code' => 'ps-AF', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gulnawaz.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/27.jpg'], ['id' => 444, 'voice' => 'Sophie', 'voice_id' => 'sr-RS-SophieNeural', 'gender' => 'Female', 'language_code' => 'sr-RS', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sophie.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 445, 'voice' => 'Nicholas', 'voice_id' => 'sr-RS-NicholasNeural', 'gender' => 'Male', 'language_code' => 'sr-RS', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/nicholas.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/28.jpg'], ['id' => 446, 'voice' => 'Thilini', 'voice_id' => 'si-LK-ThiliniNeural', 'gender' => 'Female', 'language_code' => 'si-LK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/thilini.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 447, 'voice' => 'Sameera', 'voice_id' => 'si-LK-SameeraNeural', 'gender' => 'Male', 'language_code' => 'si-LK', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sameera.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/29.jpg'], ['id' => 448, 'voice' => 'Abbi', 'voice_id' => 'en-GB-AbbiNeural', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/abbi.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 449, 'voice' => 'Bella', 'voice_id' => 'en-GB-BellaNeural', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/bella.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 450, 'voice' => 'Hollie', 'voice_id' => 'en-GB-HollieNeural', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/hollie.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/6.jpg'], ['id' => 451, 'voice' => 'Olivia', 'voice_id' => 'en-GB-OliviaNeural', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/olivia.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/7.jpg'], ['id' => 452, 'voice' => 'Maisie', 'voice_id' => 'en-GB-MaisieNeural', 'gender' => 'Female(child)', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/maisie.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/8.jpg'], ['id' => 453, 'voice' => 'Alfie', 'voice_id' => 'en-GB-AlfieNeural', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/alfie.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/30.jpg'], ['id' => 454, 'voice' => 'Elliot', 'voice_id' => 'en-GB-ElliotNeural', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/elliot.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/31.jpg'], ['id' => 455, 'voice' => 'Ethan', 'voice_id' => 'en-GB-EthanNeural', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ethan.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/32.jpg'], ['id' => 456, 'voice' => 'Noah', 'voice_id' => 'en-GB-NoahNeural', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/noah.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/33.jpg'], ['id' => 457, 'voice' => 'Oliver', 'voice_id' => 'en-GB-OliverNeural', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/oliver.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/34.jpg'], ['id' => 458, 'voice' => 'Thomas', 'voice_id' => 'en-GB-ThomasNeural', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/thomas.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/35.jpg'], ['id' => 459, 'voice' => 'Brigitte', 'voice_id' => 'fr-FR-BrigitteNeural', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/brigitte.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/9.jpg'], ['id' => 460, 'voice' => 'Celeste', 'voice_id' => 'fr-FR-CelesteNeural', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/celeste.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/10.jpg'], ['id' => 461, 'voice' => 'Coralie', 'voice_id' => 'fr-FR-CoralieNeural', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/coralie.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/11.jpg'], ['id' => 462, 'voice' => 'Jacqueline', 'voice_id' => 'fr-FR-JacquelineNeural', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/jacqueline.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/12.jpg'], ['id' => 463, 'voice' => 'Josephine', 'voice_id' => 'fr-FR-JosephineNeural', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/josephine.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/13.jpg'], ['id' => 464, 'voice' => 'Yvette', 'voice_id' => 'fr-FR-YvetteNeural', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yvette.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/14.jpg'], ['id' => 465, 'voice' => 'Eloise', 'voice_id' => 'fr-FR-EloiseNeural', 'gender' => 'Female(child)', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/eloise.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/15.jpg'], ['id' => 466, 'voice' => 'Alain', 'voice_id' => 'fr-FR-AlainNeural', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/alain.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/36.jpg'], ['id' => 467, 'voice' => 'Claude', 'voice_id' => 'fr-FR-ClaudeNeural', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/claude.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/37.jpg'], ['id' => 468, 'voice' => 'Jerome', 'voice_id' => 'fr-FR-JeromeNeural', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/jerome.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/38.jpg'], ['id' => 469, 'voice' => 'Maurice', 'voice_id' => 'fr-FR-MauriceNeural', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/maurice.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/39.jpg'], ['id' => 470, 'voice' => 'Yves', 'voice_id' => 'fr-FR-YvesNeural', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yves.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/40.jpg'], ['id' => 471, 'voice' => 'Amala', 'voice_id' => 'de-DE-AmalaNeural', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/amala.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/16.jpg'], ['id' => 472, 'voice' => 'Elke', 'voice_id' => 'de-DE-ElkeNeural', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/elke.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/17.jpg'], ['id' => 473, 'voice' => 'Klarissa', 'voice_id' => 'de-DE-KlarissaNeural', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/klarissa.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/18.jpg'], ['id' => 474, 'voice' => 'Louisa', 'voice_id' => 'de-DE-LouisaNeural', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/louisa.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/19.jpg'], ['id' => 475, 'voice' => 'Maja', 'voice_id' => 'de-DE-MajaNeural', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/maja.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/20.jpg'], ['id' => 476, 'voice' => 'Tanja', 'voice_id' => 'de-DE-TanjaNeural', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/tanja.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 477, 'voice' => 'Gisela', 'voice_id' => 'de-DE-GiselaNeural', 'gender' => 'Female(child)', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gisela.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 478, 'voice' => 'Bernd', 'voice_id' => 'de-DE-BerndNeural', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/bernd.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/21.jpg'], ['id' => 479, 'voice' => 'Christoph', 'voice_id' => 'de-DE-ChristophNeural', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/christoph.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/22.jpg'], ['id' => 480, 'voice' => 'Kasper', 'voice_id' => 'de-DE-KasperNeural', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/kasper.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/23.jpg'], ['id' => 481, 'voice' => 'Killian', 'voice_id' => 'de-DE-KillianNeural', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/killian.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/24.jpg'], ['id' => 482, 'voice' => 'Klaus', 'voice_id' => 'de-DE-KlausNeural', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/klaus.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 483, 'voice' => 'Ralf', 'voice_id' => 'de-DE-RalfNeural', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ralf.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 484, 'voice' => 'Babek', 'voice_id' => 'az-AZ-BabekNeural', 'gender' => 'Male', 'language_code' => 'az-AZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/babek.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 485, 'voice' => 'Banu', 'voice_id' => 'az-AZ-BanuNeural', 'gender' => 'Female', 'language_code' => 'az-AZ', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/banu.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 486, 'voice' => 'Rami', 'voice_id' => 'ar-LB-RamiNeural', 'gender' => 'Male', 'language_code' => 'ar-LB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/rami.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 487, 'voice' => 'Layla', 'voice_id' => 'ar-LB-LaylaNeural', 'gender' => 'Female', 'language_code' => 'ar-LB', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/layla.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 488, 'voice' => 'Ilir', 'voice_id' => 'sq-AL-IlirNeural', 'gender' => 'Male', 'language_code' => 'sq-AL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/ilir.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 489, 'voice' => 'Anila', 'voice_id' => 'sq-AL-AnilaNeural', 'gender' => 'Female', 'language_code' => 'sq-AL', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/anila.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 490, 'voice' => 'Giorgi', 'voice_id' => 'ka-GE-GiorgiNeural', 'gender' => 'Male', 'language_code' => 'ka-GE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/giorgi.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 491, 'voice' => 'Eka', 'voice_id' => 'ka-GE-EkaNeural', 'gender' => 'Female', 'language_code' => 'ka-GE', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/eka.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 492, 'voice' => 'Yesui', 'voice_id' => 'mn-MN-YesuiNeural', 'gender' => 'Female', 'language_code' => 'mn-MN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yesui.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 493, 'voice' => 'Bataa', 'voice_id' => 'mn-MN-BataaNeural', 'gender' => 'Male', 'language_code' => 'mn-MN', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/bataa.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 494, 'voice' => 'Sagar', 'voice_id' => 'ne-NP-SagarNeural', 'gender' => 'Male', 'language_code' => 'ne-NP', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/sagar.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 495, 'voice' => 'Hemkala', 'voice_id' => 'ne-NP-HemkalaNeural', 'gender' => 'Female', 'language_code' => 'ne-NP', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/hemkala.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 496, 'voice' => 'Goran', 'voice_id' => 'bs-BA-GoranNeural', 'gender' => 'Male', 'language_code' => 'bs-BA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/goran.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 497, 'voice' => 'Vesna', 'voice_id' => 'bs-BA-VesnaNeural', 'gender' => 'Female', 'language_code' => 'bs-BA', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/vesna.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 498, 'voice' => 'Abdullah', 'voice_id' => 'ar-OM-AbdullahNeural', 'gender' => 'Male', 'language_code' => 'ar-OM', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/abdullah.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 499, 'voice' => 'Aysha', 'voice_id' => 'ar-OM-AyshaNeural', 'gender' => 'Female', 'language_code' => 'ar-OM', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/aysha.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 500, 'voice' => 'Surya', 'voice_id' => 'ta-MY-SuryaNeural', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/surya.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 501, 'voice' => 'Kani', 'voice_id' => 'ta-MY-KaniNeural', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/kani.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 502, 'voice' => 'Cecilio', 'voice_id' => 'es-MX-CecilioNeural', 'gender' => 'Male', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/cecilio.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/22.jpg'], ['id' => 503, 'voice' => 'Gerardo', 'voice_id' => 'es-MX-GerardoNeural', 'gender' => 'Male', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gerardo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/23.jpg'], ['id' => 504, 'voice' => 'Liberto', 'voice_id' => 'es-MX-LibertoNeural', 'gender' => 'Male', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/liberto.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/24.jpg'], ['id' => 505, 'voice' => 'Luciano', 'voice_id' => 'es-MX-LucianoNeural', 'gender' => 'Male', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/luciano.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 506, 'voice' => 'Pelayo', 'voice_id' => 'es-MX-PelayoNeural', 'gender' => 'Male', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/pelayo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/26.jpg'], ['id' => 507, 'voice' => 'Yago', 'voice_id' => 'es-MX-YagoNeural', 'gender' => 'Male', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yago.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/22.jpg'], ['id' => 508, 'voice' => 'Beatriz', 'voice_id' => 'es-MX-BeatrizNeural', 'gender' => 'Female', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/beatriz.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 509, 'voice' => 'Carlota', 'voice_id' => 'es-MX-CarlotaNeural', 'gender' => 'Female', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/carlota.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 510, 'voice' => 'Nuria', 'voice_id' => 'es-MX-NuriaNeural', 'gender' => 'Female', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/nuria.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 511, 'voice' => 'Candela', 'voice_id' => 'es-MX-CandelaNeural', 'gender' => 'Female', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/candela.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 512, 'voice' => 'Larissa', 'voice_id' => 'es-MX-LarissaNeural', 'gender' => 'Female', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/larissa.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/6.jpg'], ['id' => 513, 'voice' => 'Renata', 'voice_id' => 'es-MX-RenataNeural', 'gender' => 'Female', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/renata.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/7.jpg'], ['id' => 514, 'voice' => 'Marina', 'voice_id' => 'es-MX-MarinaNeural', 'gender' => 'Female', 'language_code' => 'es-MX', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/marina.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 515, 'voice' => 'Pierina', 'voice_id' => 'it-IT-PierinaNeural', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/pierina.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/1.jpg'], ['id' => 516, 'voice' => 'Fabiola', 'voice_id' => 'it-IT-FabiolaNeural', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/fabiola.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 517, 'voice' => 'Imelda', 'voice_id' => 'it-IT-ImeldaNeural', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/imelda.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 518, 'voice' => 'Palmira', 'voice_id' => 'it-IT-PalmiraNeural', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/palmira.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 519, 'voice' => 'Fiamma', 'voice_id' => 'it-IT-FiammaNeural', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/fiamma.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 520, 'voice' => 'Irma', 'voice_id' => 'it-IT-IrmaNeural', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/irma.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/6.jpg'], ['id' => 521, 'voice' => 'Benigno', 'voice_id' => 'it-IT-BenignoNeural', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/benigno.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/20.jpg'], ['id' => 522, 'voice' => 'Cataldo', 'voice_id' => 'it-IT-CataldoNeural', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/cataldo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/21.jpg'], ['id' => 523, 'voice' => 'Lisandro', 'voice_id' => 'it-IT-LisandroNeural', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/lisandro.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/22.jpg'], ['id' => 524, 'voice' => 'Gianni', 'voice_id' => 'it-IT-GianniNeural', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/gianni.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/23.jpg'], ['id' => 525, 'voice' => 'Calimero', 'voice_id' => 'it-IT-CalimeroNeural', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/calimero.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/24.jpg'], ['id' => 526, 'voice' => 'Rinaldo', 'voice_id' => 'it-IT-RinaldoNeural', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/rinaldo.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 527, 'voice' => 'Donato', 'voice_id' => 'pt-BR-DonatoNeural', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/donato.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 528, 'voice' => 'Fabio', 'voice_id' => 'pt-BR-FabioNeural', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/fabio.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 529, 'voice' => 'Julio', 'voice_id' => 'pt-BR-JulioNeural', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/julio.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 530, 'voice' => 'Nicolau', 'voice_id' => 'pt-BR-NicolauNeural', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/nicolau.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 531, 'voice' => 'Valerio', 'voice_id' => 'pt-BR-ValerioNeural', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/valerio.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 532, 'voice' => 'Leticia', 'voice_id' => 'pt-BR-LeticiaNeural', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/leticia.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 534, 'voice' => 'Brenda', 'voice_id' => 'pt-BR-BrendaNeural', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/brenda.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 535, 'voice' => 'Elza', 'voice_id' => 'pt-BR-ElzaNeural', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/elza.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/6.jpg'], ['id' => 536, 'voice' => 'Manuela', 'voice_id' => 'pt-BR-ManuelaNeural', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/manuela.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/5.jpg'], ['id' => 537, 'voice' => 'Giovanna', 'voice_id' => 'pt-BR-GiovannaNeural', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/giovanna.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/4.jpg'], ['id' => 538, 'voice' => 'Leila', 'voice_id' => 'pt-BR-LeilaNeural', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/leila.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/3.jpg'], ['id' => 539, 'voice' => 'Yara', 'voice_id' => 'pt-BR-YaraNeural', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/yara.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/2.jpg'], ['id' => 540, 'voice' => 'Humberto', 'voice_id' => 'pt-BR-HumbertoNeural', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'azure_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/azure/humberto.mp3', 'status' => 'active' , 'vendor' => 'azure', 'vendor_img' => '/img/csp/azure-sm.png', 'avatar_url' => '/voices/azure/avatars/25.jpg'], ['id' => 541, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-ZA', 'gender' => 'Male', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 542, 'voice' => 'Echo', 'voice_id' => 'echo_std-ZA', 'gender' => 'Male', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 543, 'voice' => 'Fable', 'voice_id' => 'fable_std-ZA', 'gender' => 'Male', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 544, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-ZA', 'gender' => 'Male', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 545, 'voice' => 'Nova', 'voice_id' => 'nova_std-ZA', 'gender' => 'Female', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 546, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-ZA', 'gender' => 'Female', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 547, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-XA', 'gender' => 'Male', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 548, 'voice' => 'Echo', 'voice_id' => 'echo_std-XA', 'gender' => 'Male', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 549, 'voice' => 'Fable', 'voice_id' => 'fable_std-XA', 'gender' => 'Male', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 550, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-XA', 'gender' => 'Male', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 551, 'voice' => 'Nova', 'voice_id' => 'nova_std-XA', 'gender' => 'Female', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 552, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-XA', 'gender' => 'Female', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 553, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-AM', 'gender' => 'Male', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 554, 'voice' => 'Echo', 'voice_id' => 'echo_std-AM', 'gender' => 'Male', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 555, 'voice' => 'Fable', 'voice_id' => 'fable_std-AM', 'gender' => 'Male', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 556, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-AM', 'gender' => 'Male', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 557, 'voice' => 'Nova', 'voice_id' => 'nova_std-AM', 'gender' => 'Female', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 558, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-AM', 'gender' => 'Female', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 559, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-AZ', 'gender' => 'Male', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 560, 'voice' => 'Echo', 'voice_id' => 'echo_std-AZ', 'gender' => 'Male', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 561, 'voice' => 'Fable', 'voice_id' => 'fable_std-AZ', 'gender' => 'Male', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 562, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-AZ', 'gender' => 'Male', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 563, 'voice' => 'Nova', 'voice_id' => 'nova_std-AZ', 'gender' => 'Female', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 564, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-AZ', 'gender' => 'Female', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 565, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-BY', 'gender' => 'Male', 'language_code' => 'be-BY', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 566, 'voice' => 'Echo', 'voice_id' => 'echo_std-BY', 'gender' => 'Male', 'language_code' => 'be-BY', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 567, 'voice' => 'Fable', 'voice_id' => 'fable_std-BY', 'gender' => 'Male', 'language_code' => 'be-BY', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 568, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-BY', 'gender' => 'Male', 'language_code' => 'be-BY', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 569, 'voice' => 'Nova', 'voice_id' => 'nova_std-BY', 'gender' => 'Female', 'language_code' => 'be-BY', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 570, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-BY', 'gender' => 'Female', 'language_code' => 'be-BY', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 571, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-BA', 'gender' => 'Male', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 572, 'voice' => 'Echo', 'voice_id' => 'echo_std-BA', 'gender' => 'Male', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 573, 'voice' => 'Fable', 'voice_id' => 'fable_std-BA', 'gender' => 'Male', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 574, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-BA', 'gender' => 'Male', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 575, 'voice' => 'Nova', 'voice_id' => 'nova_std-BA', 'gender' => 'Female', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 576, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-BA', 'gender' => 'Female', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 577, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-BG', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 578, 'voice' => 'Echo', 'voice_id' => 'echo_std-BG', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 579, 'voice' => 'Fable', 'voice_id' => 'fable_std-BG', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 580, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-BG', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 581, 'voice' => 'Nova', 'voice_id' => 'nova_std-BG', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 582, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-BG', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 583, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-ca-ES', 'gender' => 'Male', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 584, 'voice' => 'Echo', 'voice_id' => 'echo_std-ca-ES', 'gender' => 'Male', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 585, 'voice' => 'Fable', 'voice_id' => 'fable_std-ca-ES', 'gender' => 'Male', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 586, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-ca-ES', 'gender' => 'Male', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 587, 'voice' => 'Nova', 'voice_id' => 'nova_std-ca-ES', 'gender' => 'Female', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 588, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-ca-ES', 'gender' => 'Female', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 589, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-CN', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 590, 'voice' => 'Echo', 'voice_id' => 'echo_std-CN', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 591, 'voice' => 'Fable', 'voice_id' => 'fable_std-CN', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 592, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-CN', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 593, 'voice' => 'Nova', 'voice_id' => 'nova_std-CN', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 594, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-CN', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 595, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-HR', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 596, 'voice' => 'Echo', 'voice_id' => 'echo_std-HR', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 597, 'voice' => 'Fable', 'voice_id' => 'fable_std-HR', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 598, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-HR', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 599, 'voice' => 'Nova', 'voice_id' => 'nova_std-HR', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 600, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-HR', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 601, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-CZ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 602, 'voice' => 'Echo', 'voice_id' => 'echo_std-CZ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 603, 'voice' => 'Fable', 'voice_id' => 'fable_std-CZ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 604, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-CZ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 605, 'voice' => 'Nova', 'voice_id' => 'nova_std-CZ', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 606, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-CZ', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 607, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-DK', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 608, 'voice' => 'Echo', 'voice_id' => 'echo_std-DK', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 609, 'voice' => 'Fable', 'voice_id' => 'fable_std-DK', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 610, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-DK', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 611, 'voice' => 'Nova', 'voice_id' => 'nova_std-DK', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 612, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-DK', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 613, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-NL', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 614, 'voice' => 'Echo', 'voice_id' => 'echo_std-NL', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 615, 'voice' => 'Fable', 'voice_id' => 'fable_std-NL', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 616, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-NL', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 617, 'voice' => 'Nova', 'voice_id' => 'nova_std-NL', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 618, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-NL', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 619, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-US', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 621, 'voice' => 'Echo', 'voice_id' => 'echo_std-US', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 622, 'voice' => 'Fable', 'voice_id' => 'fable_std-US', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 623, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-US', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 624, 'voice' => 'Nova', 'voice_id' => 'nova_std-US', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 625, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-US', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 626, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-GB', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 627, 'voice' => 'Echo', 'voice_id' => 'echo_std-GB', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 628, 'voice' => 'Fable', 'voice_id' => 'fable_std-GB', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 629, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-GB', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 631, 'voice' => 'Nova', 'voice_id' => 'nova_std-GB', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 632, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-GB', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 633, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-EE', 'gender' => 'Male', 'language_code' => 'et-EE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 634, 'voice' => 'Echo', 'voice_id' => 'echo_std-EE', 'gender' => 'Male', 'language_code' => 'et-EE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 635, 'voice' => 'Fable', 'voice_id' => 'fable_std-EE', 'gender' => 'Male', 'language_code' => 'et-EE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 636, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-EE', 'gender' => 'Male', 'language_code' => 'et-EE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 637, 'voice' => 'Nova', 'voice_id' => 'nova_std-EE', 'gender' => 'Female', 'language_code' => 'et-EE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 638, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-EE', 'gender' => 'Female', 'language_code' => 'et-EE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 639, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-FI', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 640, 'voice' => 'Echo', 'voice_id' => 'echo_std-FI', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 641, 'voice' => 'Fable', 'voice_id' => 'fable_std-FI', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 642, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-FI', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 643, 'voice' => 'Nova', 'voice_id' => 'nova_std-FI', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 644, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-FI', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 645, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-FR', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 646, 'voice' => 'Echo', 'voice_id' => 'echo_std-FR', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 647, 'voice' => 'Fable', 'voice_id' => 'fable_std-FR', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 648, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-FR', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 649, 'voice' => 'Nova', 'voice_id' => 'nova_std-FR', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 650, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-FR', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 652, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-gl-ES', 'gender' => 'Male', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 652, 'voice' => 'Echo', 'voice_id' => 'echo_std-gl-ES', 'gender' => 'Male', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 653, 'voice' => 'Fable', 'voice_id' => 'fable_std-gl-ES', 'gender' => 'Male', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 654, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-gl-ES', 'gender' => 'Male', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 655, 'voice' => 'Nova', 'voice_id' => 'nova_std-gl-ES', 'gender' => 'Female', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 656, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-gl-ES', 'gender' => 'Female', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 657, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-DE', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 658, 'voice' => 'Echo', 'voice_id' => 'echo_std-DE', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 659, 'voice' => 'Fable', 'voice_id' => 'fable_std-DE', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 660, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-DE', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 661, 'voice' => 'Nova', 'voice_id' => 'nova_std-DE', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 662, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-DE', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 663, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-GR', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 664, 'voice' => 'Echo', 'voice_id' => 'echo_std-GR', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 665, 'voice' => 'Fable', 'voice_id' => 'fable_std-GR', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 666, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-GR', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 667, 'voice' => 'Nova', 'voice_id' => 'nova_std-GR', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 668, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-GR', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 669, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-IL', 'gender' => 'Male', 'language_code' => 'he-IL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 670, 'voice' => 'Echo', 'voice_id' => 'echo_std-IL', 'gender' => 'Male', 'language_code' => 'he-IL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 671, 'voice' => 'Fable', 'voice_id' => 'fable_std-IL', 'gender' => 'Male', 'language_code' => 'he-IL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 672, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-IL', 'gender' => 'Male', 'language_code' => 'he-IL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 673, 'voice' => 'Nova', 'voice_id' => 'nova_std-IL', 'gender' => 'Female', 'language_code' => 'he-IL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 674, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-IL', 'gender' => 'Female', 'language_code' => 'he-IL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 675, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-IN', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-hin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 676, 'voice' => 'Echo', 'voice_id' => 'echo_std-IN', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-hin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 677, 'voice' => 'Fable', 'voice_id' => 'fable_std-IN', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-hin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 678, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-IN', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-hin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 679, 'voice' => 'Nova', 'voice_id' => 'nova_std-IN', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-hin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 680, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-IN', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 681, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-HU', 'gender' => 'Male', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 682, 'voice' => 'Echo', 'voice_id' => 'echo_std-HU', 'gender' => 'Male', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 683, 'voice' => 'Fable', 'voice_id' => 'fable_std-HU', 'gender' => 'Male', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 684, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-HU', 'gender' => 'Male', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 685, 'voice' => 'Nova', 'voice_id' => 'nova_std-HU', 'gender' => 'Female', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 686, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-HU', 'gender' => 'Female', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 689, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-IS', 'gender' => 'Male', 'language_code' => 'is-IS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 690, 'voice' => 'Echo', 'voice_id' => 'echo_std-IS', 'gender' => 'Male', 'language_code' => 'is-IS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 691, 'voice' => 'Fable', 'voice_id' => 'fable_std-IS', 'gender' => 'Male', 'language_code' => 'is-IS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 692, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-IS', 'gender' => 'Male', 'language_code' => 'is-IS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 693, 'voice' => 'Nova', 'voice_id' => 'nova_std-IS', 'gender' => 'Female', 'language_code' => 'is-IS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 694, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-IS', 'gender' => 'Female', 'language_code' => 'is-IS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 695, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-ID', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 696, 'voice' => 'Echo', 'voice_id' => 'echo_std-ID', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 697, 'voice' => 'Fable', 'voice_id' => 'fable_std-ID', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 698, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-ID', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 699, 'voice' => 'Nova', 'voice_id' => 'nova_std-ID', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 701, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-ID', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 702, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-IT', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 703, 'voice' => 'Echo', 'voice_id' => 'echo_std-IT', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 704, 'voice' => 'Fable', 'voice_id' => 'fable_std-IT', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 705, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-IT', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 706, 'voice' => 'Nova', 'voice_id' => 'nova_std-IT', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 707, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-IT', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 708, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-JP', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 709, 'voice' => 'Echo', 'voice_id' => 'echo_std-JP', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 710, 'voice' => 'Fable', 'voice_id' => 'fable_std-JP', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 712, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-JP', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 713, 'voice' => 'Nova', 'voice_id' => 'nova_std-JP', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 714, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-JP', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 715, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-kn-IN', 'gender' => 'Male', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 716, 'voice' => 'Echo', 'voice_id' => 'echo_std-kn-IN', 'gender' => 'Male', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 717, 'voice' => 'Fable', 'voice_id' => 'fable_std-kn-IN', 'gender' => 'Male', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 718, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-kn-IN', 'gender' => 'Male', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 719, 'voice' => 'Nova', 'voice_id' => 'nova_std-kn-IN', 'gender' => 'Female', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 720, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-kn-IN', 'gender' => 'Female', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 721, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-KZ', 'gender' => 'Male', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-kaz.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 722, 'voice' => 'Echo', 'voice_id' => 'echo_std-KZ', 'gender' => 'Male', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-kaz.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 723, 'voice' => 'Fable', 'voice_id' => 'fable_std-KZ', 'gender' => 'Male', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 724, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-KZ', 'gender' => 'Male', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-kaz.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 725, 'voice' => 'Nova', 'voice_id' => 'nova_std-KZ', 'gender' => 'Female', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-kaz.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 726, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-KZ', 'gender' => 'Female', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-kaz.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 727, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-KR', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 728, 'voice' => 'Echo', 'voice_id' => 'echo_std-KR', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 729, 'voice' => 'Fable', 'voice_id' => 'fable_std-KR', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 730, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-KR', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 731, 'voice' => 'Nova', 'voice_id' => 'nova_std-KR', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 732, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-KR', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 733, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-LV', 'gender' => 'Male', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 734, 'voice' => 'Echo', 'voice_id' => 'echo_std-LV', 'gender' => 'Male', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 735, 'voice' => 'Fable', 'voice_id' => 'fable_std-LV', 'gender' => 'Male', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 736, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-LV', 'gender' => 'Male', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 737, 'voice' => 'Nova', 'voice_id' => 'nova_std-LV', 'gender' => 'Female', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 738, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-LV', 'gender' => 'Female', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 739, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-LT', 'gender' => 'Male', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 740, 'voice' => 'Echo', 'voice_id' => 'echo_std-LT', 'gender' => 'Male', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 741, 'voice' => 'Fable', 'voice_id' => 'fable_std-LT', 'gender' => 'Male', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 742, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-LT', 'gender' => 'Male', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 743, 'voice' => 'Nova', 'voice_id' => 'nova_std-LT', 'gender' => 'Female', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 744, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-LT', 'gender' => 'Female', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 745, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-MK', 'gender' => 'Male', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-mac.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 746, 'voice' => 'Echo', 'voice_id' => 'echo_std-MK', 'gender' => 'Male', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-mac.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 747, 'voice' => 'Fable', 'voice_id' => 'fable_std-MK', 'gender' => 'Male', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-mac.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 748, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-MK', 'gender' => 'Male', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-mac.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 749, 'voice' => 'Nova', 'voice_id' => 'nova_std-MK', 'gender' => 'Female', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-mac.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 750, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-MK', 'gender' => 'Female', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-max.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 751, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-mr-IN', 'gender' => 'Male', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 752, 'voice' => 'Echo', 'voice_id' => 'echo_std-mr-IN', 'gender' => 'Male', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 753, 'voice' => 'Fable', 'voice_id' => 'fable_std-mr-IN', 'gender' => 'Male', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 754, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-mr-IN', 'gender' => 'Male', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 756, 'voice' => 'Nova', 'voice_id' => 'nova_std-mr-IN', 'gender' => 'Female', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 757, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-mr-IN', 'gender' => 'Female', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 758, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-NP', 'gender' => 'Male', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-nep.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 759, 'voice' => 'Echo', 'voice_id' => 'echo_std-NP', 'gender' => 'Male', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-nep.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 760, 'voice' => 'Fable', 'voice_id' => 'fable_std-NP', 'gender' => 'Male', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-nep.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 761, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-NP', 'gender' => 'Male', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-nep.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 762, 'voice' => 'Nova', 'voice_id' => 'nova_std-NP', 'gender' => 'Female', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-nep.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 763, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-NP', 'gender' => 'Female', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 764, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-NO', 'gender' => 'Male', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 765, 'voice' => 'Echo', 'voice_id' => 'echo_std-NO', 'gender' => 'Male', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 766, 'voice' => 'Fable', 'voice_id' => 'fable_std-NO', 'gender' => 'Male', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 767, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-NO', 'gender' => 'Male', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 768, 'voice' => 'Nova', 'voice_id' => 'nova_std-NO', 'gender' => 'Female', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 769, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-NO', 'gender' => 'Female', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 770, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-IR', 'gender' => 'Male', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 771, 'voice' => 'Echo', 'voice_id' => 'echo_std-IR', 'gender' => 'Male', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 772, 'voice' => 'Fable', 'voice_id' => 'fable_std-IR', 'gender' => 'Male', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 773, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-IR', 'gender' => 'Male', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 774, 'voice' => 'Nova', 'voice_id' => 'nova_std-IR', 'gender' => 'Female', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 775, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-IR', 'gender' => 'Female', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 776, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-PL', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 777, 'voice' => 'Echo', 'voice_id' => 'echo_std-PL', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 778, 'voice' => 'Fable', 'voice_id' => 'fable_std-PL', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 779, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-PL', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 780, 'voice' => 'Nova', 'voice_id' => 'nova_std-PL', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 781, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-PL', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 782, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-BR', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 783, 'voice' => 'Echo', 'voice_id' => 'echo_std-BR', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 784, 'voice' => 'Fable', 'voice_id' => 'fable_std-BR', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 785, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-BR', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 786, 'voice' => 'Nova', 'voice_id' => 'nova_std-BR', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 787, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-BR', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 788, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-RO', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 789, 'voice' => 'Echo', 'voice_id' => 'echo_std-RO', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 790, 'voice' => 'Fable', 'voice_id' => 'fable_std-RO', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 791, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-RO', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 792, 'voice' => 'Nova', 'voice_id' => 'nova_std-RO', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 793, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-RO', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 794, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-RU', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 795, 'voice' => 'Echo', 'voice_id' => 'echo_std-RU', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 796, 'voice' => 'Fable', 'voice_id' => 'fable_std-RU', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 797, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-RU', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 798, 'voice' => 'Nova', 'voice_id' => 'nova_std-RU', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 799, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-RU', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 800, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-RS', 'gender' => 'Male', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 801, 'voice' => 'Echo', 'voice_id' => 'echo_std-RS', 'gender' => 'Male', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 802, 'voice' => 'Fable', 'voice_id' => 'fable_std-RS', 'gender' => 'Male', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 803, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-RS', 'gender' => 'Male', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 804, 'voice' => 'Nova', 'voice_id' => 'nova_std-RS', 'gender' => 'Female', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 805, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-RS', 'gender' => 'Female', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 806, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-SK', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 807, 'voice' => 'Echo', 'voice_id' => 'echo_std-SK', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 808, 'voice' => 'Fable', 'voice_id' => 'fable_std-SK', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 809, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-SK', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 810, 'voice' => 'Nova', 'voice_id' => 'nova_std-SK', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 811, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-SK', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 812, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-SI', 'gender' => 'Male', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 813, 'voice' => 'Echo', 'voice_id' => 'echo_std-SI', 'gender' => 'Male', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 814, 'voice' => 'Fable', 'voice_id' => 'fable_std-SI', 'gender' => 'Male', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 815, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-SI', 'gender' => 'Male', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 816, 'voice' => 'Nova', 'voice_id' => 'nova_std-SI', 'gender' => 'Female', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 817, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-SI', 'gender' => 'Female', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 818, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-ES', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 819, 'voice' => 'Echo', 'voice_id' => 'echo_std-ES', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 820, 'voice' => 'Fable', 'voice_id' => 'fable_std-ES', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 821, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-ES', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 822, 'voice' => 'Nova', 'voice_id' => 'nova_std-ES', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 823, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-ES', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 824, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-KE', 'gender' => 'Male', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 825, 'voice' => 'Echo', 'voice_id' => 'echo_std-KE', 'gender' => 'Male', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 826, 'voice' => 'Fable', 'voice_id' => 'fable_std-KE', 'gender' => 'Male', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 827, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-KE', 'gender' => 'Male', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 828, 'voice' => 'Nova', 'voice_id' => 'nova_std-KE', 'gender' => 'Female', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 829, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-KE', 'gender' => 'Female', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 830, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-SE', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 831, 'voice' => 'Echo', 'voice_id' => 'echo_std-SE', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 832, 'voice' => 'Fable', 'voice_id' => 'fable_std-SE', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 833, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-SE', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 834, 'voice' => 'Nova', 'voice_id' => 'nova_std-SE', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 835, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-SE', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 836, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-ta-IN', 'gender' => 'Male', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 837, 'voice' => 'Echo', 'voice_id' => 'echo_std-ta-IN', 'gender' => 'Male', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 838, 'voice' => 'Fable', 'voice_id' => 'fable_std-ta-IN', 'gender' => 'Male', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 839, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-ta-IN', 'gender' => 'Male', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 840, 'voice' => 'Nova', 'voice_id' => 'nova_std-ta-IN', 'gender' => 'Female', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 841, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-ta-IN', 'gender' => 'Female', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 842, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-TH', 'gender' => 'Male', 'language_code' => 'th-TH', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 843, 'voice' => 'Echo', 'voice_id' => 'echo_std-TH', 'gender' => 'Male', 'language_code' => 'th-TH', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 844, 'voice' => 'Fable', 'voice_id' => 'fable_std-TH', 'gender' => 'Male', 'language_code' => 'th-TH', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 845, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-TH', 'gender' => 'Male', 'language_code' => 'th-TH', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 846, 'voice' => 'Nova', 'voice_id' => 'nova_std-TH', 'gender' => 'Female', 'language_code' => 'th-TH', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 847, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-TH', 'gender' => 'Female', 'language_code' => 'th-TH', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 848, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-TR', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 849, 'voice' => 'Echo', 'voice_id' => 'echo_std-TR', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 850, 'voice' => 'Fable', 'voice_id' => 'fable_std-TR', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 851, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-TR', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 852, 'voice' => 'Nova', 'voice_id' => 'nova_std-TR', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 853, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-TR', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 854, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-UA', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 855, 'voice' => 'Echo', 'voice_id' => 'echo_std-UA', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 856, 'voice' => 'Fable', 'voice_id' => 'fable_std-UA', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 857, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-UA', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 858, 'voice' => 'Nova', 'voice_id' => 'nova_std-UA', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 859, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-UA', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 860, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-PK', 'gender' => 'Male', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 861, 'voice' => 'Echo', 'voice_id' => 'echo_std-PK', 'gender' => 'Male', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 862, 'voice' => 'Fable', 'voice_id' => 'fable_std-PK', 'gender' => 'Male', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 863, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-PK', 'gender' => 'Male', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 864, 'voice' => 'Nova', 'voice_id' => 'nova_std-PK', 'gender' => 'Female', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 865, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-PK', 'gender' => 'Female', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 866, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-VN', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 867, 'voice' => 'Echo', 'voice_id' => 'echo_std-VN', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 868, 'voice' => 'Fable', 'voice_id' => 'fable_std-VN', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 869, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-VN', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 870, 'voice' => 'Nova', 'voice_id' => 'nova_std-VN', 'gender' => 'Female', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 871, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-VN', 'gender' => 'Female', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 872, 'voice' => 'Alloy', 'voice_id' => 'alloy_std-cy-GB', 'gender' => 'Male', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/alloy-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 873, 'voice' => 'Echo', 'voice_id' => 'echo_std-cy-GB', 'gender' => 'Male', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/echo-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 874, 'voice' => 'Fable', 'voice_id' => 'fable_std-cy-GB', 'gender' => 'Male', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/fable-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 875, 'voice' => 'Onyx', 'voice_id' => 'onyx_std-cy-GB', 'gender' => 'Male', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/onyx-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 876, 'voice' => 'Nova', 'voice_id' => 'nova_std-cy-GB', 'gender' => 'Female', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/nova-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 877, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_std-cy-GB', 'gender' => 'Female', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_std', 'voice_type' => 'standard', 'sample_url' => '/voices/openai/shimmer-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 878, 'voice' => 'Alloy', 'voice_id' => 'alloy_ZA', 'gender' => 'Male', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 879, 'voice' => 'Echo', 'voice_id' => 'echo_ZA', 'gender' => 'Male', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 880, 'voice' => 'Fable', 'voice_id' => 'fable_ZA', 'gender' => 'Male', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 881, 'voice' => 'Onyx', 'voice_id' => 'onyx_ZA', 'gender' => 'Male', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 882, 'voice' => 'Nova', 'voice_id' => 'nova_ZA', 'gender' => 'Female', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 883, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_ZA', 'gender' => 'Female', 'language_code' => 'af-ZA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-afr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 884, 'voice' => 'Alloy', 'voice_id' => 'alloy_XA', 'gender' => 'Male', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 885, 'voice' => 'Echo', 'voice_id' => 'echo_XA', 'gender' => 'Male', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 886, 'voice' => 'Fable', 'voice_id' => 'fable_XA', 'gender' => 'Male', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 887, 'voice' => 'Onyx', 'voice_id' => 'onyx_XA', 'gender' => 'Male', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 888, 'voice' => 'Nova', 'voice_id' => 'nova_XA', 'gender' => 'Female', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 889, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_XA', 'gender' => 'Female', 'language_code' => 'ar-XA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-ara.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 890, 'voice' => 'Alloy', 'voice_id' => 'alloy_AM', 'gender' => 'Male', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 891, 'voice' => 'Echo', 'voice_id' => 'echo_AM', 'gender' => 'Male', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 892, 'voice' => 'Fable', 'voice_id' => 'fable_AM', 'gender' => 'Male', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 893, 'voice' => 'Onyx', 'voice_id' => 'onyx_AM', 'gender' => 'Male', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 894, 'voice' => 'Nova', 'voice_id' => 'nova_AM', 'gender' => 'Female', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 895, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_AM', 'gender' => 'Female', 'language_code' => 'hy-AM', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-arm.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 896, 'voice' => 'Alloy', 'voice_id' => 'alloy_AZ', 'gender' => 'Male', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 897, 'voice' => 'Echo', 'voice_id' => 'echo_AZ', 'gender' => 'Male', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 898, 'voice' => 'Fable', 'voice_id' => 'fable_AZ', 'gender' => 'Male', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 899, 'voice' => 'Onyx', 'voice_id' => 'onyx_AZ', 'gender' => 'Male', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 900, 'voice' => 'Nova', 'voice_id' => 'nova_AZ', 'gender' => 'Female', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 901, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_AZ', 'gender' => 'Female', 'language_code' => 'az-AZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-aze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 902, 'voice' => 'Alloy', 'voice_id' => 'alloy_BY', 'gender' => 'Male', 'language_code' => 'be-BY', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 903, 'voice' => 'Echo', 'voice_id' => 'echo_BY', 'gender' => 'Male', 'language_code' => 'be-BY', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 904, 'voice' => 'Fable', 'voice_id' => 'fable_BY', 'gender' => 'Male', 'language_code' => 'be-BY', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 905, 'voice' => 'Onyx', 'voice_id' => 'onyx_BY', 'gender' => 'Male', 'language_code' => 'be-BY', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 906, 'voice' => 'Nova', 'voice_id' => 'nova_BY', 'gender' => 'Female', 'language_code' => 'be-BY', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 907, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_BY', 'gender' => 'Female', 'language_code' => 'be-BY', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-bel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 908, 'voice' => 'Alloy', 'voice_id' => 'alloy_BA', 'gender' => 'Male', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 909, 'voice' => 'Echo', 'voice_id' => 'echo_BA', 'gender' => 'Male', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 910, 'voice' => 'Fable', 'voice_id' => 'fable_BA', 'gender' => 'Male', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 911, 'voice' => 'Onyx', 'voice_id' => 'onyx_BA', 'gender' => 'Male', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 912, 'voice' => 'Nova', 'voice_id' => 'nova_BA', 'gender' => 'Female', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 913, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_BA', 'gender' => 'Female', 'language_code' => 'bs-BA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-bos.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 914, 'voice' => 'Alloy', 'voice_id' => 'alloy_BG', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 915, 'voice' => 'Echo', 'voice_id' => 'echo_BG', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 916, 'voice' => 'Fable', 'voice_id' => 'fable_BG', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 917, 'voice' => 'Onyx', 'voice_id' => 'onyx_BG', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 918, 'voice' => 'Nova', 'voice_id' => 'nova_BG', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 919, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_BG', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-bul.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 920, 'voice' => 'Alloy', 'voice_id' => 'alloy_ca-ES', 'gender' => 'Male', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 921, 'voice' => 'Echo', 'voice_id' => 'echo_ca-ES', 'gender' => 'Male', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 922, 'voice' => 'Fable', 'voice_id' => 'fable_ca-ES', 'gender' => 'Male', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 923, 'voice' => 'Onyx', 'voice_id' => 'onyx_ca-ES', 'gender' => 'Male', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 924, 'voice' => 'Nova', 'voice_id' => 'nova_ca-ES', 'gender' => 'Female', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 925, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_ca-ES', 'gender' => 'Female', 'language_code' => 'ca-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-cat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 926, 'voice' => 'Alloy', 'voice_id' => 'alloy_CN', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 927, 'voice' => 'Echo', 'voice_id' => 'echo_CN', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 928, 'voice' => 'Fable', 'voice_id' => 'fable_CN', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 929, 'voice' => 'Onyx', 'voice_id' => 'onyx_CN', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 930, 'voice' => 'Nova', 'voice_id' => 'nova_CN', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 931, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_CN', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-chi.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 932, 'voice' => 'Alloy', 'voice_id' => 'alloy_HR', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 933, 'voice' => 'Echo', 'voice_id' => 'echo_HR', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 934, 'voice' => 'Fable', 'voice_id' => 'fable_HR', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 935, 'voice' => 'Onyx', 'voice_id' => 'onyx_HR', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 936, 'voice' => 'Nova', 'voice_id' => 'nova_HR', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 937, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_HR', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-cro.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 938, 'voice' => 'Alloy', 'voice_id' => 'alloy_CZ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 939, 'voice' => 'Echo', 'voice_id' => 'echo_CZ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 940, 'voice' => 'Fable', 'voice_id' => 'fable_CZ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 941, 'voice' => 'Onyx', 'voice_id' => 'onyx_CZ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 942, 'voice' => 'Nova', 'voice_id' => 'nova_CZ', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 943, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_CZ', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-cze.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 944, 'voice' => 'Alloy', 'voice_id' => 'alloy_DK', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 945, 'voice' => 'Echo', 'voice_id' => 'echo_DK', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 946, 'voice' => 'Fable', 'voice_id' => 'fable_DK', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 947, 'voice' => 'Onyx', 'voice_id' => 'onyx_DK', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 948, 'voice' => 'Nova', 'voice_id' => 'nova_DK', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 949, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_DK', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-dan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 950, 'voice' => 'Alloy', 'voice_id' => 'alloy_NL', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 951, 'voice' => 'Echo', 'voice_id' => 'echo_NL', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 952, 'voice' => 'Fable', 'voice_id' => 'fable_NL', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 953, 'voice' => 'Onyx', 'voice_id' => 'onyx_NL', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 954, 'voice' => 'Nova', 'voice_id' => 'nova_NL', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 955, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_NL', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 956, 'voice' => 'Alloy', 'voice_id' => 'alloy_US', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 957, 'voice' => 'Echo', 'voice_id' => 'echo_US', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 958, 'voice' => 'Fable', 'voice_id' => 'fable_US', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 959, 'voice' => 'Onyx', 'voice_id' => 'onyx_US', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 960, 'voice' => 'Nova', 'voice_id' => 'nova_US', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 961, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_US', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 962, 'voice' => 'Alloy', 'voice_id' => 'alloy_GB', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 963, 'voice' => 'Echo', 'voice_id' => 'echo_GB', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 964, 'voice' => 'Fable', 'voice_id' => 'fable_GB', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 965, 'voice' => 'Onyx', 'voice_id' => 'onyx_GB', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 966, 'voice' => 'Nova', 'voice_id' => 'nova_GB', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 967, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_GB', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-us.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 968, 'voice' => 'Alloy', 'voice_id' => 'alloy_EE', 'gender' => 'Male', 'language_code' => 'et-EE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 969, 'voice' => 'Echo', 'voice_id' => 'echo_EE', 'gender' => 'Male', 'language_code' => 'et-EE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 970, 'voice' => 'Fable', 'voice_id' => 'fable_EE', 'gender' => 'Male', 'language_code' => 'et-EE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 971, 'voice' => 'Onyx', 'voice_id' => 'onyx_EE', 'gender' => 'Male', 'language_code' => 'et-EE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 972, 'voice' => 'Nova', 'voice_id' => 'nova_EE', 'gender' => 'Female', 'language_code' => 'et-EE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 973, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_EE', 'gender' => 'Female', 'language_code' => 'et-EE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-est.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 974, 'voice' => 'Alloy', 'voice_id' => 'alloy_FI', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 975, 'voice' => 'Echo', 'voice_id' => 'echo_FI', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 976, 'voice' => 'Fable', 'voice_id' => 'fable_FI', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 977, 'voice' => 'Onyx', 'voice_id' => 'onyx_FI', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 978, 'voice' => 'Nova', 'voice_id' => 'nova_FI', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 979, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_FI', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-fin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 980, 'voice' => 'Alloy', 'voice_id' => 'alloy_FR', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 981, 'voice' => 'Echo', 'voice_id' => 'echo_FR', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 982, 'voice' => 'Fable', 'voice_id' => 'fable_FR', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 983, 'voice' => 'Onyx', 'voice_id' => 'onyx_FR', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 984, 'voice' => 'Nova', 'voice_id' => 'nova_FR', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 985, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_FR', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-fra.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 986, 'voice' => 'Alloy', 'voice_id' => 'alloy_gl-ES', 'gender' => 'Male', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 987, 'voice' => 'Echo', 'voice_id' => 'echo_gl-ES', 'gender' => 'Male', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 988, 'voice' => 'Fable', 'voice_id' => 'fable_gl-ES', 'gender' => 'Male', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 989, 'voice' => 'Onyx', 'voice_id' => 'onyx_gl-ES', 'gender' => 'Male', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 990, 'voice' => 'Nova', 'voice_id' => 'nova_gl-ES', 'gender' => 'Female', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 991, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_gl-ES', 'gender' => 'Female', 'language_code' => 'gl-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-gal.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 992, 'voice' => 'Alloy', 'voice_id' => 'alloy_DE', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 993, 'voice' => 'Echo', 'voice_id' => 'echo_DE', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 994, 'voice' => 'Fable', 'voice_id' => 'fable_DE', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 995, 'voice' => 'Onyx', 'voice_id' => 'onyx_DE', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 996, 'voice' => 'Nova', 'voice_id' => 'nova_DE', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 997, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_DE', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-ger.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 998, 'voice' => 'Alloy', 'voice_id' => 'alloy_GR', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 999, 'voice' => 'Echo', 'voice_id' => 'echo_GR', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1000, 'voice' => 'Fable', 'voice_id' => 'fable_GR', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1001, 'voice' => 'Onyx', 'voice_id' => 'onyx_GR', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1002, 'voice' => 'Nova', 'voice_id' => 'nova_GR', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1003, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_GR', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-gre.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1004, 'voice' => 'Alloy', 'voice_id' => 'alloy_IL', 'gender' => 'Male', 'language_code' => 'he-IL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1005, 'voice' => 'Echo', 'voice_id' => 'echo_IL', 'gender' => 'Male', 'language_code' => 'he-IL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1006, 'voice' => 'Fable', 'voice_id' => 'fable_IL', 'gender' => 'Male', 'language_code' => 'he-IL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1007, 'voice' => 'Onyx', 'voice_id' => 'onyx_IL', 'gender' => 'Male', 'language_code' => 'he-IL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1008, 'voice' => 'Nova', 'voice_id' => 'nova_IL', 'gender' => 'Female', 'language_code' => 'he-IL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1009, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_IL', 'gender' => 'Female', 'language_code' => 'he-IL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1010, 'voice' => 'Alloy', 'voice_id' => 'alloy_IN', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-hin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1011, 'voice' => 'Echo', 'voice_id' => 'echo_IN', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-hin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1012, 'voice' => 'Fable', 'voice_id' => 'fable_IN', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-hin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1013, 'voice' => 'Onyx', 'voice_id' => 'onyx_IN', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-hin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1014, 'voice' => 'Nova', 'voice_id' => 'nova_IN', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-hin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1015, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_IN', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-hin.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1016, 'voice' => 'Alloy', 'voice_id' => 'alloy_HU', 'gender' => 'Male', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1017, 'voice' => 'Echo', 'voice_id' => 'echo_HU', 'gender' => 'Male', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1018, 'voice' => 'Fable', 'voice_id' => 'fable_HU', 'gender' => 'Male', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1019, 'voice' => 'Onyx', 'voice_id' => 'onyx_HU', 'gender' => 'Male', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1020, 'voice' => 'Nova', 'voice_id' => 'nova_HU', 'gender' => 'Female', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1021, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_HU', 'gender' => 'Female', 'language_code' => 'hu-HU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-hun.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1022, 'voice' => 'Alloy', 'voice_id' => 'alloy_IS', 'gender' => 'Male', 'language_code' => 'is-IS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1023, 'voice' => 'Echo', 'voice_id' => 'echo_IS', 'gender' => 'Male', 'language_code' => 'is-IS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1024, 'voice' => 'Fable', 'voice_id' => 'fable_IS', 'gender' => 'Male', 'language_code' => 'is-IS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1025, 'voice' => 'Onyx', 'voice_id' => 'onyx_IS', 'gender' => 'Male', 'language_code' => 'is-IS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1026, 'voice' => 'Nova', 'voice_id' => 'nova_IS', 'gender' => 'Female', 'language_code' => 'is-IS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1027, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_IS', 'gender' => 'Female', 'language_code' => 'is-IS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-ice.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1028, 'voice' => 'Alloy', 'voice_id' => 'alloy_ID', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1029, 'voice' => 'Echo', 'voice_id' => 'echo_ID', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1030, 'voice' => 'Fable', 'voice_id' => 'fable_ID', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1031, 'voice' => 'Onyx', 'voice_id' => 'onyx_ID', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1032, 'voice' => 'Nova', 'voice_id' => 'nova_ID', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1033, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_ID', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-ind.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1034, 'voice' => 'Alloy', 'voice_id' => 'alloy_IT', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1035, 'voice' => 'Echo', 'voice_id' => 'echo_IT', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1036, 'voice' => 'Fable', 'voice_id' => 'fable_IT', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1037, 'voice' => 'Onyx', 'voice_id' => 'onyx_IT', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1038, 'voice' => 'Nova', 'voice_id' => 'nova_IT', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1039, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_IT', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-ita.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1040, 'voice' => 'Alloy', 'voice_id' => 'alloy_JP', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1041, 'voice' => 'Echo', 'voice_id' => 'echo_JP', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1042, 'voice' => 'Fable', 'voice_id' => 'fable_JP', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1043, 'voice' => 'Onyx', 'voice_id' => 'onyx_JP', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1044, 'voice' => 'Nova', 'voice_id' => 'nova_JP', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1045, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_JP', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-jap.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1046, 'voice' => 'Alloy', 'voice_id' => 'alloy_kn-IN', 'gender' => 'Male', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1047, 'voice' => 'Echo', 'voice_id' => 'echo_kn-IN', 'gender' => 'Male', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1048, 'voice' => 'Fable', 'voice_id' => 'fable_kn-IN', 'gender' => 'Male', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1049, 'voice' => 'Onyx', 'voice_id' => 'onyx_kn-IN', 'gender' => 'Male', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1050, 'voice' => 'Nova', 'voice_id' => 'nova_kn-IN', 'gender' => 'Female', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1051, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_kn-IN', 'gender' => 'Female', 'language_code' => 'kn-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1052, 'voice' => 'Alloy', 'voice_id' => 'alloy_KZ', 'gender' => 'Male', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-kaz.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1053, 'voice' => 'Echo', 'voice_id' => 'echo_KZ', 'gender' => 'Male', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-kaz.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1054, 'voice' => 'Fable', 'voice_id' => 'fable_KZ', 'gender' => 'Male', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-kan.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1055, 'voice' => 'Onyx', 'voice_id' => 'onyx_KZ', 'gender' => 'Male', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-kaz.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1056, 'voice' => 'Nova', 'voice_id' => 'nova_KZ', 'gender' => 'Female', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-kaz.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1057, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_KZ', 'gender' => 'Female', 'language_code' => 'kk-KZ', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-kaz.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1058, 'voice' => 'Alloy', 'voice_id' => 'alloy_KR', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1059, 'voice' => 'Echo', 'voice_id' => 'echo_KR', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1060, 'voice' => 'Fable', 'voice_id' => 'fable_KR', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1061, 'voice' => 'Onyx', 'voice_id' => 'onyx_KR', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1062, 'voice' => 'Nova', 'voice_id' => 'nova_KR', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1063, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_KR', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-kor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1064, 'voice' => 'Alloy', 'voice_id' => 'alloy_LV', 'gender' => 'Male', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1065, 'voice' => 'Echo', 'voice_id' => 'echo_LV', 'gender' => 'Male', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1066, 'voice' => 'Fable', 'voice_id' => 'fable_LV', 'gender' => 'Male', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1067, 'voice' => 'Onyx', 'voice_id' => 'onyx_LV', 'gender' => 'Male', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1068, 'voice' => 'Nova', 'voice_id' => 'nova_LV', 'gender' => 'Female', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1069, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_LV', 'gender' => 'Female', 'language_code' => 'lv-LV', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-lat.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1070, 'voice' => 'Alloy', 'voice_id' => 'alloy_LT', 'gender' => 'Male', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1071, 'voice' => 'Echo', 'voice_id' => 'echo_LT', 'gender' => 'Male', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1072, 'voice' => 'Fable', 'voice_id' => 'fable_LT', 'gender' => 'Male', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1073, 'voice' => 'Onyx', 'voice_id' => 'onyx_LT', 'gender' => 'Male', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1074, 'voice' => 'Nova', 'voice_id' => 'nova_LT', 'gender' => 'Female', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1075, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_LT', 'gender' => 'Female', 'language_code' => 'lt-LT', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-lit.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1076, 'voice' => 'Alloy', 'voice_id' => 'alloy_MK', 'gender' => 'Male', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-mac.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1077, 'voice' => 'Echo', 'voice_id' => 'echo_MK', 'gender' => 'Male', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-mac.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1078, 'voice' => 'Fable', 'voice_id' => 'fable_MK', 'gender' => 'Male', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-mac.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1079, 'voice' => 'Onyx', 'voice_id' => 'onyx_MK', 'gender' => 'Male', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-mac.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1080, 'voice' => 'Nova', 'voice_id' => 'nova_MK', 'gender' => 'Female', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-mac.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1081, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_MK', 'gender' => 'Female', 'language_code' => 'mk-MK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-max.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1082, 'voice' => 'Alloy', 'voice_id' => 'alloy_mr-IN', 'gender' => 'Male', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1083, 'voice' => 'Echo', 'voice_id' => 'echo_mr-IN', 'gender' => 'Male', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1084, 'voice' => 'Fable', 'voice_id' => 'fable_mr-IN', 'gender' => 'Male', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1085, 'voice' => 'Onyx', 'voice_id' => 'onyx_mr-IN', 'gender' => 'Male', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1086, 'voice' => 'Nova', 'voice_id' => 'nova_mr-IN', 'gender' => 'Female', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1087, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_mr-IN', 'gender' => 'Female', 'language_code' => 'mr-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-mar.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1088, 'voice' => 'Alloy', 'voice_id' => 'alloy_NP', 'gender' => 'Male', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-nep.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1089, 'voice' => 'Echo', 'voice_id' => 'echo_NP', 'gender' => 'Male', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-nep.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1090, 'voice' => 'Fable', 'voice_id' => 'fable_NP', 'gender' => 'Male', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-nep.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1091, 'voice' => 'Onyx', 'voice_id' => 'onyx_NP', 'gender' => 'Male', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-nep.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1092, 'voice' => 'Nova', 'voice_id' => 'nova_NP', 'gender' => 'Female', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-nep.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1093, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_NP', 'gender' => 'Female', 'language_code' => 'ne-NP', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-net.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1094, 'voice' => 'Alloy', 'voice_id' => 'alloy_NO', 'gender' => 'Male', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1095, 'voice' => 'Echo', 'voice_id' => 'echo_NO', 'gender' => 'Male', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1096, 'voice' => 'Fable', 'voice_id' => 'fable_NO', 'gender' => 'Male', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1097, 'voice' => 'Onyx', 'voice_id' => 'onyx_NO', 'gender' => 'Male', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1098, 'voice' => 'Nova', 'voice_id' => 'nova_NO', 'gender' => 'Female', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1099, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_NO', 'gender' => 'Female', 'language_code' => 'nb-NO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-nor.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1100, 'voice' => 'Alloy', 'voice_id' => 'alloy_IR', 'gender' => 'Male', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1101, 'voice' => 'Echo', 'voice_id' => 'echo_IR', 'gender' => 'Male', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1102, 'voice' => 'Fable', 'voice_id' => 'fable_IR', 'gender' => 'Male', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1103, 'voice' => 'Onyx', 'voice_id' => 'onyx_IR', 'gender' => 'Male', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1104, 'voice' => 'Nova', 'voice_id' => 'nova_IR', 'gender' => 'Female', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1105, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_IR', 'gender' => 'Female', 'language_code' => 'fa-IR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-per.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1106, 'voice' => 'Alloy', 'voice_id' => 'alloy_PL', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1107, 'voice' => 'Echo', 'voice_id' => 'echo_PL', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1108, 'voice' => 'Fable', 'voice_id' => 'fable_PL', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1109, 'voice' => 'Onyx', 'voice_id' => 'onyx_PL', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1110, 'voice' => 'Nova', 'voice_id' => 'nova_PL', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1111, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_PL', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-pol.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1112, 'voice' => 'Alloy', 'voice_id' => 'alloy_BR', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1113, 'voice' => 'Echo', 'voice_id' => 'echo_BR', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1114, 'voice' => 'Fable', 'voice_id' => 'fable_BR', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1115, 'voice' => 'Onyx', 'voice_id' => 'onyx_BR', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1116, 'voice' => 'Nova', 'voice_id' => 'nova_BR', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1117, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_BR', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-por.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1118, 'voice' => 'Alloy', 'voice_id' => 'alloy_RO', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1119, 'voice' => 'Echo', 'voice_id' => 'echo_RO', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1120, 'voice' => 'Fable', 'voice_id' => 'fable_RO', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1121, 'voice' => 'Onyx', 'voice_id' => 'onyx_RO', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1121, 'voice' => 'Nova', 'voice_id' => 'nova_RO', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1122, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_RO', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-rom.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1123, 'voice' => 'Alloy', 'voice_id' => 'alloy_RU', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1124, 'voice' => 'Echo', 'voice_id' => 'echo_RU', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1125, 'voice' => 'Fable', 'voice_id' => 'fable_RU', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1126, 'voice' => 'Onyx', 'voice_id' => 'onyx_RU', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1127, 'voice' => 'Nova', 'voice_id' => 'nova_RU', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1128, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_RU', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-rus.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1129, 'voice' => 'Alloy', 'voice_id' => 'alloy_RS', 'gender' => 'Male', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1130, 'voice' => 'Echo', 'voice_id' => 'echo_RS', 'gender' => 'Male', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1131, 'voice' => 'Fable', 'voice_id' => 'fable_RS', 'gender' => 'Male', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1132, 'voice' => 'Onyx', 'voice_id' => 'onyx_RS', 'gender' => 'Male', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1133, 'voice' => 'Nova', 'voice_id' => 'nova_RS', 'gender' => 'Female', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1134, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_RS', 'gender' => 'Female', 'language_code' => 'sr-RS', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-ser.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1135, 'voice' => 'Alloy', 'voice_id' => 'alloy_SK', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1136, 'voice' => 'Echo', 'voice_id' => 'echo_SK', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1137, 'voice' => 'Fable', 'voice_id' => 'fable_SK', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1138, 'voice' => 'Onyx', 'voice_id' => 'onyx_SK', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1139, 'voice' => 'Nova', 'voice_id' => 'nova_SK', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1140, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_SK', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-slo.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1141, 'voice' => 'Alloy', 'voice_id' => 'alloy_SI', 'gender' => 'Male', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1142, 'voice' => 'Echo', 'voice_id' => 'echo_SI', 'gender' => 'Male', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1143, 'voice' => 'Fable', 'voice_id' => 'fable_SI', 'gender' => 'Male', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1144, 'voice' => 'Onyx', 'voice_id' => 'onyx_SI', 'gender' => 'Male', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1145, 'voice' => 'Nova', 'voice_id' => 'nova_SI', 'gender' => 'Female', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1146, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_SI', 'gender' => 'Female', 'language_code' => 'sl-SI', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1147, 'voice' => 'Alloy', 'voice_id' => 'alloy_ES', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1148, 'voice' => 'Echo', 'voice_id' => 'echo_ES', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1149, 'voice' => 'Fable', 'voice_id' => 'fable_ES', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1150, 'voice' => 'Onyx', 'voice_id' => 'onyx_ES', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1151, 'voice' => 'Nova', 'voice_id' => 'nova_ES', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1152, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_ES', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-spa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1153, 'voice' => 'Alloy', 'voice_id' => 'alloy_KE', 'gender' => 'Male', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1154, 'voice' => 'Echo', 'voice_id' => 'echo_KE', 'gender' => 'Male', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1155, 'voice' => 'Fable', 'voice_id' => 'fable_KE', 'gender' => 'Male', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1156, 'voice' => 'Onyx', 'voice_id' => 'onyx_KE', 'gender' => 'Male', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1157, 'voice' => 'Nova', 'voice_id' => 'nova_KE', 'gender' => 'Female', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1158, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_KE', 'gender' => 'Female', 'language_code' => 'sw-KE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-swa.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1159, 'voice' => 'Alloy', 'voice_id' => 'alloy_SE', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1160, 'voice' => 'Echo', 'voice_id' => 'echo_SE', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1161, 'voice' => 'Fable', 'voice_id' => 'fable_SE', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1162, 'voice' => 'Onyx', 'voice_id' => 'onyx_SE', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1163, 'voice' => 'Nova', 'voice_id' => 'nova_SE', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1164, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_SE', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-swe.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1165, 'voice' => 'Alloy', 'voice_id' => 'alloy_ta-IN', 'gender' => 'Male', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1166, 'voice' => 'Echo', 'voice_id' => 'echo_ta-IN', 'gender' => 'Male', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1167, 'voice' => 'Fable', 'voice_id' => 'fable_ta-IN', 'gender' => 'Male', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1168, 'voice' => 'Onyx', 'voice_id' => 'onyx_ta-IN', 'gender' => 'Male', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1169, 'voice' => 'Nova', 'voice_id' => 'nova_ta-IN', 'gender' => 'Female', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1170, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_ta-IN', 'gender' => 'Female', 'language_code' => 'ta-IN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1171, 'voice' => 'Alloy', 'voice_id' => 'alloy_TH', 'gender' => 'Male', 'language_code' => 'th-TH', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1172, 'voice' => 'Echo', 'voice_id' => 'echo_TH', 'gender' => 'Male', 'language_code' => 'th-TH', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1173, 'voice' => 'Fable', 'voice_id' => 'fable_TH', 'gender' => 'Male', 'language_code' => 'th-TH', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1174, 'voice' => 'Onyx', 'voice_id' => 'onyx_TH', 'gender' => 'Male', 'language_code' => 'th-TH', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1175, 'voice' => 'Nova', 'voice_id' => 'nova_TH', 'gender' => 'Female', 'language_code' => 'th-TH', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1176, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_TH', 'gender' => 'Female', 'language_code' => 'th-TH', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-tha.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1177, 'voice' => 'Alloy', 'voice_id' => 'alloy_TR', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1178, 'voice' => 'Echo', 'voice_id' => 'echo_TR', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1179, 'voice' => 'Fable', 'voice_id' => 'fable_TR', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1180, 'voice' => 'Onyx', 'voice_id' => 'onyx_TR', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1181, 'voice' => 'Nova', 'voice_id' => 'nova_TR', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1182, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_TR', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-tur.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1183, 'voice' => 'Alloy', 'voice_id' => 'alloy_UA', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1184, 'voice' => 'Echo', 'voice_id' => 'echo_UA', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1185, 'voice' => 'Fable', 'voice_id' => 'fable_UA', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1186, 'voice' => 'Onyx', 'voice_id' => 'onyx_UA', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1187, 'voice' => 'Nova', 'voice_id' => 'nova_UA', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1188, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_UA', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-ukr.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1189, 'voice' => 'Alloy', 'voice_id' => 'alloy_PK', 'gender' => 'Male', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1190, 'voice' => 'Echo', 'voice_id' => 'echo_PK', 'gender' => 'Male', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1191, 'voice' => 'Fable', 'voice_id' => 'fable_PK', 'gender' => 'Male', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1192, 'voice' => 'Onyx', 'voice_id' => 'onyx_PK', 'gender' => 'Male', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1193, 'voice' => 'Nova', 'voice_id' => 'nova_PK', 'gender' => 'Female', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1194, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_PK', 'gender' => 'Female', 'language_code' => 'ur-PK', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-pak.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1195, 'voice' => 'Alloy', 'voice_id' => 'alloy_VN', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1196, 'voice' => 'Echo', 'voice_id' => 'echo_VN', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1197, 'voice' => 'Fable', 'voice_id' => 'fable_VN', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1198, 'voice' => 'Onyx', 'voice_id' => 'onyx_VN', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1199, 'voice' => 'Nova', 'voice_id' => 'nova_VN', 'gender' => 'Female', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1200, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_VN', 'gender' => 'Female', 'language_code' => 'vi-VN', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-vie.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1201, 'voice' => 'Alloy', 'voice_id' => 'alloy_cy-GB', 'gender' => 'Male', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/alloy-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/25.jpg'], ['id' => 1202, 'voice' => 'Echo', 'voice_id' => 'echo_cy-GB', 'gender' => 'Male', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/echo-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/24.jpg'], ['id' => 1203, 'voice' => 'Fable', 'voice_id' => 'fable_cy-GB', 'gender' => 'Male', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/fable-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/23.jpg'], ['id' => 1204, 'voice' => 'Onyx', 'voice_id' => 'onyx_cy-GB', 'gender' => 'Male', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/onyx-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/22.jpg'], ['id' => 1205, 'voice' => 'Nova', 'voice_id' => 'nova_cy-GB', 'gender' => 'Female', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/nova-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/1.jpg'], ['id' => 1206, 'voice' => 'Shimmer', 'voice_id' => 'shimmer_cy-GB', 'gender' => 'Female', 'language_code' => 'cy-GB', 'vendor_id' => 'openai_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/openai/shimmer-wel.mp3', 'status' => 'active' , 'vendor' => 'openai', 'vendor_img' => '/img/csp/openai-sm.png', 'avatar_url' => '/voices/openai/avatars/2.jpg'], ['id' => 1207, 'voice' => 'Clare', 'voice_id' => 'en-AU-News-E', 'gender' => 'Female', 'language_code' => 'en-AU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/clare-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1208, 'voice' => 'Samantha', 'voice_id' => 'en-AU-News-F', 'gender' => 'Female', 'language_code' => 'en-AU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/samantha-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1209, 'voice' => 'Erik', 'voice_id' => 'en-AU-News-G', 'gender' => 'Male', 'language_code' => 'en-AU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/erik-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/23.jpg'], ['id' => 1210, 'voice' => 'Heidi', 'voice_id' => 'en-GB-News-G', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/heidi-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 1211, 'voice' => 'Emma', 'voice_id' => 'en-GB-News-H', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/emma-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1212, 'voice' => 'Tilda', 'voice_id' => 'en-GB-News-I', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/tilda-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1213, 'voice' => 'Oscar', 'voice_id' => 'en-GB-News-J', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/oscar-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/23.jpg'], ['id' => 1214, 'voice' => 'David', 'voice_id' => 'en-GB-News-K', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/david-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/22.jpg'], ['id' => 1215, 'voice' => 'Graham', 'voice_id' => 'en-GB-News-L', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/graham-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1216, 'voice' => 'Phillip', 'voice_id' => 'en-GB-News-M', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/phillip-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1217, 'voice' => 'Alba', 'voice_id' => 'en-US-News-K', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/alba-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/5.jpg'], ['id' => 1218, 'voice' => 'Sonia', 'voice_id' => 'en-US-News-L', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/sonia-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/4.jpg'], ['id' => 1219, 'voice' => 'Mark', 'voice_id' => 'en-US-News-M', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/mark-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/24.jpg'], ['id' => 1220, 'voice' => 'Jeff', 'voice_id' => 'en-US-News-N', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/jeff-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/25.jpg'], ['id' => 1221, 'voice' => 'Yael', 'voice_id' => 'he-IL-Wavenet-A', 'gender' => 'Female', 'language_code' => 'he-IL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/yael-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1222, 'voice' => 'Itai', 'voice_id' => 'he-IL-Wavenet-B', 'gender' => 'Male', 'language_code' => 'he-IL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/itai-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1223, 'voice' => 'Yaara', 'voice_id' => 'he-IL-Wavenet-C', 'gender' => 'Female', 'language_code' => 'he-IL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/yaara-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1224, 'voice' => 'Marius', 'voice_id' => 'he-IL-Wavenet-D', 'gender' => 'Male', 'language_code' => 'he-IL', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/marius-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1225, 'voice' => 'Mayalama', 'voice_id' => 'ml-IN-Wavenet-C', 'gender' => 'Female', 'language_code' => 'ml-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/mayalama-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1226, 'voice' => 'Mayalam', 'voice_id' => 'ml-IN-Wavenet-D', 'gender' => 'Male', 'language_code' => 'ml-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/manayalam.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/24.jpg'], ['id' => 1227, 'voice' => 'Pohuistka', 'voice_id' => 'mr-IN-Wavenet-A', 'gender' => 'Female', 'language_code' => 'mr-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/pohuistka-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1228, 'voice' => 'Pohui', 'voice_id' => 'mr-IN-Wavenet-B', 'gender' => 'Male', 'language_code' => 'mr-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/pohui-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1229, 'voice' => 'Vsepoh', 'voice_id' => 'mr-IN-Wavenet-C', 'gender' => 'Female', 'language_code' => 'mr-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/vsepoh-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1230, 'voice' => 'Lula', 'voice_id' => 'pt-BR-Wavenet-C', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/lula-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/4.jpg'], ['id' => 1231, 'voice' => 'Umberto', 'voice_id' => 'es-US-News-D', 'gender' => 'Male', 'language_code' => 'es-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/umberto-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/22.jpg'], ['id' => 1232, 'voice' => 'Rodriguez', 'voice_id' => 'es-US-News-E', 'gender' => 'Male', 'language_code' => 'es-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/rodriguez-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/23.jpg'], ['id' => 1233, 'voice' => 'Clara', 'voice_id' => 'es-US-News-F', 'gender' => 'Female', 'language_code' => 'es-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/clara-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/5.jpg'], ['id' => 1234, 'voice' => 'Julia', 'voice_id' => 'es-US-News-G', 'gender' => 'Female', 'language_code' => 'es-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/julia-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/6.jpg'], ['id' => 1235, 'voice' => 'Induska', 'voice_id' => 'ta-IN-Wavenet-C', 'gender' => 'Female', 'language_code' => 'ta-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/induska-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/5.jpg'], ['id' => 1236, 'voice' => 'Indus', 'voice_id' => 'ta-IN-Wavenet-D', 'gender' => 'Male', 'language_code' => 'ta-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/indus-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1237, 'voice' => 'Alex', 'voice_id' => 'en-GB-Studio-B', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/alex-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1238, 'voice' => 'Susan', 'voice_id' => 'en-GB-Studio-C', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/susan-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1239, 'voice' => 'Sam', 'voice_id' => 'en-US-Studio-M', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/sam-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1240, 'voice' => 'Marie', 'voice_id' => 'en-US-Studio-O', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/marie-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 1241, 'voice' => 'Victor', 'voice_id' => 'en-US-Studio-Q', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/victor-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1242, 'voice' => 'Jorge', 'voice_id' => 'es-US-Studio-B', 'gender' => 'Male', 'language_code' => 'es-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/gorge-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/23.jpg'], ['id' => 1243, 'voice' => 'Dania', 'voice_id' => 'da-DK-Neural2-D', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/dania-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1244, 'voice' => 'Jessica', 'voice_id' => 'en-AU-Neural2-A', 'gender' => 'Female', 'language_code' => 'en-AU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/jessica-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 1245, 'voice' => 'Oscar', 'voice_id' => 'en-AU-Neural2-B', 'gender' => 'Male', 'language_code' => 'en-AU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/oscar-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1246, 'voice' => 'Alice', 'voice_id' => 'en-AU-Neural2-C', 'gender' => 'Female', 'language_code' => 'en-AU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/alice-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/4.jpg'], ['id' => 1247, 'voice' => 'Smith', 'voice_id' => 'en-AU-Neural2-D', 'gender' => 'Male', 'language_code' => 'en-AU', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/smith-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1248, 'voice' => 'Rouba', 'voice_id' => 'en-IN-Neural2-A', 'gender' => 'Female', 'language_code' => 'en-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/rouba-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1249, 'voice' => 'Saumitra', 'voice_id' => 'en-IN-Neural2-B', 'gender' => 'Male', 'language_code' => 'en-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/saumitra-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/23.jpg'], ['id' => 1250, 'voice' => 'Rathul', 'voice_id' => 'en-IN-Neural2-C', 'gender' => 'Male', 'language_code' => 'en-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/rathul-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/24.jpg'], ['id' => 1251, 'voice' => 'Baba', 'voice_id' => 'en-IN-Neural2-D', 'gender' => 'Female', 'language_code' => 'en-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/baba-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/6.jpg'], ['id' => 1252, 'voice' => 'Malika', 'voice_id' => 'en-GB-Neural2-A', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/malika-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1253, 'voice' => 'Osman', 'voice_id' => 'en-GB-Neural2-B', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/osman-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1254, 'voice' => 'Sonya', 'voice_id' => 'en-GB-Neural2-C', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/sonya-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 1255, 'voice' => 'Peter', 'voice_id' => 'en-GB-Neural2-D', 'gender' => 'Male', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/peter-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1256, 'voice' => 'Vazilina', 'voice_id' => 'en-GB-Neural2-F', 'gender' => 'Female', 'language_code' => 'en-GB', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/vazilina-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/4.jpg'], ['id' => 1257, 'voice' => 'en-US-Neural2-A', 'voice_id' => 'en-US-Neural2-A', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/us1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1258, 'voice' => 'en-US-Neural2-C', 'voice_id' => 'en-US-Neural2-C', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/us2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1259, 'voice' => 'en-US-Neural2-D', 'voice_id' => 'en-US-Neural2-D', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/us3-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1260, 'voice' => 'en-US-Neural2-E', 'voice_id' => 'en-US-Neural2-E', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/us4-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1261, 'voice' => 'en-US-Neural2-F', 'voice_id' => 'en-US-Neural2-F', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/us5-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 1262, 'voice' => 'en-US-Neural2-G', 'voice_id' => 'en-US-Neural2-G', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/us6-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/4.jpg'], ['id' => 1263, 'voice' => 'en-US-Neural2-H', 'voice_id' => 'en-US-Neural2-H', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/us7-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/5.jpg'], ['id' => 1264, 'voice' => 'en-US-Neural2-I', 'voice_id' => 'en-US-Neural2-I', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/us8-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/23.jpg'], ['id' => 1265, 'voice' => 'en-US-Neural2-J', 'voice_id' => 'en-US-Neural2-J', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/us9-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/24.jpg'], ['id' => 1266, 'voice' => 'fil-ph-Neural2-A', 'voice_id' => 'fil-ph-Neural2-A', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/fil1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1267, 'voice' => 'fil-ph-Neural2-D', 'voice_id' => 'fil-ph-Neural2-D', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/fil2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1268, 'voice' => 'fr-CA-Neural2-A', 'voice_id' => 'fr-CA-Neural2-A', 'gender' => 'Female', 'language_code' => 'fr-CA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ca1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1269, 'voice' => 'fr-CA-Neural2-B', 'voice_id' => 'fr-CA-Neural2-B', 'gender' => 'Male', 'language_code' => 'fr-CA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ca2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1270, 'voice' => 'fr-CA-Neural2-C', 'voice_id' => 'fr-CA-Neural2-C', 'gender' => 'Female', 'language_code' => 'fr-CA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ca3-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1271, 'voice' => 'fr-CA-Neural2-D', 'voice_id' => 'fr-CA-Neural2-D', 'gender' => 'Male', 'language_code' => 'fr-CA', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ca4-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1272, 'voice' => 'fr-FR-Neural2-A', 'voice_id' => 'fr-FR-Neural2-A', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/fr1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1273, 'voice' => 'fr-FR-Neural2-B', 'voice_id' => 'fr-FR-Neural2-B', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/fr2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1274, 'voice' => 'fr-FR-Neural2-C', 'voice_id' => 'fr-FR-Neural2-C', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/fr3-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1275, 'voice' => 'fr-FR-Neural2-D', 'voice_id' => 'fr-FR-Neural2-D', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/fr4-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1276, 'voice' => 'fr-FR-Neural2-E', 'voice_id' => 'fr-FR-Neural2-E', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/fr5-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 1277, 'voice' => 'de-DE-Neural2-A', 'voice_id' => 'de-DE-Neural2-A', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/de1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 1278, 'voice' => 'de-DE-Neural2-B', 'voice_id' => 'de-DE-Neural2-B', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/de2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1279, 'voice' => 'de-DE-Neural2-C', 'voice_id' => 'de-DE-Neural2-C', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/de3-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1280, 'voice' => 'de-DE-Neural2-D', 'voice_id' => 'de-DE-Neural2-D', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/de4-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1281, 'voice' => 'de-DE-Neural2-F', 'voice_id' => 'de-DE-Neural2-F', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/de5-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1282, 'voice' => 'hi-IN-Neural2-A', 'voice_id' => 'hi-IN-Neural2-A', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/in1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1283, 'voice' => 'hi-IN-Neural2-B', 'voice_id' => 'hi-IN-Neural2-B', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/in2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/22.jpg'], ['id' => 1284, 'voice' => 'hi-IN-Neural2-C', 'voice_id' => 'hi-IN-Neural2-C', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/in3-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1285, 'voice' => 'hi-IN-Neural2-D', 'voice_id' => 'hi-IN-Neural2-D', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/in4-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1286, 'voice' => 'it-IT-Neural2-A', 'voice_id' => 'it-IT-Neural2-A', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/it1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/5.jpg'], ['id' => 1287, 'voice' => 'it-IT-Neural2-C', 'voice_id' => 'it-IT-Neural2-C', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/it2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/24.jpg'], ['id' => 1288, 'voice' => 'ja-JP-Neural2-B', 'voice_id' => 'ja-JP-Neural2-B', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/jp1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/4.jpg'], ['id' => 1289, 'voice' => 'ja-JP-Neural2-C', 'voice_id' => 'ja-JP-Neural2-C', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/jp2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/22.jpg'], ['id' => 1290, 'voice' => 'ja-JP-Neural2-D', 'voice_id' => 'ja-JP-Neural2-D', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/jp3-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1291, 'voice' => 'ko-KR-Neural2-A', 'voice_id' => 'ko-KR-Neural2-A', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/kr1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 1292, 'voice' => 'ko-KR-Neural2-B', 'voice_id' => 'ko-KR-Neural2-B', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/kr2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1293, 'voice' => 'ko-KR-Neural2-C', 'voice_id' => 'ko-KR-Neural2-C', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/kr3-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1294, 'voice' => 'pt-BR-Neural2-A', 'voice_id' => 'pt-BR-Neural2-A', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/br1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 1295, 'voice' => 'pt-BR-Neural2-B', 'voice_id' => 'pt-BR-Neural2-B', 'gender' => 'Male', 'language_code' => 'pt-BR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/br2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/25.jpg'], ['id' => 1296, 'voice' => 'pt-BR-Neural2-C', 'voice_id' => 'pt-BR-Neural2-C', 'gender' => 'Female', 'language_code' => 'pt-BR', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/br3-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/7.jpg'], ['id' => 1297, 'voice' => 'es-ES-Neural2-A', 'voice_id' => 'es-ES-Neural2-A', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/es1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/5.jpg'], ['id' => 1298, 'voice' => 'es-ES-Neural2-B', 'voice_id' => 'es-ES-Neural2-B', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/es2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1299, 'voice' => 'es-ES-Neural2-C', 'voice_id' => 'es-ES-Neural2-C', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/es3-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/3.jpg'], ['id' => 1300, 'voice' => 'es-ES-Neural2-D', 'voice_id' => 'es-ES-Neural2-D', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/es4-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1301, 'voice' => 'es-ES-Neural2-E', 'voice_id' => 'es-ES-Neural2-E', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/es5-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1302, 'voice' => 'es-ES-Neural2-F', 'voice_id' => 'es-ES-Neural2-F', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/es6-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1303, 'voice' => 'es-US-Neural2-A', 'voice_id' => 'es-US-Neural2-A', 'gender' => 'Female', 'language_code' => 'es-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ues1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/1.jpg'], ['id' => 1304, 'voice' => 'es-US-Neural2-B', 'voice_id' => 'es-US-Neural2-B', 'gender' => 'Male', 'language_code' => 'es-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ues2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/21.jpg'], ['id' => 1305, 'voice' => 'es-US-Neural2-C', 'voice_id' => 'es-US-Neural2-C', 'gender' => 'Male', 'language_code' => 'es-US', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/ues3-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/20.jpg'], ['id' => 1306, 'voice' => 'th-TH-Neural2-C', 'voice_id' => 'th-TH-Neural2-C', 'gender' => 'Female', 'language_code' => 'th-TH', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/th-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/8.jpg'], ['id' => 1307, 'voice' => 'vi-VN-Neural2-A', 'voice_id' => 'vi-VN-Neural2-A', 'gender' => 'Female', 'language_code' => 'vi-VN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/vi1-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/2.jpg'], ['id' => 1308, 'voice' => 'vi-VN-Neural2-D', 'voice_id' => 'vi-VN-Neural2-D', 'gender' => 'Male', 'language_code' => 'vi-VN', 'vendor_id' => 'gcp_nrl', 'voice_type' => 'neural', 'sample_url' => '/voices/gcp/vi2-new.mp3', 'status' => 'active' , 'vendor' => 'gcp', 'vendor_img' => '/img/csp/gcp-sm.png', 'avatar_url' => '/voices/gcp/avatars/22.jpg'], ['id' => 1309, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1310, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1311, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1312, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1314, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1315, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1316, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1317, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1318, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1319, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1320, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1321, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1322, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1323, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1324, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1325, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1326, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1327, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1328, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1329, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1330, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1331, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1332, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1333, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1334, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1335, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1336, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1337, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1338, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1339, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1340, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1341, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1342, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1343, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1344, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1345, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1346, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1347, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1348, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1349, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1350, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1351, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1352, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1353, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'en-US', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1354, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1355, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1356, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1357, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1358, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1359, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1360, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1361, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1362, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1363, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1364, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1365, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1366, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1367, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1368, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1369, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1370, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1371, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1372, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1373, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1374, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1375, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1376, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1377, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1378, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1379, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1380, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1381, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1382, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1383, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1384, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1385, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1386, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1387, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1388, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1389, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1390, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1391, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1392, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1393, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1394, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1395, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1396, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1397, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'ja-JP', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1398, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1399, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1400, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1401, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1402, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1403, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1404, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1405, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1406, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1407, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1408, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1409, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1410, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1411, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1412, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1413, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1414, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1415, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1416, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1417, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1418, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1419, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1420, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1421, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1422, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1423, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1424, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1425, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1426, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1427, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1428, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1429, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1430, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1431, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1432, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1433, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1434, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1435, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1436, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1437, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1438, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1439, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1440, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1441, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'cmn-CN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1442, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1443, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1444, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1445, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1446, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1447, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1448, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1449, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1450, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1451, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1452, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1453, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1454, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1455, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1456, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1457, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1458, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1459, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1460, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1461, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1462, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1463, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1464, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1465, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1466, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1467, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1468, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1469, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1470, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1471, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1472, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1473, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1474, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1475, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1476, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1477, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1478, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1479, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1480, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1481, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1482, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1483, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1484, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1485, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'de-DE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1486, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1487, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1488, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1489, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1490, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1491, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1492, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1493, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1494, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1495, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1496, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1497, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1498, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1499, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1500, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1501, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1502, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1503, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1504, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1505, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1506, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1507, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1508, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1509, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1510, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1511, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1512, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1513, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1514, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1515, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1516, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1517, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1518, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1519, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1520, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1521, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1522, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1523, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1524, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1525, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1526, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1527, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1528, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1529, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'hi-IN', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1530, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1531, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1532, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1533, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1534, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1535, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1536, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1537, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1538, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1539, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1540, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1541, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1542, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1543, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1544, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1545, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1546, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1547, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1548, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1549, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1550, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1551, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1552, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1553, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1554, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1555, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1556, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1557, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1558, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1559, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1560, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1561, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1562, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1563, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1564, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1565, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1566, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1567, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1568, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1569, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1570, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1571, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1572, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1573, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'fr-FR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1574, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1575, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1576, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1577, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1578, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1579, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1580, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1581, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1582, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1583, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1584, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1585, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1586, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1587, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1588, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1589, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1590, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1591, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1592, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1593, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1594, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1595, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1596, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1597, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1598, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1599, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1600, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1601, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1602, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1603, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1604, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1605, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1606, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1607, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1608, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1609, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1610, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1611, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1612, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1613, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1614, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1615, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1616, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1617, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'ko-KR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1618, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1619, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1620, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1621, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1622, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1623, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1624, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1625, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1626, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1627, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1628, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1629, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1630, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1631, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1632, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1633, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1634, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1635, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1636, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1637, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1638, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1639, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1640, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1641, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1642, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1643, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1644, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1645, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1646, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1647, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1648, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1649, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1650, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1651, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1652, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1653, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1654, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1655, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1656, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1657, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1658, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1659, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1660, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1661, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'pt-PT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1662, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1663, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1664, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1665, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1666, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1667, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1668, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1669, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1670, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1671, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1672, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1673, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1674, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1675, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1676, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1677, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1678, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1679, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1680, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1681, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1682, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1683, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1684, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1685, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1686, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1687, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1688, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1689, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1690, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1691, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1692, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1693, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1694, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1695, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1696, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1697, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1698, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1699, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1700, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1701, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1702, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1703, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1704, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1705, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'it-IT', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1706, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1707, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1708, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1709, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1710, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1711, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1712, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1713, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1714, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1715, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1716, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1717, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1718, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1719, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1720, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1721, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1722, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1723, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1724, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1725, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1726, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1727, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1728, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1729, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1730, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1731, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1732, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1733, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1734, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1735, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1736, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1737, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1738, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1739, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1740, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1741, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1742, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1743, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1744, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1745, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1746, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1747, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1748, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1749, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'es-ES', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1750, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1751, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1752, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1753, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1754, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1755, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1756, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1757, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1758, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1759, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1760, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1761, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1762, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1763, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1764, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1765, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1766, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1767, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1766, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1767, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1768, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1769, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1770, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1771, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1772, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1773, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1774, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1775, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1776, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1777, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1778, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1779, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1780, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1781, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1782, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1783, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1784, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1785, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1786, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1787, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1788, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1789, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1790, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1791, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'id-ID', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1792, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1793, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1794, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1795, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1796, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1797, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1798, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1799, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1800, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1801, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1802, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1803, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1804, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1805, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1806, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1807, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1808, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1809, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1810, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1811, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1812, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1813, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1814, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1815, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1816, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1817, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1818, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1819, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1820, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1821, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1822, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1823, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1824, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1825, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1826, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1827, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1828, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1829, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1830, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1831, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1832, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1833, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1834, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1835, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'nl-NL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1836, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1837, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1838, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1839, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1840, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1841, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1842, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1843, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1844, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1845, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1846, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1847, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1848, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1849, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1850, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1851, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1852, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1853, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1854, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1855, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1856, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1857, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1858, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1859, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1860, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1861, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1862, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1863, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1864, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1865, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1866, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1867, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1868, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1869, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1870, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1871, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1872, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1873, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1874, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1875, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1876, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1877, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1878, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1879, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'tr-TR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1880, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1881, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1882, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1883, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1884, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1885, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1886, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1887, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1888, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1889, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1890, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1891, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1892, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1893, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1894, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1895, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1896, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1897, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1898, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1899, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1900, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1901, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1902, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1903, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1904, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1905, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1906, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1907, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1908, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1909, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1910, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1911, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1912, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1913, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1914, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1915, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1916, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1917, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1918, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1919, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1920, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1921, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1922, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1923, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'fil-PH', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1924, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1925, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1926, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1927, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1928, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1929, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1930, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1931, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1932, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1933, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1934, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1935, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1936, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1937, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1938, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1939, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1940, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1941, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1942, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1943, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1944, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1945, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1946, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1947, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1948, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1949, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1950, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1951, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1952, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1953, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1954, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1955, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1956, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 1957, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1958, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 1959, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 1960, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1961, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 1962, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1963, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1964, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1965, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 1966, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 1967, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'pl-PL', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 1968, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 1969, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 1970, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 1971, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 1972, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 1973, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 1974, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 1975, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 1976, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 1977, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 1978, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 1979, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 1980, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 1981, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 1982, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 1983, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 1984, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 1985, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 1986, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 1987, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 1988, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 1989, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 1990, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 1991, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 1992, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 1993, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 1994, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 1995, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 1996, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 1997, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 1998, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 1999, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2000, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2001, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2002, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2003, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2004, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2005, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2006, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2007, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2008, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2009, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2010, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2011, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'sv-SE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2012, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2013, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2014, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2015, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2016, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2017, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2018, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2019, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2020, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2021, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2022, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2023, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2024, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2025, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2026, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2027, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2028, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2029, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2030, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2031, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2032, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2033, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2034, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2035, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2036, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2037, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2038, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2039, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2040, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2041, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2042, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2043, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2044, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2045, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2046, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2047, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2048, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2049, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2050, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2051, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2052, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2053, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2054, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2055, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'bg-BG', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2056, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2057, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2058, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2059, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2060, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2061, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2062, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2063, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2064, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2065, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2066, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2067, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2068, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2069, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2070, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2071, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2072, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2073, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2074, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2075, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2076, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2077, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2078, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2079, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2080, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2081, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2082, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2083, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2084, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2085, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2086, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2087, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2088, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2089, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2090, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2091, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2092, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2093, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2094, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2095, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2096, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2097, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2098, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2099, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'ro-RO', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2100, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2101, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2102, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2103, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2104, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2105, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2106, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2107, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2108, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2109, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2110, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2111, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2112, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2113, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2114, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2115, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2116, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2117, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2118, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2119, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2120, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2121, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2122, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2123, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2124, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2125, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2126, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2127, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2128, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2129, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2130, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2131, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2132, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2133, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2134, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2135, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2136, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2137, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2138, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2139, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2140, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2141, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2142, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2143, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'ar-AE', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2144, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2145, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2146, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2147, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2148, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2149, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2150, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2151, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2152, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2153, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2154, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2155, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2156, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2157, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2158, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2159, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2160, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2161, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2162, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2163, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2164, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2165, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2166, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2167, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2168, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2169, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2170, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2171, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2172, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2173, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2174, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2175, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2176, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2177, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2178, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2179, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2180, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2181, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2182, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2183, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2184, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2185, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2186, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2187, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'cs-CZ', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2188, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2189, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2190, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2191, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2192, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2193, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2194, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2195, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2196, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2197, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2198, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2199, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2200, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2201, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2202, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2203, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2204, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2205, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2206, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2207, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2208, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2209, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2210, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2211, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2212, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2213, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2214, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2215, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2216, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2217, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2218, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2219, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2220, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2221, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2222, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2223, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2224, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2225, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2226, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2227, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2228, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2229, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2230, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2231, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'el-GR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2232, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2233, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2234, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2235, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2236, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2237, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2238, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2239, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2240, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2241, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2242, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2243, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2244, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2245, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2246, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2247, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2248, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2249, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2250, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2251, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2252, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2253, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2254, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2255, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2256, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2257, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2258, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2259, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2260, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2261, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2262, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2263, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2264, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2265, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2266, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2267, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2268, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2269, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2270, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2271, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2272, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2273, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2274, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2275, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'fi-FI', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2276, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2277, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2278, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2279, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2280, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2281, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2282, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2283, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2284, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2285, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2286, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2287, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2288, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2289, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2290, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2291, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2292, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2293, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2294, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2295, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2296, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2297, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2298, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2299, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2300, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2301, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2302, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2303, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2304, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2305, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2306, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2307, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2308, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2309, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2310, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2311, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2312, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2313, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2314, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2315, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2316, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2317, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2318, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2319, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'hr-HR', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2320, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2321, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2322, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2323, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2324, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2325, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2326, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2327, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2328, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2329, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2330, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2331, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2332, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2333, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2334, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2335, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2336, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2337, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2338, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2339, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2340, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2341, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2342, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2343, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2344, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2345, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2346, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2347, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2348, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2349, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2350, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2351, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2352, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2353, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2354, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2355, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2356, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2357, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2358, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2359, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2360, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2361, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2362, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2363, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'ms-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2364, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2365, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2366, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2367, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2368, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2369, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2370, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2371, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2372, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2373, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2374, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2375, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2376, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2377, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2378, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2379, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2380, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2381, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2382, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2383, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2384, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2385, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2386, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2387, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2388, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2389, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2390, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2391, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2392, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2393, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2394, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2395, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2396, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2397, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2398, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2399, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2400, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2401, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2402, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2403, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2404, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2405, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2406, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2407, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'sk-SK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2408, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2409, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2410, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2412, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2413, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2414, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2415, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2416, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2417, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2418, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2419, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2420, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2421, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2422, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2423, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2424, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2425, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2426, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2427, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2428, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2429, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2430, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2431, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2432, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2433, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2434, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2435, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2436, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2437, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2438, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2439, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2440, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2441, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2442, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2443, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2444, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2445, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2446, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2447, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2448, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2449, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2450, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2451, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2452, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'da-DK', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2453, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2454, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2455, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2456, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2457, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2458, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2459, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2460, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2461, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2462, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2463, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2464, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2465, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2466, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2467, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2468, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2469, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2470, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2471, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2472, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2473, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2474, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2475, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2476, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2477, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2478, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2479, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2480, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2481, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2482, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2483, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2484, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2485, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2486, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2487, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2489, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2490, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2491, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2492, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2493, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2494, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2495, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2496, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2497, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'ta-MY', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2498, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2499, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2500, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2501, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2502, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2503, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2504, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2505, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2506, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2507, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2508, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2509, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2510, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2511, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2512, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2513, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2514, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2515, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2516, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2517, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2518, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2519, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2520, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2521, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2522, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2523, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2524, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2525, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2526, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2527, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2528, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2529, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2530, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2531, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2532, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2533, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2534, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2535, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2536, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2537, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2538, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2539, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2540, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2541, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'ru-RU', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ['id' => 2542, 'voice' => 'Rachel', 'voice_id' => '21m00Tcm4TlvDq8ikWAM', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/21m00Tcm4TlvDq8ikWAM/df6788f9-5c96-470d-8312-aab3b3d8f50a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/1.jpg'], ['id' => 2543, 'voice' => 'Drew', 'voice_id' => '29vD33N1CtxCmqQRPOHJ', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/29vD33N1CtxCmqQRPOHJ/e8b52a3f-9732-440f-b78a-16d5e26407a1.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2544, 'voice' => 'Clyde', 'voice_id' => '2EiwWnXFnvU5JabPnv8n', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'War veteran, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/2EiwWnXFnvU5JabPnv8n/65d80f52-703f-4cae-a91d-75d4e200ed02.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2545, 'voice' => 'Paul', 'voice_id' => '5Q0t7uMcjvnagumLfvZi', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/5Q0t7uMcjvnagumLfvZi/1094515a-b080-4282-aac7-b1b8a553a3a8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2546, 'voice' => 'Domi', 'voice_id' => 'AZnzlk1XvdvUeBnXmlld', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/AZnzlk1XvdvUeBnXmlld/508e12d0-a7f7-4d86-a0d3-f3884ff353ed.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/2.jpg'], ['id' => 2547, 'voice' => 'Dave', 'voice_id' => 'CYw3kZ02Hs0563khs1Fj', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Conversational, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/CYw3kZ02Hs0563khs1Fj/872cb056-45d3-419e-b5c6-de2b387a93a0.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2548, 'voice' => 'Fin', 'voice_id' => 'D38z5RcWu1voky8WS1ja', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Sailor, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/D38z5RcWu1voky8WS1ja/a470ba64-1e72-46d9-ba9d-030c4155e2d2.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2549, 'voice' => 'Sarah', 'voice_id' => 'EXAVITQu4vr4xnSDxMaL', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Soft, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/EXAVITQu4vr4xnSDxMaL/6851ec91-9950-471f-8586-357c52539069.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/3.jpg'], ['id' => 2550, 'voice' => 'Antoni', 'voice_id' => 'ErXwobaYiN019PkySvjV', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Well-rounded, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ErXwobaYiN019PkySvjV/ee9ac367-91ee-4a56-818a-2bd1a9dbe83a.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2551, 'voice' => 'Thomas', 'voice_id' => 'GBv7mTt0atIp3Br8iCZE', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/GBv7mTt0atIp3Br8iCZE/98542988-5267-4148-9a9e-baa8c4f14644.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/28.jpg'], ['id' => 2552, 'voice' => 'Charlie', 'voice_id' => 'IKne3meq5aSn9XLyUdCD', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Casual, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/IKne3meq5aSn9XLyUdCD/102de6f2-22ed-43e0-a1f1-111fa75c5481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/29.jpg'], ['id' => 2553, 'voice' => 'George', 'voice_id' => 'JBFqnCBsd6RMkjVDRZzb', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/365e8ae8-5364-4b07-9a3b-1bfb4a390248.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/30.jpg'], ['id' => 2554, 'voice' => 'Emily', 'voice_id' => 'LcfcDJNUP1GQjkzn1xUU', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/LcfcDJNUP1GQjkzn1xUU/e4b994b7-9713-4238-84f3-add8fccaaccd.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/4.jpg'], ['id' => 2555, 'voice' => 'Elli', 'voice_id' => 'MF3mGyEYCl7XYWbV9V6O', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Emotional, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/MF3mGyEYCl7XYWbV9V6O/d8ecadea-9e48-4e5d-868a-2ec3d7397861.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/5.jpg'], ['id' => 2556, 'voice' => 'Callum', 'voice_id' => 'N2lVS1w4EtoT3dr4eOWO', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Hoarse, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/N2lVS1w4EtoT3dr4eOWO/ac833bd8-ffda-4938-9ebc-b0f99ca25481.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/31.jpg'], ['id' => 2557, 'voice' => 'Patrick', 'voice_id' => 'ODq5zmih8GrVes37Dizd', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Shouty, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ODq5zmih8GrVes37Dizd/0ebec87a-2569-4976-9ea5-0170854411a9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/32.jpg'], ['id' => 2558, 'voice' => 'Harry', 'voice_id' => 'SOYHLrjzK2X1ezoPC6cr', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Anxious, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/SOYHLrjzK2X1ezoPC6cr/86d178f6-f4b6-4e0e-85be-3de19f490794.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/33.jpg'], ['id' => 2559, 'voice' => 'Liam', 'voice_id' => 'TX3LPaxmHKxFdv7VOQHJ', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Neutral, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TX3LPaxmHKxFdv7VOQHJ/63148076-6363-42db-aea8-31424308b92c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/34.jpg'], ['id' => 2560, 'voice' => 'Dorothy', 'voice_id' => 'ThT5KcBeYPX3keUQqHPh', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ThT5KcBeYPX3keUQqHPh/981f0855-6598-48d2-9f8f-b6d92fbbe3fc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/6.jpg'], ['id' => 2561, 'voice' => 'Josh', 'voice_id' => 'TxGEqnHWrfWFTfGW9XjX', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/TxGEqnHWrfWFTfGW9XjX/3ae2fc71-d5f9-4769-bb71-2a43633cd186.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/35.jpg'], ['id' => 2562, 'voice' => 'Arnold', 'voice_id' => 'VR6AewLTigWG4xSOukaG', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Crisp, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/VR6AewLTigWG4xSOukaG/316050b7-c4e0-48de-acf9-a882bb7fc43b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/36.jpg'], ['id' => 2563, 'voice' => 'Charlotte', 'voice_id' => 'XB0fDUnXU5powFXDhCwa', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Seductive, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XB0fDUnXU5powFXDhCwa/942356dc-f10d-4d89-bda5-4f8505ee038b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/7.jpg'], ['id' => 2564, 'voice' => 'Matilda', 'voice_id' => 'XrExE9yKIg1WjnnlVkGX', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Warm, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/XrExE9yKIg1WjnnlVkGX/b930e18d-6b4d-466e-bab2-0ae97c6d8535.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/8.jpg'], ['id' => 2565, 'voice' => 'Matthew', 'voice_id' => 'Yko7PKHZNXotIFUBG7I9', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Yko7PKHZNXotIFUBG7I9/02c66c93-a237-436f-8a7d-43e8c49bc6a3.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/37.jpg'], ['id' => 2566, 'voice' => 'James', 'voice_id' => 'ZQe5CZNOzWyzPSCn5a3c', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Calm, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/ZQe5CZNOzWyzPSCn5a3c/35734112-7b72-48df-bc2f-64d5ab2f791b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/38.jpg'], ['id' => 2567, 'voice' => 'Joseph', 'voice_id' => 'Zlb1dXrM653N07WRdFW3', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Ground reporter, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/Zlb1dXrM653N07WRdFW3/daa22039-8b09-4c65-b59f-c79c48646a72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/39.jpg'], ['id' => 2568, 'voice' => 'Jeremy', 'voice_id' => 'bVMeCyTHy58xNoL34h3p', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Excited, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/bVMeCyTHy58xNoL34h3p/66c47d58-26fd-4b30-8a06-07952116a72c.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/40.jpg'], ['id' => 2569, 'voice' => 'Michael', 'voice_id' => 'flq6f7yk4E4fJM5XTYuZ', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Orotund, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/flq6f7yk4E4fJM5XTYuZ/c6431a82-f7d2-4905-b8a4-a631960633d6.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/20.jpg'], ['id' => 2570, 'voice' => 'Ethan', 'voice_id' => 'g5CIjZEefAph4nQFvHAz', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/g5CIjZEefAph4nQFvHAz/26acfa99-fdec-43b8-b2ee-e49e75a3ac16.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/21.jpg'], ['id' => 2571, 'voice' => 'Gigi', 'voice_id' => 'jBpfuIE2acCO8z3wKNLl', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'childlish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jBpfuIE2acCO8z3wKNLl/3a7e4339-78fa-404e-8d10-c3ef5587935b.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/9.jpg'], ['id' => 2572, 'voice' => 'Freya', 'voice_id' => 'jsCqWAovK2LkecY7zXl4', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'overhyped, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/jsCqWAovK2LkecY7zXl4/8e1f5240-556e-4fd5-892c-25df9ea3b593.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/10.jpg'], ['id' => 2573, 'voice' => 'Santa Claus', 'voice_id' => 'knrPHWnBmmDHMoiMeP3l', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/knrPHWnBmmDHMoiMeP3l/6b454051-3ec2-4a6d-aa2f-1bda2d8c93ea.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/22.jpg'], ['id' => 2574, 'voice' => 'Grace', 'voice_id' => 'oWAxZDx7w5VEj9dCyTzz', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'gentle, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/oWAxZDx7w5VEj9dCyTzz/84a36d1c-e182-41a8-8c55-dbdd15cd6e72.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/11.jpg'], ['id' => 2575, 'voice' => 'Daniel', 'voice_id' => 'onwK4e9ZLuTAKqWW03F9', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Daniel, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/onwK4e9ZLuTAKqWW03F9/7eee0236-1a72-4b86-b303-5dcadc007ba9.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/23.jpg'], ['id' => 2576, 'voice' => 'Lily', 'voice_id' => 'pFZP5JQG7iQjIQuC4Bku', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pFZP5JQG7iQjIQuC4Bku/0ab8bd74-fcd2-489d-b70a-3e1bcde8c999.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/12.jpg'], ['id' => 2577, 'voice' => 'Serena', 'voice_id' => 'pMsXgVXv3BLzUgSXRplE', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Pleasant, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pMsXgVXv3BLzUgSXRplE/d61f18ed-e5b0-4d0b-a33c-5c6e7e33b053.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/13.jpg'], ['id' => 2578, 'voice' => 'Adam', 'voice_id' => 'pNInz6obpgDQGcFmaJgB', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Deep, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pNInz6obpgDQGcFmaJgB/38a69695-2ca9-4b9e-b9ec-f07ced494a58.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/24.jpg'], ['id' => 2579, 'voice' => 'Nicole', 'voice_id' => 'piTKgcLEGmPE4e6mEKli', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Whisper, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/piTKgcLEGmPE4e6mEKli/c269a54a-e2bc-44d0-bb46-4ed2666d6340.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/14.jpg'], ['id' => 2580, 'voice' => 'Bill', 'voice_id' => 'pqHfZKP75CvOlQylNhV4', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Strong, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/pqHfZKP75CvOlQylNhV4/52f0842a-cf81-4715-8cf0-76cfbd77088e.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/25.jpg'], ['id' => 2581, 'voice' => 'Jessie', 'voice_id' => 't0jbNlBVZ17f02VDIeMI', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Old', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/t0jbNlBVZ17f02VDIeMI/e26939e3-61a4-4872-a41d-33922cfbdcdc.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/26.jpg'], ['id' => 2582, 'voice' => 'Sam', 'voice_id' => 'yoZ06aMxZJJ28mfd3POQ', 'gender' => 'Male', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Raspy, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/yoZ06aMxZJJ28mfd3POQ/ac9d1c91-92ce-4b20-8cc2-3187a7da49ec.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/27.jpg'], ['id' => 2583, 'voice' => 'Glinda', 'voice_id' => 'z9fAnlkpzviPz146aGWa', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Witch, Middle aged', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/z9fAnlkpzviPz146aGWa/cbc60443-7b61-4ebb-b8e1-5c03237ea01d.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/15.jpg'], ['id' => 2584, 'voice' => 'Giovanni', 'voice_id' => 'zcAOhNBS3c14rBihAFp1', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Foreigner, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zcAOhNBS3c14rBihAFp1/e7410f8f-4913-4cb8-8907-784abee5aff8.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/16.jpg'], ['id' => 2585, 'voice' => 'Mimi', 'voice_id' => 'zrHiDhphv9ZnVXBqCLjz', 'gender' => 'Female', 'language_code' => 'uk-UA', 'vendor_id' => 'elevenlabs_nrl', 'description' => 'Childish, Young', 'sample_url' => 'https://storage.googleapis.com/eleven-public-prod/premade/voices/zrHiDhphv9ZnVXBqCLjz/decbf20b-0f57-4fac-985b-a4f0290ebfc4.mp3', 'status' => 'active' , 'vendor' => 'elevenlabs', 'voice_type' => 'neural', 'vendor_img' => '/img/csp/elevenlabs-sm.png', 'avatar_url' => '/voices/elevenlabs/avatars/17.jpg'], ]; foreach ($voices as $voice) { Voice::updateOrCreate(['id' => $voice['id']], $voice); } } }