ChinaUnix.net
相关文章推荐:

aplay wav source

#!/bin/sh echo $0 上面内容的脚本名为:a 那为什么用source a 时,返回的是 : -bash 而不是a 呢?

by aiheyi - Shell - 2008-07-30 09:28:52 阅读(1426) 回复(9)

相关讨论

在ubuntu下学习浏览器的代码部分 可是偶素新手感觉很难入门 请问各位大大有没有留意过网上有之类的学习笔记 :shock: 或者各位大大有什么自己的见解-0-

by roger0922 - C/C++ - 2008-02-22 14:39:31 阅读(1484) 回复(1)

In network network protocols, source routing is the capability whereby the sender can specify the route a packet should take. Analogy: Somebody asks you how to get to the freeway. You can give them two responses: 1). You tell them to drive a little further on, and there will be signs pointing to the freeway. You tell them just to follow the signs. This is normal routing,you simply hand the pack...

by yszll - 网络技术文档中心 - 2008-01-21 07:45:01 阅读(723) 回复(0)

我想以test.csh来初始te.csh的环境 test.csh 内容如下 #!/bin/csh set t="hello" te.csh的内容如下 #!/bin/csh source test.csh echo $t 2个文件都在同一目录下,我执行 . te.csh 显示 source : not found 郁闷,望大虾帮忙!

by xidaboy - Shell - 2004-11-30 18:06:17 阅读(823) 回复(1)

在LINUX下调试通过,没有在UNIX下试过,哈哈 #include ; #include ; #include ; #include ; #include ; #include ; #include ; #include ; #include ; #include ; #include ; //added for getopt()&&optarg,optind #define __FAVOR_BSD //due to some BSD style structur...

by corand - C/C++ - 2004-05-21 15:57:21 阅读(1953) 回复(15)

perl新手,请问perl下怎么调用,用system()调用后怎样才能让它循环播放,谢谢

by h_mao - Perl - 2007-03-07 10:34:46 阅读(1991) 回复(5)

先发布源代码,再说明干什么用,免得烂在我的硬盘里。 [code]#!/usr/bin/env perl # This program splits a wav file that contains multiple tracks into multiple wav # files, each of which contains one track based on indices provided by a cue file. # Written by Shufeng Tan January, 2007 # It is assumed that the cue file is in the same directory with the wav file. # The cue file wit...

by skrypto - Perl - 2008-06-13 23:28:17 阅读(5268) 回复(6)

播放wav文件,怎样控制只让它播放400ms! 我用定时器不起作用! 谢谢各位大虾了!

by youyuanyin - 程序开发 - 2006-09-24 18:58:33 阅读(755) 回复(3)

本人想用C++的某一个函数读取.wav文件的内容,最好是一个采样一个采样的读取,那位大哥知道要用什么函数,或者告诉我在那里下载这个函数。各位大哥,谢谢了。

by rick.hunter - C/C++ - 2004-01-06 04:00:24 阅读(1974) 回复(0)

linux怎样播放ADPCM编码的wav文件,pcm编码的好做,adpcm的不知道如何解码?

by xltao - C/C++ - 2007-01-17 18:39:19 阅读(3690) 回复(6)