简体   繁体   English

在92khz到192khz还有其他什么可以做音频吗?

[英]Is there anything else to do Audio in 92khz to 192khz?

I spend lot of time researching/finding a best developer friendly framework or libraries for cross platform to deal with solid/accurate/lipsync sort of audio solution. 我花了很多时间研究/寻找一个最好的开发人员友好框架或跨平台库来处理可靠/准确/嘴唇同步的音频解决方案。 Still could not find one which can be used for cross platform. 仍然找不到一个可以用于跨平台的。

I tried GStreamer (was the best one) but it is best for linux as it covers CELT/Vorbis/Speex (encoder/decoder), GStreamer does the great job for Linux. 我尝试过GStreamer(是最好的),但它最适合linux,因为它涵盖了CELT / Vorbis / Speex(编码器/解码器),GStreamer在Linux上做得很好。 But porting Gstreamer to Windows and Mac platform is not friendly, and lot of restrictions, and facing lot of problems, where i found myself its not the best way to build better application, the way i know about audio. 但是将Gstreamer移植到Windows和Mac平台并不友好,并且有很多限制,并且面临很多问题,我发现自己并不是构建更好应用程序的最佳方式,我对音频知道的方式。

Is there any audio libraries or framework which can handle lowest latency for any cross platform ? 是否有任何音频库或框架可以处理任何跨平台的最低延迟? No matter what language it is C/ADA/LUA/Python/Java..., to study from that libraries. 无论使用什么语言C / ADA / LUA / Python / Java ......,都要从那些库中学习。 To build my own freedom of audio quality over internet for musicians/conversation peer 2 peer in RTP method to have maximum range of 192 khz. 通过互联网为音乐家/会话对等体2建立我自己的音频质量自由度,RTP方法的最大范围为192 khz。

Expecting experts, advise. 期待专家,建议。

My project is:
1. Peer 1 - playing electrical guiter from UK (london)
2. Peer 2 - playing drums from USA (new york)
3. Peer 3 - playing bass guiter from UK (luton)

And Peer 4 is listening, and doing recording in Holland (amsterdam) 而Peer 4正在聆听,并在荷兰(阿姆斯特丹)录音

Thanks in advance. 提前致谢。

这是C ++,我不知道它是否完全适合您的账单,但RtAudio提供了一个简单易用的跨平台包装器,用于实时音频输出和输入。

murgaLua带有对proteaAudio的绑定,如果你想要快速启动和运行的话......它是跨平台的Windows-Mac-Linux;)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM