.DTS 文件扩展名

DTS Encoded Audio File

开发者 不适用
受欢迎程度
3.1  |  22 
 
🔍使用File Helper直接在您的网络浏览器中打开 .DTS 文件在线查看

什么是 DTS 文件?

Multi-channel audio file encoded in the Digital Theater Systems (DTS) format; saves five tracks of audio data used for surround sound; channels include center, left-front, right-front, left-rear, and right-rear.

更多信息

注: In order to play all channels of a DTS file, the output and speaker setup must support 5 channel audio. For example, this may be accomplished by using an optical out connection with a surround speaker system.

可打开 DTS 文件的程序

分类: 音频
更新时间: 2014-10-30

Device Tree Source File

开发者 DeviceTree
受欢迎程度
4.0  |  4 
 

A DTS file is a device tree (or devicetree) source file. It contains plain text data that describes a computer's hardware. DTS files are meant to be compiled into .DTB files, which are used by the Linux kernel.

更多信息

在 Microsoft Visual Studio Code 中打开的 .dts 文件截图
在 Microsoft Visual Studio Code 中打开的 DTS 文件

Device trees are files that an operating system's kernel, or core program, uses to manage and communicate with the computer's hardware. Because different computers contain different hardware, they use different device trees.

A DTS file is the source file used to create a computer's device tree. It contains a list of nodes, properties, and child nodes that describes what hardware a computer contains. For example, a DTS file describes the computer's CPU, memory, buses, and peripherals (such as the computer's keyboard).

DTS files are compiled into DTB (Device Tree Blob) files, which are binary files that a computer uses during the booting process. DTS files are compiled using a DTC, or device tree compiler.

如何打开 DTS 文件

Because DTS files are plain text files, you can open and edit them in any text editor, including GitHub Atom (cross-platform), GNU Emacs (cross-platform), and Vim (Linux).

How do I compile a DTS file into a DTB file?

To compile a DTS file into a DTB file, you must invoke Linux's device tree compiler. The device tree compiler is stored in linux-xlnx/​scripts/​dtc and must itself be compiled to be used. After compiling the DTC, you can invoke it using the dtc command. For example, to compile a DTS file into a DTB file, you can enter the command dtc -I dts -O dtb -o filename.dtb filename.dts.

可打开或引用 DTS 文件的程序

Windows
操作系统自带
免费
免费
Mac
操作系统自带
免费
免费
Linux
免费
免费
免费
Chrome OS
操作系统自带
分类: 设置
更新时间: 2021-05-13

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的所有文件格式和软件程序。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们