/root/speex-1.2.0/win32/VS2003/speexenc /root/speex-1.2.0/win32/VS2005/speexenc /root/speex-1.2.0/win32/VS2008/speexenc /root/speex-1.2.0/win32/speexenc /www/wwwroot/zhangjin/speex-1.2.0/win32/VS2003/speexenc /www/wwwroot/zhangjin/speex-1.2.0/win32/VS2005/speexenc /www/wwwroot/zhangjin/speex-1.2.0/win32/VS2008/speexenc /www/wwwroot/zhangjin/speex-1.2.0/win32/speexenc /.Recycle_bin/_bt_www_bt_wwwroot_bt_zhangjin_bt_speex_bt_speex-1.2.0_t_1685376085.7917397/win32/VS2003/speexenc /.Recycle_bin/_bt_www_bt_wwwroot_bt_zhangjin_bt_speex_bt_speex-1.2.0_t_1685376085.7917397/win32/VS2005/speexenc /.Recycle_bin/_bt_www_bt_wwwroot_bt_zhangjin_bt_speex_bt_speex-1.2.0_t_1685376085.7917397/win32/VS2008/speexenc /.Recycle_bin/_bt_www_bt_wwwroot_bt_zhangjin_bt_speex_bt_speex-1.2.0_t_1685376085.7917397/win32/speexenc /.Recycle_bin/_bt_www_bt_wwwroot_bt_zhangjin_bt_speex_bt_libogg-1.3.3_t_1685376079.7714949/speex-1.2.0/win32/VS2003/speexenc /.Recycle_bin/_bt_www_bt_wwwroot_bt_zhangjin_bt_speex_bt_libogg-1.3.3_t_1685376079.7714949/speex-1.2.0/win32/VS2005/speexenc /.Recycle_bin/_bt_www_bt_wwwroot_bt_zhangjin_bt_speex_bt_libogg-1.3.3_t_1685376079.7714949/speex-1.2.0/win32/VS2008/speexenc /.Recycle_bin/_bt_www_bt_wwwroot_bt_zhangjin_bt_speex_bt_libogg-1.3.3_t_1685376079.7714949/speex-1.2.0/win32/speexenc
时间: 2023-08-10 08:07:17 浏览: 134
这些路径中包含了多个speexenc二进制文件,其中有些可能是Windows系统的可执行文件。您需要找到适合您的Linux系统的speexenc二进制文件。可以尝试在/root/speex-1.2.0目录下查找或者重新安装speex编解码器。如果您已经找到了speexenc二进制文件,可以使用以下命令将其路径添加到PATH环境变量中:
```
export PATH=$PATH:/path/to/speexenc/directory
```
请将上面的/path/to/speexenc/directory替换为speexenc二进制文件所在的目录路径。这样,您就可以在任何目录下直接运行speexenc命令了。
相关问题
[root@iZuf60b2oqkencqmwd57z1Z speex-1.2.0]# sudo find /root/speex-1.2.0 -name speexenc /root/speex-1.2.0/win32/VS2003/speexenc /root/speex-1.2.0/win32/VS2005/speexenc /root/speex-1.2.0/win32/VS2008/speexenc /root/speex-1.2.0/win32/speexenc
从输出结果来看,您的speex编解码器似乎没有安装在系统标准的目录中,而是安装在/root/speex-1.2.0目录下。您可以使用以下命令来将该目录下的speexenc程序添加到PATH环境变量中:
```
export PATH=$PATH:/root/speex-1.2.0
```
这将在PATH环境变量中添加/root/speex-1.2.0目录,使得系统可以在该目录中查找speexenc程序。注意,此方法可能会导致系统在搜索其他程序时变慢,因为系统必须搜索更多的目录。如果您只是偶尔需要使用speexenc程序,可以在执行命令时直接指定speexenc程序的路径,例如:
```
/root/speex-1.2.0/speexenc input.pcm output.spx
```
这会直接运行/root/speex-1.2.0目录下的speexenc程序,而不需要将其添加到PATH环境变量中。
[root@iZuf60b2oqkencqmwd57z1Z speex]# sudo find / -name speexenc /www/wwwroot/zhangjin/speex/speex-1.2.0/win32/VS2003/speexenc /www/wwwroot/zhangjin/speex/speex-1.2.0/win32/VS2005/speexenc /www/wwwroot/zhangjin/speex/speex-1.2.0/win32/VS2008/speexenc /www/wwwroot/zhangjin/speex/speex-1.2.0/win32/speexenc /www/wwwroot/zhangjin/speex/libogg-1.3.3/speex-1.2.0/win32/VS2003/speexenc /www/wwwroot/zhangjin/speex/libogg-1.3.3/speex-1.2.0/win32/VS2005/speexenc /www/wwwroot/zhangjin/speex/libogg-1.3.3/speex-1.2.0/win32/VS2008/speexenc /www/wwwroot/zhangjin/speex/libogg-1.3.3/speex-1.2.0/win32/speexenc
根据你提供的信息,`speexenc`可执行文件的路径是`/www/wwwroot/zhangjin/speex/speex-1.2.0/win32/speexenc`。你可以将其添加到环境变量中。打开`~/.bashrc`文件,并在末尾添加以下行:
```
export PATH=$PATH:/www/wwwroot/zhangjin/speex/speex-1.2.0/win32
```
保存并关闭文件,然后重新启动终端窗口或执行以下命令使环境变量生效:
```
source ~/.bashrc
```
现在,你应该能够在终端中使用`speexenc`命令了。
阅读全文