[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fLentSdUYCHN-WumrT9jfcTTONQ7AhIgG-XVYiTknn4Y":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":6,"trust_score":9,"computed_at":10,"plugins":11},"tymotey","https:\u002F\u002Fprofiles.wordpress.org\u002Ftymotey\u002F",1,100,91,94,"2026-04-05T15:48:31.677Z",[12],{"slug":13,"name":14,"version":15,"author":4,"author_profile":5,"description":16,"short_description":17,"active_installs":7,"downloaded":18,"rating":19,"num_ratings":19,"last_updated":20,"tested_up_to":21,"requires_at_least":22,"requires_php":23,"tags":24,"homepage":30,"download_link":31,"security_score":8,"vuln_count":6,"unpatched_count":19,"last_vuln_date":32,"fetched_at":33},"easy-waveform-player","Easy Waveform Player","1.2.2","\u003Cp>SSL certificate is REQUIRED for the plugin to work!\u003Cbr \u002F>\nEasy Waveform Player allows you to add visual waveform, generated on the fly, for an audio file.\u003Cbr \u002F>\nLoads audio on request only. If multiple players are showed they will not over load all the audio at once.\u003Cbr \u002F>\nAutostop other Easy Waveform Players if they are playing.\u003C\u002Fp>\n\u003Cp>How to use:\u003C\u002Fp>\n\u003Cp>1) Use the block from the editor you have installed(intergrated in: Gutenberb, Elementor, WPBakery Visual Builder, DIVI)\u003Cbr \u002F>\n2) Run code programatically. Code example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode> global $easywaveformplayer;\necho $easywaveformplayer->easywaveformplayer(\n    array(\n        'audio' => 'https:\u002F\u002Flink.to\u002Faudio.mp3',\n    )\n);\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>3) Write manual shortcode using examples below\u003C\u002Fp>\n\u003Cp>Examples:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Load audio by libray id: \u003Ccode>[easywaveformplayer audio=\"6\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Load audio by URL: \u003Ccode>[easywaveformplayer audio=\"https:\u002F\u002Ffile-examples-com.github.io\u002Fuploads\u002F2017\u002F11\u002Ffile_example_MP3_700KB.mp3\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Autoplay(this requires that user allow permission to autoplay for your page): \u003Ccode>[easywaveformplayer audio=\"6\" autoplay=\"1\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Add title: \u003Ccode>[easywaveformplayer audio=\"https:\u002F\u002Ffile-examples-com.github.io\u002Fuploads\u002F2017\u002F11\u002Ffile_example_MP3_700KB.mp3\" title=\"This is a title\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Animated appearence of timeline: \u003Ccode>[easywaveformplayer audio=\"https:\u002F\u002Ffile-examples-com.github.io\u002Fuploads\u002F2017\u002F11\u002Ffile_example_MP3_700KB.mp3\" animated=\"true\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Wave design changes: \u003Ccode>[easywaveformplayer audio=\"https:\u002F\u002Ffile-examples-com.github.io\u002Fuploads\u002F2017\u002F11\u002Ffile_example_MP3_700KB.mp3\" timeline_wave_color=\"#FF0000\" timeline_progress_color=\"#000000\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Colored timelime background(including gradient): \u003Ccode>[easywaveformplayer audio=\"https:\u002F\u002Ffile-examples-com.github.io\u002Fuploads\u002F2017\u002F11\u002Ffile_example_MP3_700KB.mp3\" timeline_background_color=\"linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%)\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Minimum size and adding different size then default: \u003Ccode>[easywaveformplayer audio=\"https:\u002F\u002Ffile-examples-com.github.io\u002Fuploads\u002F2017\u002F11\u002Ffile_example_MP3_700KB.mp3\" min=\"true\" mini_size=\"100\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Minimum size with progress indicator: \u003Ccode>[easywaveformplayer audio=\"https:\u002F\u002Ffile-examples-com.github.io\u002Fuploads\u002F2017\u002F11\u002Ffile_example_MP3_700KB.mp3\" min=\"true\" show_progress=\"true\"]\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Parameters and default values:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>id -> ” can be any value containing letters, numbers, _ OR –  Value Added will be concatenated with: “ewfplayer_”. Eg:  ewfplayer_mainplayer\u003C\u002Fli>\n\u003Cli>always_play -> 0 (0 – it will stop when other player start playing, 1 – it will continue playing when other start playing)\u003C\u002Fli>\n\u003Cli>autoplay -> 0  (accepted 0 or 1 values)\u003C\u002Fli>\n\u003Cli>animated -> false  (accepted true or false values)\u003C\u002Fli>\n\u003Cli>min -> false (accepted true or false values)\u003C\u002Fli>\n\u003Cli>show_progress -> false (accepted true or false values)\u003C\u002Fli>\n\u003Cli>player_width -> 100% (any css width values)\u003C\u002Fli>\n\u003Cli>player_position -> left (left, center, right)\u003C\u002Fli>\n\u003Cli>player_background_color -> transparent (or other CSS color)\u003C\u002Fli>\n\u003Cli>mini_size -> 60 (in px)\u003C\u002Fli>\n\u003Cli>mini_border_size -> 2 (in px)\u003C\u002Fli>\n\u003Cli>mini_border_color -> #000000 (transparent or other CSS color)\u003C\u002Fli>\n\u003Cli>progress_circle_thickness -> 4 (in px)\u003C\u002Fli>\n\u003Cli>progress_circle_color -> #FF0000 (transparent or other CSS color)\u003C\u002Fli>\n\u003Cli>controller_size -> 40 (in px)\u003C\u002Fli>\n\u003Cli>controller_color -> #000000 (transparent or other CSS color)\u003C\u002Fli>\n\u003Cli>timeline_background_color -> transparent (in px)\u003C\u002Fli>\n\u003Cli>timeline_wave_color -> #999999 (transparent or other CSS color)\u003C\u002Fli>\n\u003Cli>timeline_progress_color -> #555555 (transparent or other CSS color)\u003C\u002Fli>\n\u003Cli>timeline_cursor_width -> 1 (in px)\u003C\u002Fli>\n\u003Cli>timeline_cursor_color -> #333333 (transparent or other CSS color)\u003C\u002Fli>\n\u003Cli>timeline_height -> 128 (in px)\u003C\u002Fli>\n\u003Cli>timeline_bar_gap -> 0 (any number, starting from 0)\u003C\u002Fli>\n\u003Cli>timeline_bar_width -> 0 (any number, starting from 0)\u003C\u002Fli>\n\u003Cli>timeline_bar_radius -> 0 (any number, starting from 0)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Built using library: \u003Ca href=\"https:\u002F\u002Fwavesurfer-js.org\u002F\" rel=\"nofollow ugc\">https:\u002F\u002Fwavesurfer-js.org\u002F\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>SSL certificate is REQUIRED for the plugin to work!\u003C\u002Fp>\n","Add Waveform players easy and fast to your WordPress.",5259,0,"2024-12-15T09:29:00.000Z","6.7.5","5.0","7.0",[25,26,27,28,29],"audio","elementor","player","waveform","wpbakery","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwaveform-player\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Feasy-waveform-player.1.2.1.zip","2024-12-17 14:17:45","2026-03-15T15:16:48.613Z"]