Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sidi762 committed Feb 17, 2024
1 parent b7d0bdf commit 4a2a1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions hearme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""
This module initializes the digital signal processing package,
providing tools for encoding, decoding, and signal detection.
It facilitates the conversion of textual information into modulated signals
and vice versa, supporting various encoding schemes and modulation techniques.
This module initializes the acoustic signal processing package,
providing tools for encoding and decoding text into audio signals
for acoustic data transmission.
Liang Sidi, 2024
"""
from . import decoder, detector, encoder
Expand Down
2 changes: 1 addition & 1 deletion hearme/detector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Implements signal detection logic to identify the presence
of digital signals using the microphone (with pyaudio).
of sound signals using the microphone (with pyaudio).
This module includes methods for preamble detection,
signal strength analysis, and synchronization to facilitate
accurate decoding.
Expand Down

0 comments on commit 4a2a1b5

Please sign in to comment.