Package
attenlabs-saa (Python)
Version
0.6.1
What happened?
The README states that feed_audio accepts a sample_rate= parameter and "it'll resample" when audio isn't already 16kHz, but it doesn't document:
- What resampling method/quality is used (linear, polyphase, etc.)
- Whether resampling adds noticeable latency for real-time use cases (e.g. an 8kHz Twilio call)
- Whether
sample_rate needs to be passed on every feed_audio() call or only once at setup
Expected: the README or docstring would clarify resampling method, latency impact, and call-frequency requirements.
Actual: only one line mentions resampling exists, with no further detail.
Steps to reproduce
- Read packages/saa-py/README.md, "Feeding external audio" section
- Note the line: "pass
sample_rate= if your audio isn't already 16 kHz and it'll resample"
- No further detail on resampling method, latency, or per-call vs one-time usage is given anywhere in the README or linked docs
Environment
N/A — documentation issue, not runtime-specific
Logs / errors
Package
attenlabs-saa (Python)
Version
0.6.1
What happened?
The README states that
feed_audioaccepts asample_rate=parameter and "it'll resample" when audio isn't already 16kHz, but it doesn't document:sample_rateneeds to be passed on everyfeed_audio()call or only once at setupExpected: the README or docstring would clarify resampling method, latency impact, and call-frequency requirements.
Actual: only one line mentions resampling exists, with no further detail.
Steps to reproduce
sample_rate=if your audio isn't already 16 kHz and it'll resample"Environment
N/A — documentation issue, not runtime-specific
Logs / errors