refactor chopper out of wsjt

This commit is contained in:
Jakob Ketterl
2020-04-22 23:53:19 +02:00
parent 9622cd6a2a
commit 0120b33a25
4 changed files with 249 additions and 231 deletions

View File

@ -1,4 +1,4 @@
from .wsjt import WsjtChopper
from .audio import AudioChopperProfile
from .parser import Parser
import re
from js8py import Js8
@ -12,7 +12,7 @@ import logging
logger = logging.getLogger(__name__)
class Js8Chopper(WsjtChopper):
class Js8NormalProfile(AudioChopperProfile):
def getInterval(self):
return 15