将音频文件传输到另一台计算机

时间:2021-05-07 18:59:26

This is what I am trying to do. We are 5 people in a room. Everybody has a PC. Each PC has mp3 files but only one of the PCs has speakers (ex. called Speakers-PC). So, instead of asking the person on Speakers-PC to play you a song you want, I was thinking of an application that can take an audio file from a No-Speakers-PC and send it to the Speakers-PC. The Speakers-PC can then play the audio file. Of course, if multiple files are sent, the application on Speakers-PC will have a queue.

这就是我想要做的。我们在一个房间里有5个人。每个人都有一台电脑。每台PC都有mp3文件,但只有一台PC有扬声器(例如称为扬声器-PC)。因此,我没有要求Speakers-PC上的人播放你想要的歌曲,而是考虑一个可以从No-Speakers-PC获取音频文件并将其发送到Speakers-PC的应用程序。然后,Speakers-PC可以播放音频文件。当然,如果发送了多个文件,Speakers-PC上的应用程序将有一个队列。

So, is it worth digging or it will be just better if we buy wireless speakers and rotate the transmitter (instead we are now rotating the speakers) :)

那么,是否值得挖掘,或者如果我们购买无线扬声器并旋转发射器(而不是我们现在正在旋转扬声器)会更好:)

Any ideas on how to implement something like this? I am familiar mostly with .NET technologies.

关于如何实现这样的事情的任何想法?我主要熟悉.NET技术。

Any broad or specific help would be greatly appreciated.

任何广泛或具体的帮助将不胜感激。

Best Regards, Kiril

最诚挚的问候,基里尔

3 个解决方案

#1


3  

Many media players come with web interfaces already. One of the winamp ones, for example, is http://www.winamp.com/plugins/details/92511

许多媒体播放器已经提供了Web界面。例如,其中一个winamp是http://www.winamp.com/plugins/details/92511

#2


2  

VLC is the swiss army knife of media streaming, take a peek at the extensive feature set :)

VLC是瑞士军刀的媒体流,看看广泛的功能集:)

#3


0  

I quick thought. I assume the "speakers-PC" use winamp. If so then create some playlist file and load it with winamp. Also everyone of you should share your folders containing mp3 files so that "speakers-PC" could have access to them. From this point you have two options: 1. Everyone who wants to add his own song to a playlist opens it in any text editor and adds a new line at the bottom of the file. 2. You could create a simple web app to manage this same playlist file. You know .NET, rignt?

我很快就想到了。我假设“扬声器 - PC”使用winamp。如果是,则创建一些播放列表文件并使用winamp加载它。此外,你们每个人都应该共享包含mp3文件的文件夹,以便“speaker-PC”可以访问它们。从这一点开始,您有两个选择:1。每个想要将自己的歌曲添加到播放列表的人都可以在任何文本编辑器中打开它,并在文件底部添加一个新行。 2.您可以创建一个简单的Web应用程序来管理同一个播放列表文件。你知道.NET,严厉吗?

I haven't checked if winamp locks playlist file it currently plays. If it does then this idea is not worth a penny.

我还没有检查winamp是否锁定了当前播放的播放列表文件。如果它确实那么这个想法不值一分钱。

Here is basic structure of playlis file discussed. http://forums.winamp.com/showthread.php?threadid=65772 I'm sure you can find in google

这是讨论的playlis文件的基本结构。 http://forums.winamp.com/showthread.php?threadid=65772我相信你可以在谷歌找到

Good luck

祝你好运

#1


3  

Many media players come with web interfaces already. One of the winamp ones, for example, is http://www.winamp.com/plugins/details/92511

许多媒体播放器已经提供了Web界面。例如,其中一个winamp是http://www.winamp.com/plugins/details/92511

#2


2  

VLC is the swiss army knife of media streaming, take a peek at the extensive feature set :)

VLC是瑞士军刀的媒体流,看看广泛的功能集:)

#3


0  

I quick thought. I assume the "speakers-PC" use winamp. If so then create some playlist file and load it with winamp. Also everyone of you should share your folders containing mp3 files so that "speakers-PC" could have access to them. From this point you have two options: 1. Everyone who wants to add his own song to a playlist opens it in any text editor and adds a new line at the bottom of the file. 2. You could create a simple web app to manage this same playlist file. You know .NET, rignt?

我很快就想到了。我假设“扬声器 - PC”使用winamp。如果是,则创建一些播放列表文件并使用winamp加载它。此外,你们每个人都应该共享包含mp3文件的文件夹,以便“speaker-PC”可以访问它们。从这一点开始,您有两个选择:1。每个想要将自己的歌曲添加到播放列表的人都可以在任何文本编辑器中打开它,并在文件底部添加一个新行。 2.您可以创建一个简单的Web应用程序来管理同一个播放列表文件。你知道.NET,严厉吗?

I haven't checked if winamp locks playlist file it currently plays. If it does then this idea is not worth a penny.

我还没有检查winamp是否锁定了当前播放的播放列表文件。如果它确实那么这个想法不值一分钱。

Here is basic structure of playlis file discussed. http://forums.winamp.com/showthread.php?threadid=65772 I'm sure you can find in google

这是讨论的playlis文件的基本结构。 http://forums.winamp.com/showthread.php?threadid=65772我相信你可以在谷歌找到

Good luck

祝你好运