[banshee] [audio-profiles] Sync AAC profile with Novell AAC profile
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [audio-profiles] Sync AAC profile with Novell AAC profile
- Date: Mon, 20 Sep 2010 20:35:05 +0000 (UTC)
commit 0d4b213b953727fdc15d3c901b24afcbbfeabad5
Author: Gabriel Burt <gabriel burt gmail com>
Date: Mon Sep 20 15:32:46 2010 -0500
[audio-profiles] Sync AAC profile with Novell AAC profile
In particular, its mimetypes, bitrate options, and description. Should
probably also copy its outputformat=0 default.
data/audio-profiles/aac.xml.in | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/data/audio-profiles/aac.xml.in b/data/audio-profiles/aac.xml.in
index aa8549a..05c0736 100644
--- a/data/audio-profiles/aac.xml.in
+++ b/data/audio-profiles/aac.xml.in
@@ -2,12 +2,18 @@
<audio-profiles>
<profiles>
<profile id="faac-aac">
- <_name>Advanced Audio Coding (AAC)</_name>
- <_description>Proprietary and standardized format that is superior to MP3, but not as popular.</_description>
+ <_name>AAC (FAAC Encoder)</_name>
+ <_description>Designed to be the successor of the MP3 format, AAC generally achieves better sound quality than MP3 at many bit rates.</_description>
<output-file-extension>m4a</output-file-extension>
- <mimetype>audio/x-m4a</mimetype>
+ <mimetype>audio/aac</mimetype>
<mimetype>audio/mp4</mimetype>
+ <mimetype>audio/m4a</mimetype>
+ <mimetype>audio/x-aac</mimetype>
+ <mimetype>audio/x-mp4</mimetype>
+ <mimetype>audio/x-m4a</mimetype>
+ <mimetype>taglib/aac</mimetype>
<mimetype>taglib/mp4</mimetype>
+ <mimetype>taglib/m4a</mimetype>
<pipeline>
<process id="gstreamer">
<![CDATA[
@@ -25,7 +31,10 @@
<default-value>128</default-value>
<possible-values>
<value value="8">8 Kbps</value>
+ <value value="16">16 Kbps</value>
<value value="32">32 Kbps</value>
+ <value value="48">48 Kbps</value>
+ <value value="64">64 Kbps</value>
<value value="96">96 Kbps</value>
<value value="128">128 Kbps</value>
<value value="160">160 Kbps</value>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]