Open In App

AU Full Form

Last Updated : 22 Feb, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

AU is an audio brief, a standard audio format for UNIX sound files. The AU file format is the standard Java programming language audio file format which was first created by Sun Microsystems. Usually, AU files end with a .au  extension. It was originally headerless since it was simply 8-bit μ-law-encoded data with a sample rate of 8000 Hz. Other sample rates are often used by hardware suppliers up to 8192 Hz, often integer several signal frequencies for video clocks. More recent files have six unsigned 32-bit words in their headers, an optional chunk of information, and then a chunk of data.

While the format now supports many formats of audio encoding, the logarithmic encoding remains linked to μ-law. This encoding was originated from hardware SPARCstation 1, where SunOS exposed the application encoding to applications via the /dev/audio interface. The encoding and interface have become the Unix sound standard.

AU file format:

  1. File Description: AU or NeXT/Sun sound file
  2. File Extension: Commonly .au or .snd
  3. File Byte Order: Big-endian
  4. Type of format: audio file format, container format
  5. Container for: Audio, most often μ-law

The encoding type is dependent on the value of the field “encoding” (word 3 of the header). Formats 2 to 7 are linear and therefore technically lossless PCM uncompressed (although not necessarily free of quantization error, especially in an 8-bit form). Formats 1 and 27 respectively are μ-law and A-law, both logarithmic PCM companding representation and probably loss as they pack what would otherwise be nearly sixteen dynamic bits into eight bits of encoded data, although this is achieved with an altered dynamic response and there is no data that is actually “thrown away”

Formats 23 to 26 are ADPCM, an early form of loss compression, usually with 4 bits of encoded data per audio quantitative (for 4:1 efficiency with 16-bit input, or 2:1 with 8-bit; equivalent to e.g. MP3 encoding of CD-quality with a low-quality encoder rate of 352kbit). Many other commands are DSP and/or data designed to be processed using the software NeXT Music Kit.

A variable-length field is the header structure. The contents of this field are currently undefined unless its length is several bytes long and at least one null byte must be completed. The audio data segment starts right after the annotation field at an 8-byte limit. Audio data are encoded in the file header format. The current version only supports one audio data segment per file. Most audio applications are currently unaware of the variable length annotation field.

Note: The signed data is encoded in PCM formats

Example: 
Samples of the 16-bit stereo data files are as follows. The following are examples:

  1. M-Al-A.au (46 kB) –
    AU file, stereo A-law data.
  2. M1-m-P.au (46 kB) –
    AU file, stereo µ-law data.

Similar Reads

VPI Full Form
VPI Stands for Virtual Path Identifier. Its a Combination of an 8-bit field in the header of an ATM cell. It is Basically used for Data Communication Identifier that Established a Virtual path for an asynchronous transfer mode. It is a process of sending data in Small Data Packets. How is VPI Formatted?VPI is are 8 to 16-bit Numeric headers Inside
3 min read
LFU Full Form
LFU stands for Least Frequently Used. It is a cache algorithm that is used to optimize the memory of the computer. In this algorithm, the system keeps a track of how many times a block is referred in memory. When the cache memory is completely filled and demands more room, then the item with the lowest reference frequency is removed. Three operatio
2 min read
PSU Full Form - Public Sector Undertaking
PSU Full Form: Public Sector Undertaking is the full form of PSU. PSU is a corporation, company, or organization that is owned by the government where most of the work is handled by the Central or state government of India. PSUs are government-owned companies that are less concerned about making profits and more focused on nation-building and impro
3 min read
MMS Full Form
MMS (Multimedia Messaging Service) is an extended form of SMS (Short Message Service). Where SMS only includes text messages(160 characters) but MMS also allows images, videos, and audio with up to 1600 characters of text. The basic requirement to send one MMS is that both sender and receiver must have a mobile device that is MMS enabled So that th
4 min read
FMCG Full Form
The full form of FMCG is Fast-moving consumer goods. These items are sold swiftly at cheap prices and used often. FMCG items, also known as consumer packaged goods (CPG), are packaged in small amounts for individual use. Food, drinks, toiletries, cleaning goods, and other home things are FMCG products. The global economy relies on this industry's s
4 min read
DOS Full Form
DOS stands for Disk Operating System. DOS basically refers to any kind of operating system but was majorly used for MS-DOS. DOS provides a command line in which the users can give instructions in the form of commands.MS-DOS gained much popularity in the 1980s and early 1990s. It was considered a stand-alone operating system. The early versions of D
2 min read
COB Full Form
COB Full Form: The acronym COB means "Close of Business." It is a phrase that is frequently used to describe the conclusion of the workday in the business and finance sectors. The term "COB" refers to the moment when a business considers its daily activities, transactions, and administrative chores to be finished. Depending on the company and the s
3 min read
NSS Full Form
The Full form of NSS is National Service System. The Ministry of Youth Affairs and Sports oversees the NSS, a public service initiative. Every year on September 24, the day is celebrated throughout India. In 1969, the 100th year of Mahatma Gandhi's birth, the NSS was launched at 37 universities with 40,000 participants. On September 24, 1969, the p
5 min read
HDMi Full Form
HDMI stands for High Definition Multimedia Interface HDMI works as an interface between any multimedia devices to transfer audio and video signals. It is mainly a port in which cables(known as HDMI cables) are connected to transfer audio and video together. In old TV, monitors HDMI is not supported, they have the support of RCA cables only. Nowaday
5 min read
VGA Full Form
VGA stands for Video Graphics Array. VGA standard was first developed by IBM. It uses analog signals, delivers 640×480 resolution screen with 16 colors at a time and a refresh rate of 60 Hz. It displays a maximum of 256 colours at a time from the 262, 144 colours collection. It consists of a 6-Bit Digital to Analog converter to convert analog red,
3 min read
Article Tags :