调用文件时将声音文件从一种音频编解码器转换为另一种音频编解码器
我不确定这是这个问题的正确位置,所以请告诉我,如果是这样,我将在其他地方重新发布。
我有相当多的音乐收藏,其中大部分都是以 FLAC 格式编码的。不幸的是,我使用的 DJ 软件(Serato)不支持 FLAC(我一生都无法理解这一点,而且我花了数年时间游说添加此功能,因为他们的用户群中有很大一部分,但无济于事)。
是否可以创建一个位于 Serato 和 Windows 之间的程序,当您将 FLAC 文件放入 Serato(或文件加载或其他)时,它会将其转换为 mp3,将其存储在临时文件夹中并加载将该 mp3 转换为 Serato?
编辑: 转换为 WAV 可能会更简单、更快
I am not sure that this is the correct place for this question, so tell me if so and I will repost elsewhere.
I have a rather large collection of music, most of which is encoded in FLAC format. Unfortunately the DJ software I use (Serato) does not support FLAC (I cannot for the life of me understand this, and I have spent years lobbying to add this feature, as have a significant part of their userbase, to no avail).
Would it be possible to create a program that would sit between Serato and windows and when you dropped a FLAC file into Serato (or File-Load or whatever) it would convert that to mp3, store it in the temp folder and load that mp3 into Serato?
EDIT: Converting to WAV would probably be simpler and quicker
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个文件系统可以在后台将 FLAC 转换为 mp3。因此,即使文件实际上存储为 FLAC,对于应用程序来说它们看起来也像 mp3。它被称为 MP3FS,应该正是您正在寻找的。
不幸的是,据我所知,它仅适用于 Linux。您可以尝试将Linux系统作为虚拟机运行并共享MP3FS文件,以便Windows系统可以访问它。
There is a filesystem that converts FLAC to mp3 behind the scenes. So even if the files are actually stored as FLAC, they look like mp3 to the applications. It's called MP3FS, and should be exactly what you're looking for.
Unfortunately, it's for Linux only as far as I know. You could try running a Linux system as a virtual machine and share the MP3FS files so the Windows system can access it.