本文介绍了在VB.Net中处理数字音频(vb.net,visual studio 2017)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个兼容vb.net的工具集来处理来自业余无线电的数字音频。 我的发展是双管齐下的。 首先,我需要通过来自收音机的以太网流接收的计算机扬声器播放音频。
其次,我需要将计算机麦克风的音频数字化并通过以太网流发送到收音机。 


在21世纪初期,这是使用VB6使用DirectX8 / DirectSound8完成的,但早期的VB6代码没有移植到vb.net。  VB6 DirectSound命令语法与vb.net不兼容,到目前为止,我还无法找到兼容的
vb.net DirectSound命令集。


什么  ;软件开发工具可用于在VB.Net编程环境中处理数字化音频吗? 我在Visual Studio 2017 IDE中使用vb.net。 如果在vb.net中有一个DirectSound解决方案,这很方便,
但是我需要一些关于它如何工作的教程/引子。


提前致谢。


Bob Goodwin




Bob Goodwin

解决方案

I am looking for a vb.net compatible toolset to process digital audio to/from an amateur radio.  My development is two pronged.  First, I need to play audio through the computers speakers that is received via an Ethernet stream from the radio. Secondly, I need to digitize audio from the computers microphone and send it to the radio via an Ethernet stream. 

In the early 2000s, this was done with VB6 using DirectX8/DirectSound8 but the earlier VB6 code does not port to vb.net.  The VB6 DirectSound command syntax is not compatible with vb.net and, to date, I have not been able to find a compatible set of vb.net DirectSound commands.

What software development tools are available to process digitized audio in the VB.Net programming environment?  I am using vb.net within a Visual Studio 2017 IDE.  If there is a DirectSound solution within vb.net, that would be convenient, but I'd need some tutorials/primers on how it works.

Thanks in advance.

Bob Goodwin
[email protected]


Bob Goodwin

解决方案


这篇关于在VB.Net中处理数字音频(vb.net,visual studio 2017)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 16:13