Skip to content

Commit

Permalink
on second thought, only do that if there's no analogue audio decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
happycube committed Dec 28, 2019
1 parent 8ff2cc1 commit 06e6c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lddecode/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2345,7 +2345,7 @@ def __init__(self, fname_in, fname_out, freader, analog_audio = 0, digital_audio
self.digital_audio = digital_audio

self.has_analog_audio = True
if system == 'PAL' and digital_audio:
if system == 'PAL' and analog_audio == 0:
self.has_analog_audio = False

self.outfile_json = None
Expand Down

2 comments on commit 06e6c8f

@IanSmallshire
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was just thinking... is this OK with the AIV discs where they have Both EFM and Analogue audio but not at the same time?

@happycube
Copy link
Owner Author

@happycube happycube commented on 06e6c8f Dec 28, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.