add CPU load limiter

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@176 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-09-03 20:14:23 +00:00
parent c73a298f88
commit 4a9239f808
10 changed files with 392 additions and 40 deletions

View file

@ -116,6 +116,9 @@ double pa_volume_to_dB(pa_volume_t v);
#define PA_DECIBEL_MININFTY (-200)
#endif
/** Pretty print a byte size value. (i.e. "2.5 MB") */
void pa_bytes_snprint(char *s, size_t l, off_t v);
PA_C_DECL_END
#endif