Opened 16 years ago
Closed 16 years ago
Last modified 16 years ago
#8773 closed defect (fixed)
Use of 48k override advanced audio setting resamples all audio
| Reported by: | Owned by: | JYA | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - Audio Output | Version: | Master Head |
| Severity: | medium | Keywords: | 48k audio |
| Cc: | Ticket locked: | no |
Description
If the advanced audio setting "48k override" is enabled, then all audio is resampled - even if it is already sampled at 48k.
The attached patch should address this.
Attachments (1)
Change History (4)
comment:1 by , 16 years ago
| Status: | new → assigned |
|---|
by , 16 years ago
| Attachment: | dont_resample_48k.diff added |
|---|
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 16 years ago
| Milestone: | unknown → 0.24 |
|---|
Note:
See TracTickets
for help on using tickets.

(In [25875]) Do not resample if 48k override is on and audio is already 48k. Fixes #8773