Opened 16 years ago
Last modified 16 years ago
#6975 closed enhancement
New Audio Setup and additional audio capabilities — at Version 4
Reported by: | JYA | Owned by: | JYA |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | yes |
Description (last modified by )
The aim of this ticket is to simplify the current MythTV Audio configuration while adding extra functionalities.
*It combines earlier ticket (#5900) by "foobum" ; providing upmixing capabilities and 5.1 AC3 re-encoding. The upmixer can be enable/diabled at any time by pressing Ctrl-U.
*Internal volume control (ticket #6279) to work even when audio is output via a digital device (including 'passthru' and upmixed AC-3). When setting the mixer to "software", gives mythtv the capability to control the volume of all content (including AC3 and DTS)
*Simplification of the Setup/General/Audio screen, only presenting the options when they are relevant to the selected speaker configuration.
*Remove settings that aren't relevant anymore or that only created problem (like aggressive soundcard buffer)
*Simplify the stereo/surround configuration. Previously you had to set the number of speakers to stereo in order to get digital multi-channels.
*Various fixes across the board
Change History (10)
by , 16 years ago
Attachment: | new_audio.diff added |
---|
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
new_audio-21955 fixes the two remaining problems. 1- Correctly re-order AAC audio when using ffmpeg/FAAC 2- Fix issues when playing mono audio. Under some circumstances (like using digital output) a mono audio track would give you no sound
by , 16 years ago
Attachment: | new_audio-21955.diff added |
---|
Fix remaining issues.... Mono audio playback and AAC channel ordering
by , 16 years ago
Attachment: | new_audio-21956.diff added |
---|
Simplify mono to stereo conversion using C++ templates (version 2)
New audio setup + upmixer + software volume control patch