summaryrefslogtreecommitdiffstats
path: root/polyp/sample.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-10-27 00:10:12 +0000
committerLennart Poettering <lennart@poettering.net>2004-10-27 00:10:12 +0000
commit148202d432cbb4a303b0008b9ff9d64bdab99a51 (patch)
tree517091453819687756e7f30a273ccab2d89acc27 /polyp/sample.h
parentda45617efc5e3be26d6410857a730c94b32fe24b (diff)
support for latency interpolation
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@256 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/sample.h')
-rw-r--r--polyp/sample.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/sample.h b/polyp/sample.h
index 4ab0b565..a02a50fe 100644
--- a/polyp/sample.h
+++ b/polyp/sample.h
@@ -68,10 +68,10 @@ struct pa_sample_spec {
uint8_t channels; /**< Audio channels. (1 for mono, 2 for stereo, ...) */
};
-/** Type for usec specifications. May be either 32 or 64 bit, depending on the architecture */
+/** Type for usec specifications (unsigned). May be either 32 or 64 bit, depending on the architecture */
typedef uint64_t pa_usec_t;
-/** Return the amount of bytes playback of a second of audio with the speicified sample type takes */
+/** Return the amount of bytes playback of a second of audio with the specified sample type takes */
size_t pa_bytes_per_second(const struct pa_sample_spec *spec);
/** Return the size of a frame with the specific sample type */