speech signal process tools

源代码在线查看: default_wpro.sh

软件大小: 24038 K
上传用户: yuyx2003
关键词: process speech signal tools
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/sh				# If there's a current ~/.wave_pro, we move it to ~/.wave_pro_save provided 				# that the latter doesn't exist already.  We then copy the system .wave_pro. 				# 				# @(#)default_wpro.sh	1.2 6/29/93								if test -f $HOME/.wave_pro				 then 				   if test -f $HOME/.wave_pro_save				     then				       mv $HOME/.wave_pro $HOME/.wave_pro_save				   fi				fi								cp `get_esps_base`/lib/waves/.wave_pro $HOME/.wave_pro											

相关资源