Skip to content

Commit

Permalink
Apparently SAA7131 produces 1440 samples per line
Browse files Browse the repository at this point in the history
Also it needs a slightly wider start_range to find lines.
  • Loading branch information
ali1234 committed Apr 6, 2019
1 parent e56a914 commit b07f6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teletext/vbi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class Config(object):
},
'saa7131': {
'sample_rate': 27000000.0,
'line_length': 1600,
'line_start_range': (0, 15),
'line_length': 1440,
'line_start_range': (0, 20),
}
}

Expand Down

0 comments on commit b07f6a6

Please sign in to comment.