تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تتضمّن "مكتبة الملفات الصوتية" أصواتًا مصنّفة يمكنك استخدامها لتحسين تجربة المستخدم وتحسين الإجراء الذي يتم اتخاذه من خلال الإجراءات. تستضيف Google هذه
الأصوات لك، لذا ما عليك سوى الإشارة إليها في السمة src
للعنصر <audio> عند استخدام SSML.
يعرض لك مقتطف الرمز التالي طريقة استخدام هذه الأصوات مع مكتبة برنامج Node.js.
Node.js
function playAudio(conv) {
let text_to_speech = '<speak>'
+ 'I can play a sound'
+ '<audio src="https://actions.google.com/sounds/v1/alarms/digital_watch_alarm_long.ogg">a digital watch alarm</audio>. '
+ '</speak>'
conv.add(text_to_speech);
};
اختَر صفًا للمزيد من التفاصيل وسماع المقطع الصوتي، أو البحث عن الأصوات في الكتالوج.
الأحكام والشروط
إنّ استخدامك لمكتبة الملفات الصوتية هذه (بما في ذلك الملفات الموسيقية في هذه المكتبة) يخضع لبنود خدمة "المهام مع مساعد Google". إنّ المحتوى الصوتي والموسيقى
من هذه المكتبة مخصّص لك وحدك لاستخدامها في "الإجراءات" التي تنشئها.
من خلال تنزيل الموسيقى من هذه المكتبة، توافق على أنك لن تنفذ أيًا مما يلي:
يمكنك إتاحة ملفات الصوت والموسيقى أو توزيعها أو تنفيذها من هذه المكتبة بشكل منفصل عن الإجراءات التي تم فيها دمج هذه الملفات الصوتية وملفات الموسيقى على منصات Google، بما في ذلك المهام على Google (على سبيل المثال، لا يُسمح بالتوزيع المستقل لهذه الملفات أو استخدامها على منصات غير تابعة لشركة Google).
استخدِم الملفات الصوتية والموسيقى من هذه المكتبة بطريقة غير قانونية أو في ما يتعلق بأي محتوى غير قانوني.
تاريخ التعديل الأخير: 2023-05-16 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2023-05-16 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# Sound Library\n\nThe sound library contains categorized sounds that you can use to enhance the\nuser experience and increase the polish of your actions. Google hosts these\nsounds for you, so all you need to do is reference them in the `src` attribute\nof an `\u003caudio\u003e` element when using [SSML](/assistant/conversational/ssml).\n\nThe following code snippet shows you how to use these sounds with the Node.js\nclient library: \n\n### Node.js\n\n```javascript\nfunction playAudio(conv) {\n let text_to_speech = '\u003cspeak\u003e'\n + 'I can play a sound'\n + '\u003caudio src=\"https://actions.google.com/sounds/v1/alarms/digital_watch_alarm_long.ogg\"\u003ea digital watch alarm\u003c/audio\u003e. '\n + '\u003c/speak\u003e'\n conv.add(text_to_speech);\n};\n```\n| **Note:** You can also search and listen to these sound effects in the [YouTube Audio Library](https://www.youtube.com/audiolibrary/soundeffects). The sounds here are hosted here for you, so you can reference their locations directly in your app.\n\nSelect a row for more details and to hear the sound clip, or search for sounds\nin the catalog \n\nTerms and Conditions\n--------------------\n\nYour use of this sound library (including the music files in this library) is\nsubject to the [Actions on Google Terms of Service](https://developers.google.com/terms/). Sounds and music\nfrom this library are intended solely for use by you in Actions that you create.\n\nBy downloading music from this library, you agree that you will not:\n\n- Make available, distribute or perform the sound and music files from this library separately from Actions into which you have incorporated these sound and music files, on Google platforms including Actions on Google (e.g. standalone distribution of these files, or use on non-Google platforms, is not permitted).\n- Use the sound and music files from this library in an illegal manner or in connection with any illegal content."]]