Changeset 34f7c44 in ammosreader


Ignore:
Timestamp:
05/05/22 09:23:14 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
7bdcacf
Parents:
a4a96fd
Message:

annotations module added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ammosreader/AmmosAudioSocketReader.py

    ra4a96fd r34f7c44  
    11"""I read a Ammos datastream from a socket."""
    22
     3from __future__ import annotations
    34import socket
    45from collections import deque
    5 
    66import numpy as np
    77from ammosreader.AmmosAudioDataHeader import AmmosAudioDataHeader
Note: See TracChangeset for help on using the changeset viewer.