AudioInsert[audio,tnew]
在时间 t 处插入音频信号 new.
AudioInsert[audio,{t1,t2,…}new]
在多个位置插入同样的音频信号.
AudioInsert[audio,{t1new1,…}]
在不同位置插入多个音频信号.
AudioInsert
AudioInsert[audio,tnew]
在时间 t 处插入音频信号 new.
AudioInsert[audio,{t1,t2,…}new]
在多个位置插入同样的音频信号.
AudioInsert[audio,{t1new1,…}]
在不同位置插入多个音频信号.
更多信息
- AudioInsert 可用来把一个或多个音频信号插入到现有音频对象的各个时间点上.
- 时间 t 可以为以下形式:
-
t 用秒给出的时间 Quantity[t,"unit"] 用与秒兼容的 "unit" 给出的时间 Quantity[t,"Samples"] 用采样数目 (number of samples) 给出的时间
范例
打开所有单元 关闭所有单元基本范例 (1)
范围 (2)
a = \!\(\*AudioBox[""]\);AudioInsert[a, {.5, 1} -> AudioGenerator["Sin"]]a = \!\(\*AudioBox[""]\);AudioInsert[a, {.5 -> AudioGenerator["Sin"], 1.5 -> AudioGenerator["White"]}]应用 (1)
a = ExampleData[{"Audio", "PianoScale"}, "Audio"];Spectrogram[a, PlotRange -> {200, 800}]int = AudioIntervals[a, #RMSAmplitude > 0 && TrueQ[#FundamentalFrequency > 260]&, PartitionGranularity -> .1]AudioInsert[a, int[[All, 1]] - .05 -> AudioGenerator["Sin", .1]]属性和关系 (2)
a = \!\(\*AudioBox[""]\);b = \!\(\*AudioBox[""]\);Duration /@ {a, b}AudioInsert[a, .5 -> b]//Durationa = \!\(\*AudioBox[""]\);
b = \!\(\*AudioBox[""]\);Through[{AudioChannels, AudioSampleRate}[{a, b}]]AudioInsert[a, .5 -> b]Through[{AudioChannels, AudioSampleRate}[%]]相关指南
-
▪
- 音频编辑
文本
Wolfram Research (2017),AudioInsert,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AudioInsert.html.
CMS
Wolfram 语言. 2017. "AudioInsert." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/AudioInsert.html.
APA
Wolfram 语言. (2017). AudioInsert. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/AudioInsert.html 年
BibTeX
@misc{reference.wolfram_2026_audioinsert, author="Wolfram Research", title="{AudioInsert}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/AudioInsert.html}", note=[Accessed: 08-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_audioinsert, organization={Wolfram Research}, title={AudioInsert}, year={2017}, url={https://reference.wolfram.com/language/ref/AudioInsert.html}, note=[Accessed: 08-September-2026]}