Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: chrome/browser/copresence/chrome_whispernet_config.h

Issue 940123004: Convert audio samples in Whispernet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/copresence/chrome_whispernet_config.h
diff --git a/chrome/browser/copresence/chrome_whispernet_config.h b/chrome/browser/copresence/chrome_whispernet_config.h
index 6aab63dd5917ecf8acde3def60433e7d40cb8b22..256a4ed9f8f440c07baed137f33b0f1a156f66a1 100644
--- a/chrome/browser/copresence/chrome_whispernet_config.h
+++ b/chrome/browser/copresence/chrome_whispernet_config.h
@@ -19,6 +19,7 @@ struct AudioDsssParams {
double desired_carrier_frequency;
int64_t use_crc_16;
double coder_sample_rate;
+ double recording_sample_rate;
int64_t bits_per_symbol;
int64_t min_cycles_per_frame;
int64_t baseband_decimation_factor;
@@ -38,6 +39,7 @@ struct AudioDtmfParams {
int64_t include_parity_symbol;
int64_t use_crc_16;
double coder_sample_rate;
+ double recording_sample_rate;
int64_t baseband_decimation_factor;
int64_t frequencies_per_symbol;
int64_t window_duration_millis;

Powered by Google App Engine
This is Rietveld 408576698