在Pepper机器人上发出提示音

编程入门 行业动态 更新时间:2024-10-28 10:29:33
本文介绍了在Pepper机器人上发出提示音的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

Pepper机器人使用蜂鸣声来指示何时开始和结束列出某物.

The Pepper robot use beep sounds to indicate when it start and end listing to something.

这很紧张.

有没有办法在不减小主音量的情况下将其关闭?

Is there a way to turn this off without decreasing the main volume?

推荐答案

删除wavs有点不礼貌:)

Erasing wavs is a bit rude :)

您可以通过调用命名为setAudioExpression的ALSpeechRecognition方法来简单地禁用音频反馈.

You can simply disable the audio feedback by using calls to the ALSpeechRecognition method nammed setAudioExpression.

asr = ALProxy("ALSpeechRecognition") asr.setAudioExpression( False )

有关此api的更多信息,可以在这里找到: doc.aldebaran/2-5/naoqi/audio/alspeechrecognition-api.html

More info about this api can be found here: doc.aldebaran/2-5/naoqi/audio/alspeechrecognition-api.html

更多推荐

在Pepper机器人上发出提示音

本文发布于:2023-07-11 08:53:14,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1093489.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:机器人   提示音   Pepper

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!