CentOS 中音频文件 ds2 格式到 wav 的转换

audio file ds2 format to wav conversion in CentOS

我正在尝试在基于 python/c++ 的解决方案中将 ds2 格式音频文件转换为 wav。基本上,我想用任何编解码器读取 Linux 中的 ds2 音频。我尝试了 ffmpeg 和 pydub,但失败了。是否有任何其他库或解决方案可以在 linux 上处理此转换?

ffmpeg -i audio_input.DS2  -acodec dss_sp -ar 16000 -ac 2 output.wav

使用 ffmpeg 我使用了上面的命令,它抛出了一个错误。谁能建议哪个库可以在 CentOS 上实现?或任何有助于读取 ds2 的命令,可以将其转换为任何其他常规格式。

截至 2021 年初,奥林巴斯 DSS Pro 音频格式(又名 Digital Speech Standard Pro 或 DS2)不受任何设计用于 运行 on Linux 的软件支持。有一个open ticket for ffmpeg to support DS2.

Windows只有少数软件支持这种格式。其中包括:

这些可用于将音频转换为开放格式,例如 WAV。从那里您可以使用 ffmpeg 或类似工具转换成您想要的格式。

其中一些可能 运行 在 Linux 上使用 WINE compatibility layer. There is at least positive reports for DSS Player Lite

在 linux 上,wine 还有 switch from nch.com.au,仅供个人免费使用。

图形界面在我的 Fedora 桌面上运行良好,您可以使用 cli for automation

这是一个默认输出在 ~/Musics 中的示例

/usr/bin/wine /home/mylogin/.wine/dosdevices/c\:/Program\ Files\ \(x86\)/NCH\ Software/Switch/switch.exe -convert "Z:\home\mylogin\transcriptions\interviews\myinterview.DS2" -format .wav -overwrite ALWAYS -hide