文件名称:wav_blend_16bit
-
所属分类:
- 标签属性:
- 上传时间:2017-11-01
-
文件大小:21kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
This is my own work.
Abstract: The program blends 16-bit wav data. It does not process the 44-byte wav header; it only blends the raw wav data, thus you have to cut the 44-byte wav header manually before the blending, and then add the 44-byte wav header back manually after the blending.
NOTE: The program can't handle files larger than 2GiB.
Usage: wav_blend_16bit <wav_source0> <wav_source1> <wav_destination> <alpha>
The blending is
destination_sample = (source0_sample * alpha + source1_sample * (1024 - alpha)) / 1024
Abstract: The program blends 16-bit wav data. It does not process the 44-byte wav header; it only blends the raw wav data, thus you have to cut the 44-byte wav header manually before the blending, and then add the 44-byte wav header back manually after the blending.
NOTE: The program can't handle files larger than 2GiB.
Usage: wav_blend_16bit <wav_source0> <wav_source1> <wav_destination> <alpha>
The blending is
destination_sample = (source0_sample * alpha + source1_sample * (1024 - alpha)) / 1024
相关搜索: wav data blending
(系统自动生成,下载前可以参看下载内容)
下载文件列表
wav_blend_16bit
wav_blend_16bit\readme.txt
wav_blend_16bit\Release
wav_blend_16bit\Release\wav_blend_16bit.exe
wav_blend_16bit\wav_blend_16bit.c
wav_blend_16bit\wav_blend_16bit.dsp
wav_blend_16bit\wav_blend_16bit.dsw
wav_blend_16bit\wav_blend_16bit.opt
wav_blend_16bit\readme.txt
wav_blend_16bit\Release
wav_blend_16bit\Release\wav_blend_16bit.exe
wav_blend_16bit\wav_blend_16bit.c
wav_blend_16bit\wav_blend_16bit.dsp
wav_blend_16bit\wav_blend_16bit.dsw
wav_blend_16bit\wav_blend_16bit.opt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.