AmmosSource
guix
Last change
on this file since bec3119 was 9db2d9a, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago |
README fixed
|
-
Property mode
set to
100644
|
File size:
899 bytes
|
Rev | Line | |
---|
[9db2d9a] | 1 |
|
---|
| 2 | # Table of Contents
|
---|
| 3 |
|
---|
| 4 | 1. [AmmosReader](#org2244bce)
|
---|
| 5 | 2. [Installation](#orge8b118b)
|
---|
| 6 | 3. [Usage](#orgcea0ee3)
|
---|
| 7 | 1. [audio\_reader.py](#orgae8ea86)
|
---|
| 8 | 2. [iqdw\_reader.py](#orge3ddc95)
|
---|
| 9 | 3. [pdw\_reader.py](#org59847de)
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 |
|
---|
| 13 | <a id="org2244bce"></a>
|
---|
| 14 |
|
---|
| 15 | # AmmosReader
|
---|
| 16 |
|
---|
| 17 | Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos
|
---|
| 18 |
|
---|
| 19 |
|
---|
| 20 | <a id="orge8b118b"></a>
|
---|
| 21 |
|
---|
| 22 | # Installation
|
---|
| 23 |
|
---|
| 24 | git clone http://gitlab.kid.local/kidzg/ammosreader.git
|
---|
| 25 | cd ammosreader
|
---|
| 26 | python3 -m pip install .
|
---|
| 27 |
|
---|
| 28 |
|
---|
| 29 | <a id="orgcea0ee3"></a>
|
---|
| 30 |
|
---|
| 31 | # Usage
|
---|
| 32 |
|
---|
| 33 | The sample\_scripts subdirectory contains multiple scripts.
|
---|
| 34 |
|
---|
| 35 |
|
---|
| 36 | <a id="orgae8ea86"></a>
|
---|
| 37 |
|
---|
| 38 | ## audio\_reader.py
|
---|
| 39 |
|
---|
| 40 | python3 audio_reader.py 'path_to_ammos_file'
|
---|
| 41 |
|
---|
| 42 |
|
---|
| 43 | <a id="orge3ddc95"></a>
|
---|
| 44 |
|
---|
| 45 | ## iqdw\_reader.py
|
---|
| 46 |
|
---|
| 47 | python3 iqdw_reader.py 'path_to_iqdw_file'
|
---|
| 48 |
|
---|
| 49 |
|
---|
| 50 | <a id="org59847de"></a>
|
---|
| 51 |
|
---|
| 52 | ## pdw\_reader.py
|
---|
| 53 |
|
---|
| 54 | python3 pdw_reader.py 'path_to_pdw_file'
|
---|
| 55 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.