Wykres commitów

227 Commity (master)

Autor SHA1 Wiadomość Data
András Veres-Szentkirályi c29f696489 gen_values: siplified increment operation 2013-07-02 14:05:07 +02:00
András Veres-Szentkirályi 92fda0cd1f replaced int(floor()) with int() 2013-07-02 13:51:06 +02:00
András Veres-Szentkirályi 649a4b2140 simplified and optimized offset calculation 2013-07-02 11:55:16 +02:00
András Veres-Szentkirályi dcb194a5f0 gen_values: precalculate sin() param factor 2013-07-02 11:46:01 +02:00
András Veres-Szentkirályi 105fa7b051 color: moved RGB constants to module level 2013-07-02 11:17:40 +02:00
András Veres-Szentkirályi b348a8da0c removed unnecessary variable assignment 2013-07-02 11:12:09 +02:00
András Veres-Szentkirályi 6a4d8bf679 bumped version to v0.1.8 2013-07-01 23:25:13 +02:00
András Veres-Szentkirályi 899ffe8e9b cache pixel tuple length 2013-07-01 23:24:26 +02:00
András Veres-Szentkirályi f0a2076a68 moved multichannel logic to write_wav 2013-07-01 23:14:28 +02:00
András Veres-Szentkirályi 30ec459a22 precalculate additive noise 2013-07-01 20:36:28 +02:00
András Veres-Szentkirályi ee803f0294 bumped version to v0.1.7 2013-07-01 16:46:28 +02:00
András Veres-Szentkirályi 1f5e2963ef avoid min/max function calls per sample 2013-07-01 16:32:00 +02:00
András Veres-Szentkirályi 1a469c43d5 optimized pixel access with explicit load() 2013-07-01 16:20:19 +02:00
András Veres-Szentkirályi 75292e2bee bumped version to v0.1.6 2013-06-26 11:23:53 +02:00
András Veres-Szentkirályi 7560c8f37f replaced struct with array 2013-06-26 11:22:30 +02:00
András Veres-Szentkirályi 808a47fa6d use integer division to avoid float amplitude 2013-06-26 11:21:04 +02:00
András Veres-Szentkirályi 6d7c423b28 bumped version to v0.1.5 2013-06-24 17:05:47 +02:00
András Veres-Szentkirályi 4ce9d15b39 added option for multiple channels 2013-06-24 17:05:21 +02:00
András Veres-Szentkirályi 9a2743cb64 bumped version to v0.1.4 2013-06-24 15:26:33 +02:00
András Veres-Szentkirályi 1b895577a9 updated examples to use absolute import 2013-06-24 15:26:13 +02:00
András Veres-Szentkirályi bb0ce04554 bumped version to v0.1.3 2013-06-24 15:08:40 +02:00
András Veres-Szentkirályi 7cca77b7b5 added __init__.py to examples and tests subdirectories 2013-06-24 14:33:58 +02:00
András Veres-Szentkirályi 24fdb592c2 added PIL requirement to setup.py 2013-06-24 14:33:42 +02:00
András Veres-Szentkirályi de249e64a3 replaced distutils with setuptools 2013-06-24 14:33:31 +02:00
András Veres-Szentkirályi e99f854097 removed unicode_literals from setup.py 2013-06-24 14:33:14 +02:00
András Veres-Szentkirályi 6c6d5b50e5 README: updated command line usage 2013-06-24 14:32:59 +02:00
András Veres-Szentkirályi 384e6838fd include README.md in sdist 2013-06-24 14:32:46 +02:00
András Veres-Szentkirályi 576bf6cccb added setup.py 2013-06-24 14:21:59 +02:00
András Veres-Szentkirályi 1b592a4ad5 fixed relative filenames in tests 2013-06-24 13:41:52 +02:00
András Veres-Szentkirályi 391377551c moved source to pysstv directory 2013-06-24 13:40:57 +02:00
András Veres-Szentkirályi eb5bc8d55b added repeater example 2013-06-24 11:32:03 +02:00
András Veres-Szentkirályi 43d5e616ae renamed examples/pyaudio-sstv.py to be importable 2013-06-24 10:54:10 +02:00
András Veres-Szentkirályi 70246de369 added PIL overlay example 2013-06-20 10:44:32 +02:00
András Veres-Szentkirályi 443e80dc7b added PyAudio direct play example 2013-06-20 10:30:57 +02:00
András Veres-Szentkirályi 8c283727a9 added FSKID 2013-06-19 16:45:47 +02:00
András Veres-Szentkirályi 8e1f888fec avoid unnecessary gen_freq_bits override 2013-06-19 16:17:42 +02:00
András Veres-Szentkirályi b51fae57e5 added VOX tones 2013-06-19 15:44:30 +02:00
András Veres-Szentkirályi bf165b0b1e allow slight differences when comparing float values 2013-06-19 10:34:21 +02:00
András Veres-Szentkirályi 0adf7454d7 Merge branch 'pep8' 2013-06-19 10:25:15 +02:00
András Veres-Szentkirályi f14d0a8e66 Merge pull request #1 from jpf/master
test suite
2013-06-19 01:20:57 -07:00
Joël Franusic 81f25ae4a9 pep8ified run.py 2013-06-18 15:15:18 -07:00
Joël Franusic 3cf902ad89 update requirements.txt to include testing dependencies 2013-06-18 14:57:04 -07:00
Joël Franusic e40f45e593 changed per dnet's suggestions 2013-06-18 14:55:07 -07:00
Joël Franusic 2a84f24c27 decent coverage of colors.py/MartinM1
decent coverage of sstv.py
2013-06-17 18:13:10 -07:00
Joël Franusic 7c3700effa update comments in code based on README.md 2013-06-17 12:52:29 -07:00
Joël Franusic 8f8889a4ac fix merge conflict 2013-06-17 12:44:40 -07:00
Joël Franusic 545ff0f3f2 change demo to mode that works with my SSTV client 2013-06-17 12:32:17 -07:00
Joël Franusic 2cebcec5f5 housekeeping 2013-06-17 12:31:50 -07:00
András Veres-Szentkirályi 8f1e13a7de added LICENSE 2013-06-17 14:10:29 +02:00
András Veres-Szentkirályi 3a81a8ef83 replaced WAV writer with stdlib wave module 2013-06-17 13:44:24 +02:00