This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Description
Following is the error we get on rtp-search.php
The 'x-webkit-speech' input field attribute is deprecated. Please use the JavaScript API instead.
/lib/rtp-search.php:
27 $placeholder = 'placeholder="' . apply_filters( 'rtp_search_placeholder', __( 'Search Here...', 'rtPanel' ) ) . '" ';
28 }
29: $chrome_voice_search = ( $is_chrome ) ? ' x-webkit-speech="x-webkit-speech" speech="speech" onwebkitspeechchange="this.form.submit();"' : '';
30 $form = '
I think it will get resolved if we use: https://github.com/raphamorim/sound-hunter/ (Not sure)