mirror of
https://github.com/dnet/pySSTV.git
synced 2026-04-05 14:25:31 +00:00
removed unused import SSTV
This commit is contained in:
parent
c544952603
commit
f55b82db3a
2 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ single precision format, so that it can be processed outside PySSTV.
|
|||
Usage example: get_floats.py | play -r 44100 -t f32 -c 1 --norm -
|
||||
"""
|
||||
|
||||
from pysstv.sstv import SSTV
|
||||
from PIL import Image
|
||||
from pysstv.grayscale import Robot8BW
|
||||
import struct, sys
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ Usage example using unixsstv/gen_values:
|
|||
get_freq_bits.py | gen_values 44100 | play -r 44100 -t f32 -c 1 --norm -
|
||||
"""
|
||||
|
||||
from pysstv.sstv import SSTV
|
||||
from PIL import Image
|
||||
from pysstv.color import MartinM1
|
||||
import struct, sys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue