Lennart Poettering
14e89d4ecd
when calculating volume from dB use ceil()
2009-04-08 03:47:48 +02:00
Lennart Poettering
4ff41ecbb0
print smallest attenuation/sample
2009-04-08 03:47:18 +02:00
kkrothap
091a0f26c5
Sending translation for po/te.po
2009-04-07 23:24:11 +00:00
kmilos
f5eca5daee
Sending translation for po/sr@latin.po
2009-04-07 22:17:08 +00:00
kmilos
7202d529b5
Sending translation for Serbian
2009-04-07 22:16:13 +00:00
mgiri
5b0d1bfe03
Sending translation for Oriya
2009-04-07 21:01:58 +00:00
mgiri
54c895c009
Sending translation for po/or.po
2009-04-07 20:35:51 +00:00
runab
7154f069cc
Sending translation for po/bn_IN.po
2009-04-07 19:27:38 +00:00
Lennart Poettering
aacb11bb40
update documentation regarding stream timing a bit
2009-04-07 17:53:51 +02:00
swkothar
ff2dc1ba66
Sending translation for Gujarati
2009-04-07 08:59:51 +00:00
shanky
682c101604
Sending translation for po/kn.po
2009-04-07 05:45:55 +00:00
Lennart Poettering
c523b16d33
after propagating a sink volume change to the sink inputs recalculate their soft volumes
2009-04-07 04:47:58 +02:00
Lennart Poettering
93e14d3e62
we need to make our multiplications with linear values
2009-04-07 04:05:03 +02:00
Lennart Poettering
02686cce6d
reduce number of conversions to/from linear volumes
2009-04-07 04:04:19 +02:00
Lennart Poettering
d612fbb802
compare with doubles, not integer
2009-04-07 04:02:25 +02:00
Lennart Poettering
e356a03ab2
If the sink volume is lowered to 0 and then increased again, make sure all stream volumes follow instead of staying at 0
2009-04-07 01:21:07 +02:00
Lennart Poettering
2c2713a72c
make use of SO_TIMESTAMP timestamp for accuracy and leave smoother paused until we have data
2009-04-07 00:50:47 +02:00
Lennart Poettering
f204c0fe43
mark null sink as support dynamic latency
2009-04-07 00:48:09 +02:00
Lennart Poettering
298bd0b0c6
adjust max_rewind/max_request whenever the latency changes
2009-04-07 00:47:55 +02:00
Lennart Poettering
e976034063
send the source latency based on the MTU size
2009-04-07 00:47:13 +02:00
Lennart Poettering
61b07768c2
add suspend_within_thread() callbacks to pa_sink_input/pa_source_output
2009-04-07 00:46:20 +02:00
Lennart Poettering
35a4a0baa8
enable debugging output based on if DEBUG_DATA macro is set
2009-04-07 00:41:45 +02:00
Lennart Poettering
886ddc33d8
make sure we don't apply sampling rate fixes that bring the sampling freq > PA_RATE_MAX
...
Fixes #525
2009-04-06 23:02:50 +02:00
Lennart Poettering
e61728e67a
Make sure we don't get stuck when prebuf is too high
...
If prebuf is greater than tlength minus minreq we might end up waiting
for the buffer to fill up further however without ever asking for more
data from the client since less minreq bytes might be missing.
This fixes bug #440
2009-04-06 22:13:41 +02:00
Lennart Poettering
ff8d66d82e
extend documentation for pa_stream_cork() a bit
2009-04-06 22:06:50 +02:00
Lennart Poettering
7fc2382a0a
properly handle interpolation when queried x is left of last data position
2009-04-06 16:38:38 +02:00
swkothar
f5987767fe
Sending translation for Gujarati
2009-04-06 11:59:51 +00:00
swkothar
b9b470e91b
Sending translation for Gujarati
2009-04-06 09:51:30 +00:00
swkothar
4c0a2e0b83
Sending translation for po/gu.po
2009-04-06 09:26:53 +00:00
sandeeps
a55c236ef1
Sending translation for po/mr.po
2009-04-06 08:16:23 +00:00
Lennart Poettering
daa945aa32
don't fail device reservation if the D-Bus connection is dead
2009-04-06 04:21:26 +02:00
Lennart Poettering
4b521e5d24
be a bit more verbose about the busses we are connected to
2009-04-06 04:20:12 +02:00
Lennart Poettering
90f4fdb071
make sure we keep a reference of the bus connection during the whole runtime if we manage to acquire the bus name
2009-04-06 02:31:22 +02:00
leahliu
f709f2b29d
Sending translation for Chinese (Simplified)
2009-04-06 00:28:32 +00:00
soko
6c0ce4df37
Sending translation for po/sr@latin.po
2009-04-05 23:01:58 +00:00
soko
c66e3fd59c
Sending translation for Serbian
2009-04-05 23:01:26 +00:00
raven
015d66e4b3
Sending translation for Polish
2009-04-05 14:13:50 +00:00
vpv
4053e35a41
Sending translation for Finnish
2009-04-05 13:26:48 +00:00
vpv
d5e8488b81
Sending translation for Finnish
2009-04-05 12:09:35 +00:00
vpv
f5ec1107e4
Sending translation for Finnish
2009-04-05 10:48:58 +00:00
Lennart Poettering
ecba42bd30
run make po-update
2009-04-05 03:16:04 +02:00
Lennart Poettering
9416cdf63a
Merge commit 'origin/master-tx'
2009-04-05 03:15:00 +02:00
Lennart Poettering
6ba3333030
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
2009-04-05 03:05:51 +02:00
Lennart Poettering
923c5bc5bf
make it easy to disable interpolation in the interpolation test tool
2009-04-05 03:04:22 +02:00
Lennart Poettering
14e11e4533
Fix a couple of races in native protocol
...
Also make sure we account for recording memblock that are currently 'on
the fly' between the main and the IO thread.
Also makes a couple of timing calls that were done in different calls
in a single inter-thread call. That way there is a better guarantee that
they match up.
2009-04-05 02:59:02 +02:00
Lennart Poettering
7dafa87b68
don't try to outsmart the transport
2009-04-05 02:50:32 +02:00
Lennart Poettering
ce73e715c9
introduce pa_{sink|source}_get_latency_within_thread()
2009-04-05 02:46:38 +02:00
Lennart Poettering
d035f4a3f3
Modify smoothing code to make cubic interpolation optional and allow 'quick fixups' on resuming
...
The primary reason for this change is to allow time graphs that do not
go through the origin and hence smoothing starting from the origin is
not desired. This change will allow passing time data into the smoother
while paused and then abruptly use that data without smoothing using the
'quick fixup' flag when resuming.
Primary use case is allowing recording time graphs where the data
recorded originates from a time before the stream was created. The
resulting graft will be shifted and should not be smoothened to go
through the origin.
2009-04-05 02:26:02 +02:00
vpv
82d1301e9c
Sending translation for Finnish
2009-04-04 22:10:50 +00:00
Lennart Poettering
ca39fa2c6f
initialize sound cards only after the 'control' object appeared
2009-04-04 04:13:58 +02:00