Marcin Kondej
|
f4c1d038e6
|
Added option to use GPIO21 instead of GPIO4
|
2020-03-30 10:25:59 +02:00 |
Marcin Kondej
|
97bf94d3f6
|
Added RPi 4 running note
|
2020-03-21 21:50:44 +01:00 |
Marcin Kondej
|
28844723a8
|
Reverted default bandwidth value
|
2020-03-21 01:26:51 +01:00 |
Marcin Kondej
|
289452df12
|
Fixed segmentation fault
|
2020-03-21 00:43:58 +01:00 |
Marcin Kondej
|
a318ccf1ef
|
Fixed loading samples
|
2020-03-06 00:28:17 +01:00 |
Marcin Kondej
|
0d5a748764
|
Code refactored for transparency
|
2020-03-02 14:51:55 +01:00 |
Marcin Kondej
|
7c623eb5df
|
Merge pull request #103 from CyberFlameGO/master
README edits
|
2020-02-14 17:22:31 +01:00 |
Aaron Lowe
|
2382a6ef4d
|
Update README.md
fixed some stuff and added a new line explaining the arecord plughw
|
2020-01-25 11:35:29 +13:00 |
Aaron Lowe
|
31a6ffdb35
|
Update README.md
|
2020-01-25 11:33:02 +13:00 |
Aaron Lowe
|
558bcf2a88
|
Update readme
Fixed grammar and provided some formatting
|
2020-01-25 11:32:35 +13:00 |
Marcin Kondej
|
7254ce8b67
|
Removed bad preemphasis filter
|
2019-12-19 04:35:57 +01:00 |
Marcin Kondej
|
302e6edc59
|
Use of native STL vector data pointer
|
2019-12-19 03:48:51 +01:00 |
Marcin Kondej
|
250f543d8e
|
Changed destructor definition for singleton
|
2019-12-17 10:55:56 +01:00 |
Marcin Kondej
|
389bd14c92
|
Use of native STL vector data pointer
|
2019-10-29 02:04:55 +01:00 |
Marcin Kondej
|
c735b6f834
|
Small tweaks
|
2019-10-08 01:01:48 +02:00 |
Marcin Kondej
|
1f09564083
|
Merge branch 'master' of https://github.com/markondej/fm_transmitter
|
2019-10-07 17:07:25 +02:00 |
Marcin Kondej
|
94d77d7079
|
Improved exception handling
|
2019-10-07 17:06:29 +02:00 |
Marcin Kondej
|
53164aa8c4
|
Added lambda function for mutex unlocking
|
2019-10-04 00:59:42 +02:00 |
Marcin Kondej
|
679edbe773
|
Fixed logical conditions for thread blocking
|
2019-10-01 09:51:24 +02:00 |
Marcin Kondej
|
1766504aa8
|
Small code tweaks
|
2019-09-27 21:19:17 +02:00 |
Marcin Kondej
|
8d44b2f396
|
Using mutex to synchronize threads
Using mutex to synchronize threads
|
2019-09-27 21:02:46 +02:00 |
Marcin Kondej
|
da70869d3b
|
Using mutex to synchronize threads
|
2019-09-27 20:57:12 +02:00 |
Marcin Kondej
|
a85a77342a
|
Using mutex to synchronize threads
|
2019-09-27 11:17:03 +02:00 |
Marcin Kondej
|
760bbb44ad
|
Using sleep_for instead of usleep
|
2019-09-27 09:59:23 +02:00 |
Marcin Kondej
|
3a68f2f3e8
|
Using lambda functions
|
2019-09-27 03:02:34 +02:00 |
Marcin Kondej
|
f5762bdc98
|
Static properties initialization tweak
|
2019-09-26 23:43:31 +02:00 |
Marcin Kondej
|
bf245988fe
|
Simplified exception handling
|
2019-09-26 21:19:47 +02:00 |
Marcin Kondej
|
f2b6d6ad40
|
Merge pull request #87 from markondej/float
Use float instead of double
|
2019-09-26 17:11:55 +02:00 |
Marcin Kondej
|
f0966e73a3
|
Use float instead of double
|
2019-09-26 17:08:06 +02:00 |
Marcin Kondej
|
0b7423090f
|
Exception handling
|
2019-09-26 13:51:56 +02:00 |
Marcin Kondej
|
92eed0b220
|
Merge pull request #86 from markondej/merge_pointers_to_master
Merge pointers to master
|
2019-09-26 13:26:42 +02:00 |
Marcin Kondej
|
088da0d9f3
|
Merge branch 'poiners' into merge_pointers_to_master
|
2019-09-26 13:25:05 +02:00 |
Marcin Kondej
|
06ac0ec6a1
|
Code refactor, less pointers
|
2019-09-26 13:12:21 +02:00 |
Marcin Kondej
|
6aa0ea281f
|
WaveReader code refactor
|
2019-09-26 12:02:41 +02:00 |
Marcin Kondej
|
13ee37062c
|
Merge pull request #84 from markondej/exception_handling
Exception handling
|
2019-09-26 11:24:10 +02:00 |
Marcin Kondej
|
729856c288
|
Using std::runtime_error instead of custom exception class
|
2019-09-26 11:19:43 +02:00 |
Marcin Kondej
|
2ba34dd293
|
Exception handling fix
|
2019-09-26 10:17:26 +02:00 |
Marcin Kondej
|
ae347b1faa
|
Merge pull request #83 from markondej/type_casting
Appropriate pointer casting added
|
2019-09-25 14:18:45 +02:00 |
Marcin Kondej
|
d018306aa0
|
Appropriate pointer casting added
|
2019-09-25 14:14:20 +02:00 |
Marcin Kondej
|
b1780b5379
|
Fixed WAVE header elements type definitions
|
2019-09-25 02:45:49 +02:00 |
Marcin Kondej
|
75ef31513c
|
Merge pull request #82 from markondej/c++11_update
C++11 Update
|
2019-09-25 02:37:39 +02:00 |
Marcin Kondej
|
01fe181516
|
C++11 Update
|
2019-09-25 02:22:48 +02:00 |
Marcin Kondej
|
18a754e21a
|
Merge pull request #81 from markondej/rpi4_support
Rpi4 support
|
2019-09-12 16:01:05 +02:00 |
Marcin Kondej
|
5d308e7cd0
|
Different PLLD frequency support
|
2019-09-12 15:57:38 +02:00 |
Marcin Kondej
|
4883cc3572
|
Fix for RPi4
|
2019-09-12 08:57:24 +02:00 |
Marcin Kondej
|
6111460681
|
Performance tweak
|
2019-02-06 01:57:12 +01:00 |
Marcin Kondej
|
b80e17e87a
|
Changed variable name
|
2019-02-04 13:09:27 +01:00 |
Marcin Kondej
|
857077f90b
|
Merge pull request #74 from markondej/tweaks
Tweaked memory handling
|
2019-02-04 03:35:48 +01:00 |
Marcin Kondej
|
9aaac48e86
|
Tweaked memory handling
|
2019-02-04 03:09:33 +01:00 |
Marcin Kondej
|
8b758d9fbb
|
Merge pull request #71 from markondej/peripheral_memory_mapping
Proper peripheral address mapping
|
2019-01-15 01:24:21 +01:00 |