AudioType

AudioType[audio]

返回用于代表 Audio 对象 audio 样本的数据类型.

更多信息

  • AudioType 返回的可能类型有:
  • "SignedInteger8" 的带符号的 8 位整数
    "SignedInteger16" 的带符号的 16 位整数
    "SignedInteger32" 的带符号的 32 位整数
    "Real32"单精度实数(32 位)
    "Real64"双精度实数(64 位)

范例

打开所有单元关闭所有单元

基本范例  (3)

提取音频对象的类型:

即时音频对象:

假定核外 (out-of-core) 音频对象为 "Real32" 类型:

范围  (6)

生成类型为 "SignedInteger8" 的音频对象:

提取类型:

16 位音频对象:

"Real32" 音频对象:

使用 Audio 构建,将音频对象转换为不同类型:

比较不同数据类型的比特数:

核外(out-of-core)音频对象的比特数不会因为数据类型变大而增加:

储存文件的比特数各不相同:

核外(out-of-core)音频对象的比特数相同:

可能存在的问题  (1)

核外 (out-of-core) 音频对象只支持 "Real32" 类型:

导入音频类型与储存在文件里的音频类型不同:

Wolfram Research (2016),AudioType,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AudioType.html (更新于 2019 年).

文本

Wolfram Research (2016),AudioType,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AudioType.html (更新于 2019 年).

CMS

Wolfram 语言. 2016. "AudioType." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2019. https://reference.wolfram.com/language/ref/AudioType.html.

APA

Wolfram 语言. (2016). AudioType. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/AudioType.html 年

BibTeX

@misc{reference.wolfram_2024_audiotype, author="Wolfram Research", title="{AudioType}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/AudioType.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_audiotype, organization={Wolfram Research}, title={AudioType}, year={2019}, url={https://reference.wolfram.com/language/ref/AudioType.html}, note=[Accessed: 22-November-2024 ]}