TimothyYe/ydict

是否考虑支持 Windows 下发音

ycrao opened this issue · 2 comments

ycrao commented

命令行下播放 mp3 文件可尝试下面跨平台软件:

http://sox.sourceforge.net/

#Ubuntu
sudo apt-get install sox
sudo apt-get install libsox-fmt-mp3
#macOS with brew
brew install lame
brew install sox
#Window https://sourceforge.net/projects/sox/files/sox/14.4.2/sox-14.4.2-win32.zip/download 解压到某个目录,然后将该目录加入系统环境变量PATH中
copy sox.exe play.exe
#play mp3
play -q -t mp3 hello.mp3

另一种方案,Windows 下使用 bass.dll Syscall/Dllcall 来调用(或者使用其它语言如 C++/C# 编译一个命令行版本),这个方案我正在尝试。

Hmmmm, 我一直没有Windows的机器,所以就没有考虑Windows下的发音

ycrao commented

Done by #24