本文介绍了HMI概念的帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好
我是C ++的新手,我想为音频项目设计HMI. HMI应该允许3种声音类型(自生成声音和soundWav soundMP3)在5个现有输出设备中同时播放5种声音(例如5种声音可能是2种自生成声音,即soundWAV和soundMP3),播放暂停停止必须对所有5种声音都通用,但音量必须针对每个声音
我不知道如何设计这样的HMI
非常感谢您

Hello
I am new in C++ and I want to design a HMI for an audio project. there are 3 types of sounds ( selfgenerated, and soundWav soundMP3) HMI should allow to play 5 sounds at the same time in the 5 existing output devices (the 5 sounds may for exemple be 2 selfgenerated , a soundWAV and soundMP3 ) play pause stop orders must be common to all 5 sounds played but the volume must be specific to each one
I do not know how to design a such HMI
Thank you very much

推荐答案


这篇关于HMI概念的帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 07:45