提交 49603dc4 作者: edy

feat: 添加资源

上级 e0706898
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="engines">
<item>Engine List</item>
<item>ASR</item>
<item>CAPT</item>
<item>FULLLINK</item>
<item>TTS</item>
</string-array>
<string-array name="recorder_type">
<item>Recorder</item>
<item>File</item>
<item>Stream</item>
<item>Directory</item>
</string-array>
<string-array name="rec_file_type">
<item>Wav</item>
<item>Aac</item>
</string-array>
<string-array name="asr_work_mode">
<item>Online</item>
<item>Offline</item>
</string-array>
<string-array name="play_speed">
<item>0.5</item>
<item>0.75</item>
<item>1.0</item>
<item>1.25</item>
<item>1.5</item>
<item>1.75</item>
<item>2.0</item>
<item>2.25</item>
<item>2.5</item>
</string-array>
<string-array name="asr_scenario_type">
<item>OneSentence</item>
<item>Streaming</item>
</string-array>
<string-array name="asr_result_type">
<item>full</item>
<item>single</item>
</string-array>
<string-array name="tts_scenario_type">
<item>Normal</item>
<item>Novel</item>
</string-array>
<string-array name="tts_offline_resource_formats">
<item>SingleVoice</item>
<item>MultipleVoice</item>
</string-array>
<string-array name="capt_core_type">
<item>English sentence score</item>
<item>English word score</item>
<item>English word pronounce</item>
<item>Chinese sentence raw</item>
</string-array>
<string-array name="tts_text_type">
<item>Plain</item>
<item>SSML</item>
</string-array>
<string-array name="tts_work_mode">
<item>Online</item>
<item>Offline</item>
<item>Alternate</item>
<item>File</item>
</string-array>
<string-array name="authentication_type">
<item>Pre Bind</item>
<item>Late Bind</item>
</string-array>
<string-array name="fulllink_engine_type">
<item>fulllink</item>
<item>fulllink_lite</item>
</string-array>
<string-array name="au_ability">
<item>ASR</item>
<item>MUSIC</item>
<item>ASR+MUSIC</item>
</string-array>
<string-array name="device_type">
<item>pico</item>
<item>EH</item>
<item>Hero</item>
<item>Generic</item>
</string-array>
<string-array name="wakeup_words">
<item>大力大力(only)</item>
<item>大力大力(大力同学)</item>
<item>大力同学(大力大力)</item>
<item>大力同学(only)</item>
</string-array>
<string-array name="wakeup_mode">
<item>normal</item>
<item>disable wakeup</item>
<item>night mode</item>
</string-array>
<string-array name="kws_work_mode">
<item>kws_vad</item>
<item>kws</item>
</string-array>
<!-- Reply Preference -->
<string-array name="reply_entries">
<item>Reply</item>
<item>Reply to all</item>
</string-array>
<string-array name="reply_values">
<item>reply</item>
<item>reply_all</item>
</string-array>
<string-array name="resource_location">
<item>sdcard</item>
<item>assets</item>
</string-array>
</resources>
<resources>
<string name="app_name">AI Lab 语音能力demo</string>
<string name="au_section_name">音频理解</string>
<string name="asr_name">语音识别</string>
<string name="vad_name">端点检测</string>
<string name="asr_online_name">在线语音识别</string>
<string name="asr_offline_name">离线语音识别</string>
<string name="bv_section_name">语音合成</string>
<string name="tts_name">语音合成</string>
<string name="tts_one_name">单次合成</string>
<string name="tts_multi_name">连续合成</string>
<string name="voiceclone_name">音色复刻</string>
<string name="voiceconv_name">音色转换</string>
<string name="vi_section_name">语音交互</string>
<string name="fulllink_name">全链路</string>
<string name="assistant_name">语音助手</string>
<string name="dialog_name">数字人</string>
<string name="ie_section_name">智能教育</string>
<string name="capt_name">口语评估</string>
<string name="afp_name">音频指纹</string>
<string name="au_name">综合音频理解</string>
<string name="main_display_1">欢迎体验AI Lab语音能力,请点击对应模块开始体验</string>
<string name="main_display_2">更多能力,敬请期待!</string>
<string name="compression_rate_hint">[1,10]</string>
<string name="complexity_hint">[1,10]</string>
<string name="asr_input_hint">点击或按住说话后,展示语音识别结果</string>
<string name="capt_input_refer_text_hint">输入一段想评测的英文,朗读文本并获得评分</string>
<string name="capt_input_difficulty_hint">Support 1, 2, 3</string>
<string name="thread_priority_hint">Support [-20, 19]</string>
<string name="fulllink_input_hint">用“大力大力”唤醒,并说出任意内容</string>
<string name="tts_input_hint">输入想合成的文本后,点击收听合成结果</string>
<string name="hotwords_input_hint">输入热词配置,点击UpdateHotwords后,查看识别效果变化</string>
<string name="hotwords_input_sample">{\"dialog\":{\"data\":[{\"speaker\":\"bot\",\"text\":\"请描述您想要咨询的商品,如手机、背包等\"},{\"speaker\":\"user\",\"text\":\"衣服\"},{\"speaker\":\"bot\",\"text\":\"请问您想咨询的是哪种商品呢:短外套,卫衣/绒衫,衬衫\"}]}}</string>
<string name="capt_pause_timeout_hint">60000</string>
<string name="capt_silence_threshold_hint">10000</string>
<string name="voiceconv_input_hint">StartEngine后说话,说话完成后点击FinishTalking结束</string>
<string name="vad_input_hint">点击或按住说话后,展示语音活性检测结果</string>
<string name="au_input_hint">点击或按住说话后,展示音频理解结果</string>
<string name="choose_engine_title">Choose Engine: </string>
<string name="config_engine_title">Settings</string>
<string name="disable_signal_title">Disable Signal</string>
<string name="init_engine_title">Init Engine</string>
<string name="uninit_engine_title">Uninit Engine</string>
<string name="create_connection_title">Create Connection</string>
<string name="start_engine_title">Start Engine</string>
<string name="stop_engine_title">Stop Engine</string>
<string name="start_dialog_title">Start Dialog</string>
<string name="stop_dialog_title">Stop Dialog</string>
<string name="pause_talking_title">Pause Talking</string>
<string name="resume_talking_title">Resume Talking</string>
<string name="finish_talking_title">Finish Talking</string>
<string name="update_hotwords_title">Update Hotwords</string>
<string name="force_wakeup_title">Force Wakeup</string>
<string name="long_press_title">Long Press</string>
<string name="fetch_result_title">Fetch Result</string>
<string name="synthesis_title">Synthesis</string>
<string name="playback_rate_title">x1.0</string>
<string name="pause_title">Pause</string>
<string name="resume_title">Resume</string>
<string name="start_play_title">Start Play</string>
<string name="get_task_title">Get Task</string>
<string name="check_env_title">Check Env</string>
<string name="voice_record_title">Voice Record</string>
<string name="get_train_status_title">Get Train Status</string>
<string name="submit_task_title">Submit Task</string>
<string name="del_train_data_title">Del Train Data</string>
<string name="next_record_task">Next Record Task</string>
<string name="play_last_result_title">Play Last Result</string>
<string name="no_hint"></string>
<string name="hint_unsupport_engine">Engine unsupported!</string>
<string name="hint_engine_busy">Engine is busy, stop it first!</string>
<string name="hint_network_failure">Network unreachable!</string>
<string name="hint_check_environment">Please check recorder environment!</string>
<string name="hint_waiting_init">Waiting for init.</string>
<string name="hint_ready">Ready</string>
<string name="hint_setup_failure">Fail to setup engine!</string>
<string name="hint_start_cb">Engine Started!</string>
<string name="hint_stop_cb">Engine Stopped!</string>
<string name="hint_dialog_start_cb">Dialog started!</string>
<string name="hint_dialog_init_cb">Dialog inited!</string>
<string name="hint_dialog_join_cb">Dialog joined!</string>
<string name="hint_dialog_stop_cb">Dialog stopped!</string>
<string name="tpl_error_message">Error occurs, message[%s]</string>
<string name="common_setting_title">Common</string>
<string name="app_id_setting_hint">Set app id here</string>
<string name="token_setting_hint">Set token here</string>
<string name="cluster_setting_hint">Set cluster here</string>
<string name="cluster_setting_title">Cluster:</string>
<string name="backend_cluster_setting_hint">Set backend cluster here</string>
<string name="address_setting_hint">Set address here</string>
<string name="address_setting_title">Address:</string>
<string name="uri_setting_hint">Set uri here</string>
<string name="asr_language_hint">Set languages here</string>
<string name="asr_hotwords_hint">Set hotwords here</string>
<string name="asr_req_params_hint">Set req params json string here</string>
<string name="asr_correct_words_hint">Set correct words here</string>
<string name="tts_model_name_setting_hint">Set Tts model name here</string>
<string name="voice_online_setting_hint">Set online voice here</string>
<string name="voice_type_online_setting_hint">Set online voice type here</string>
<string name="voice_offline_setting_hint">Set offline voice here</string>
<string name="voice_type_offline_setting_hint">Set offline voice type here</string>
<string name="tts_language_online_setting_hint">Set tts online language here</string>
<string name="tts_language_offline_setting_hint">Set tts offline language here</string>
<string name="tts_emotion_hint">Set tts emotion here</string>
<string name="authenticate_credential_setting_hint">Set authenticate credential here</string>
<string name="business_key_setting_hint">Set business key here</string>
<string name="authenticate_secret_setting_hint">Set authenticate secret here</string>
<string name="get_volume_title">Volume Level</string>
<string name="disable_recorder_reuse_title">Disable recorder reuse</string>
<string name="recorder_setting_title">Recorder</string>
<string name="recorder_type_title">Recorder Type</string>
<string name="file_or_directory_name_title">File/Directory name</string>
<string name="vbr_title">No variable bitrate</string>
<string name="au_setting_title">AU</string>
<string name="asr_setting_title">ASR</string>
<string name="capt_setting_title">CAPT</string>
<string name="rec_save_title">Recorder Save</string>
<string name="capt_core_type_title">Core type</string>
<string name="offline_title">Enable Offline</string>
<string name="response_mode_title">Enable Streaming</string>
<string name="core_type_title">Core Type</string>
<string name="en_sent_score_title">English sentence score</string>
<string name="en_word_score_title">English word score</string>
<string name="en_word_pron_title">English word pronounce</string>
<string name="cn_sent_raw_title">Chinese sentence raw</string>
<string name="disable_grammar_threshold_title">Disable grammar threshold</string>
<string name="fulllink_setting_title">FULLLINK</string>
<string name="fulllink_engine_type">Fulllink Engine Type</string>
<string name="wakeup_words">Wakeup Words</string>
<string name="wakeup_mode">Wakeup Mode</string>
<string name="config_kws_work_mode">work mode</string>
<string name="rec_dump_title">Recorder Dump</string>
<string name="kws_dump_title">Kws Dump</string>
<string name="only_asr_title">Only ASR</string>
<string name="disable_tts_title">Disable TTS</string>
<string name="upload_rawdata_title">Upload RawData</string>
<string name="device_type_title">Device type</string>
<string name="signal_thread_priority_title">SigThread Pri</string>
<string name="tts_setting_title">TTS</string>
<string name="tts_work_mode">Tts Work Mode</string>
<string name="authentication_type">Authentication Type</string>
<string name="disable_player_title">Disable Player</string>
<string name="enable_dump_title">Enable Dump</string>
<string name="enable_progress_title">Enable Progress</string>
<string name="concurrency_setting_title">Concurrency</string>
<string name="tts_scenario_type_title">TTS Scenario Type</string>
<string name="tts_offline_resource_format_title">TTS Offline Model Format</string>
<string name="enable_concurrency">Enable Concurrency</string>
<string name="enable_cache">Enable Cache</string>
<string name="tts_limit_cpu_usage">Tts limit cpu usage</string>
<string name="tts_speak_speed">Tts Speak Speed</string>
<string name="tts_audio_volume">Tts Audio Volume</string>
<string name="tts_text_type_title">Tts Text Type</string>
<string name="tts_work_mode_title">Tts Work Mode</string>
<string name="use_voiceclone">Use VoiceClone Voice</string>
<string name="tts_speak_speed_hint">Input Integer for speed, such as 1.0</string>
<string name="tts_silence_duration_hint">Input Integer for silence duration, such as 100.</string>
<string name="tts_audio_volume_hint">Input Integer for volume, such as 10.</string>
<string name="tts_audio_pitch_hint">Input Integer for pitch, such as 10.</string>
<string name="tts_sample_rate_hint">Input sample rate of tts audio, such as 16000.</string>
<string name="audio_fadeout_duration_hint">Input fadeout duration of player, use 0 when disable fadeout.</string>
<string name="player_stream_type_hint">Input stream type of SDK player.</string>
<string name="max_client_cache_num_hint">Input max number of client audio cache, such as 100.</string>
<string name="tts_cache_renewal_duration_hint">Input cache renewal duration, unit:ms</string>
<string name="license_name_hint">Input license name.</string>
<string name="license_busi_id_hint">Input busi id.</string>
<string name="voiceclone_setting_title">VOICECLONE</string>
<string name="voiceclone_uid_hint">Set uid here</string>
<string name="voiceclone_query_uids_hint">Set voiceclone query uids here</string>
<string name="voiceclone_voice_type_hint">Set voiceclone voice type here</string>
<string name="voiceclone_gender_title">Gender (Is female)</string>
<string name="voiceclone_task_id">Task Id</string>
<string name="voiceconv_setting_title">VOICECONV</string>
<string name="afp_setting_title">AFP</string>
<string name="dialog_setting_title">DIALOG</string>
<string name="dialog_id_setting_hint">Set dialog script id here</string>
<string name="dialog_role_setting_hint">Set role here</string>
<string name="dialog_clothes_type_setting_hint">Set clothes here</string>
<string name="dialog_tta_voice_type_setting_hint">Set tta voice here</string>
<string name="asr_engine">语音识别</string>
<string name="capt_engine">口语评估</string>
<string name="fulllink_engine">全链路</string>
<string name="tts_engine">语音合成</string>
<string name="voiceclone_engine">音色复刻</string>
<string name="dialog_engine">数字人</string>
<string name="check_rec_permission">Please check recorder environment!</string>
<string name="title_activity_settings">settings</string>
<string name="config_app_id">AppID</string>
<string name="config_token">Token</string>
<string name="config_voice_online">voice online</string>
<string name="config_voice_offline">voice offline</string>
<string name="config_voice_type_online">voice type online</string>
<string name="config_voice_type_offline">voice type offline</string>
<string name="config_tts_language_online">tts language online</string>
<string name="config_tts_language_offline">tts language offline</string>
<string name="config_tts_emotion">tts emotion</string>
<string name="config_disable_recorder_reuse">disable recorder reuse</string>
<string name="config_disable_player_reuse">disable player reuse</string>
<string name="config_wakeup_words">wakeup words</string>
<string name="config_wakeup_mode">wakeup mode</string>
<string name="config_disable_tts">disable tts</string>
<string name="config_disable_signal">disable signal</string>
<string name="config_tts_work_mode">tts work mode</string>
<string name="config_authentication_type">authentication type</string>
<string name="config_signal_thread_priority">signal thread priority</string>
<string name="config_tts_sample_rate">tts sample rate</string>
<string name="config_tts_scenario_type">tts scenario type</string>
<string name="config_tts_speak_speed">tts speak speed</string>
<string name="config_tts_audio_volume">tts audio volume</string>
<string name="config_tts_audio_pitch">tts audio pitch</string>
<string name="config_business_key">business key</string>
<string name="config_authenticate_secret">authenticate secret</string>
<string name="config_tts_cache">enable tts cache</string>
<string name="cn_refer_default">今天天气怎么样</string>
<string name="en_refer_default">How are you</string>
<string name="config_cluster">Cluster</string>
<string name="config_backend_cluster">Backend Cluster</string>
<string name="config_address">Address</string>
<string name="config_uri">Uri</string>
<string name="config_voice">Voice</string>
<string name="config_voice_type">Voice Type</string>
<string name="config_get_volume">Enable Get Volume</string>
<string name="config_sample_rate">Sample Rate</string>
<string name="config_channel">Channel Number</string>
<string name="config_recorder_type">Recorder Type</string>
<string name="config_recorder_preset">Recorder Preset</string>
<string name="config_resource_location">Resource Location</string>
<string name="config_vad_max_speech_duration">Vad Max Speech Duration</string>
<string name="config_vad_max_music_duration">Vad Max Music Duration</string>
<string name="config_stream_package_duration">Stream Package Duration</string>
<string name="config_rec_save">Enable Rec Save</string>
<string name="config_rec_file_type">Rec file type</string>
<string name="config_asr_scenario_type">asr scenario type</string>
<string name="config_asr_rec_save">Enable Asr Rec Save</string>
<string name="config_asr_enable_nlu_punctuation">Asr Enable Nlu Punctuation</string>
<string name="config_asr_disable_end_punctuation">Asr Disable End Punctuation</string>
<string name="config_asr_enable_ddc">Asr Enable Ddc</string>
<string name="config_asr_enable_itn">Asr Enable Itn</string>
<string name="config_asr_show_lang">Asr show language</string>
<string name="config_asr_keep_recording">asr keep recording</string>
<string name="config_asr_hotwords">Asr Hotwords</string>
<string name="config_asr_correct_words">Asr Correct Words</string>
<string name="config_asr_req_params">Asr Request Params</string>
<string name="config_asr_vad_start_silence_time">Asr Vad Start Silence Time</string>
<string name="config_asr_vad_end_silence_time">Asr Vad End Silence Time</string>
<string name="config_asr_vad_mode">Asr Vad Mode</string>
<string name="config_asr_work_mode">Asr Work Mode</string>
<string name="config_asr_language">Asr language</string>
<string name="config_asr_result_type">Asr Result Type</string>
<string name="config_asr_model_name">Asr Model Name</string>
<string name="config_asr_max_retry_times">Asr Max Retry Times</string>
<string name="config_capt_rec_save">Enable Capt Rec Save</string>
<string name="config_capt_core_type">Capt Core Type</string>
<string name="config_capt_offline">Enable Capt Offline</string>
<string name="config_capt_streaming">Enable Capt Streaming</string>
<string name="config_capt_difficulty">Capt Difficulty</string>
<string name="config_fulllink_engine_type">Fulllink Engine Type</string>
<string name="config_traffic_for_test">Traffic for test</string>
<string name="config_rec_dump">Enable Rec Dump</string>
<string name="config_kws_dump">Enable Kws Dump</string>
<string name="config_night_mode">Enable Night Mode</string>
<string name="config_device_type">Device Type</string>
<string name="config_tts_model_name">tts model name</string>
<string name="config_license_name">License Name</string>
<string name="config_license_busi_id">License Busi Id</string>
<string name="config_tts_silence_duration">Tts Silence Duration</string>
<string name="config_authenticate_type">authenticate type</string>
<string name="config_authenticate_credential">authenticate credentail</string>
<string name="config_sdk_player">Enable SDK Built-in Player</string>
<string name="config_audio_fadeout_duration">Audio Fade Out Duration</string>
<string name="config_player_stream_type">Player Stream Type</string>
<string name="config_demo_player">Enable Demo Player</string>
<string name="config_tts_dump">Enable Tts Dump</string>
<string name="config_tts_with_intent">Enable Tts Intent Predication</string>
<string name="config_tts_data_callback">Enable Tts Data Callback</string>
<string name="config_tts_enable_word_level_progress_update">Enable Tts Word Level Progress Update</string>
<string name="config_tts_concurrency">Enable Tts Concurrency</string>
<string name="config_dump_novel_tts_detail">Enable Dump Novel Tts Detail</string>
<string name="config_tts_use_voiceclone">Use VoiceClone Voice</string>
<string name="config_tts_enable_client_cache">Tts Enable Client Audio Cache</string>
<string name="config_tts_enable_resume_from_breakpoint">Tts Enable Resume From Breakpoint</string>
<string name="config_tts_enable_resume_from_previous_progress">Tts Enable Resume From Previous Progress</string>
<string name="config_tts_max_audio_cache_num">Max number of audio cache</string>
<string name="config_tts_cache_renewal_duration">Cache Renewal Duration</string>
<string name="difficulty_level">Difficulty Level</string>
<string name="compression_rate">Compression Rate</string>
<string name="complexity">Complexity</string>
<string name="pause_timeout">Pause Timeout</string>
<string name="silence_threshold">Silence Threshold</string>
<string name="disable_grammar_correction">Disable Grammar Correction</string>
<string name="config_au_ability">Au Ability</string>
<string name="config_au_rec_save">Enable Au Rec Save</string>
<string name="config_au_process_timeout">Au Process Timeout</string>
<string name="config_au_audio_packet_duration">Au Audio Packet Duration</string>
<string name="config_au_empty_packet_interval">Au Empty Packet Interval</string>
<string name="config_voiceclone_address">VoiceClone Address</string>
<string name="config_voiceclone_stream_address">VoiceClone Stream Address</string>
<string name="config_voiceclone_uid">VoiceClone Uid</string>
<string name="config_voiceclone_query_uids">VoiceClone Query Uids</string>
<string name="config_voiceclone_voice_type">VoiceClone Voice Type</string>
<string name="config_voiceclone_gender">VoiceClone Gender (Is Female)</string>
<string name="config_voiceclone_task_id">VoiceClone Task Id</string>
<string name="config_voiceconv_result_sample_rate">Result Audio Sample Rate</string>
<string name="config_voiceconv_enable_record_dump">Enable Record Dump</string>
<string name="config_voiceconv_enable_result_dump">Enable Result Dump</string>
<string name="config_voiceconv_request_interval">Request interval (Unit: ms)</string>
<string name="vad_setting_title">VAD</string>
<string name="vad_head_silence_threshold_hint">Set head silence threshold here</string>
<string name="vad_tail_silence_threshold_hint">Set tail silence threshold here</string>
<string name="config_vad_audio_save">Vad audio Save</string>
<string name="config_vad_head_silence_threshold">Head silence Threshold</string>
<string name="config_vad_tail_silence_threshold">Tail silence Threshold</string>
<string name="config_disable_send_asr_info_to_signal">disable send asr info to signal</string>
<string name="config_kws_worker_num">kws worker num</string>
<string name="config_disable_check_record_permission">disable check record permission</string>
<string name="config_only_asr">only asr</string>
<string name="config_asr_auto_stop">Asr Auto Stop</string>
<string name="config_vad_head_wait_time">vad head wait time</string>
<string name="config_file_or_directory_name">file or directory name</string>
<string name="config_disable_auto_play">disable auto play</string>
<string name="config_compression_rate">compression rate</string>
<string name="config_complexity">complexity</string>
<string name="config_no_variable_bitrate">no variable bitrate</string>
<string name="config_scene_id">scene id</string>
<string name="config_disable_upload_client_vad">Disable Upload Client Vad</string>
<string name="config_disable_semantic_vad">disable semantic vad</string>
<string name="config_max_valid_speech_duration">max valid speech duraion</string>
<string name="config_enable_ppe_env">Enable PPE Env</string>
<string name="config_tts_instance_num">Num of tts instance</string>
<string name="config_tts_request_id">Tts request id</string>
<string name="config_dialog_id">dialog id</string>
<string name="config_dialog_role">dialog role</string>
<string name="config_dialog_clothes_type">dialog clothes</string>
<string name="config_dialog_tta_voice_type">dialog tta voice</string>
</resources>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论