summaryrefslogtreecommitdiff
path: root/src/modules/module-waveout.c
Commit message (Expand)AuthorAgeFilesLines
* Win32: Use WAVEFORMATEX for multi-channel audio output on Windows.Edward Lee2021-03-231-21/+87
* waveout: Fix compile warningsPatrick Gaskin2021-01-131-2/+3
* core: Expose API to elevate a thread to realtime priorityArun Raghavan2018-06-211-1/+1
* build-sys: Stop using symdef headers for modulesArun Raghavan2017-12-121-2/+0
* source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini2017-04-171-2/+2
* waveout: add argument deprecation errorMoritz Bruder2017-03-071-1/+11
* waveout: fix wrong input deviceMoritz Bruder2017-03-071-27/+62
* don't assume that pa_asyncq_new() always succeedsTanu Kaskinen2016-12-201-1/+5
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* rtpoll: Fixup pa_rtpoll_runDavid Henningsson2014-11-101-1/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-5/+5
* waveout: Simplify setting the device descriptionTanu Kaskinen2013-06-281-6/+2
* modules: Micro-optimisation for rewind_requested pathsArun Raghavan2012-11-161-1/+1
* sink: Process rewind requests also when suspended.Tanu Kaskinen2012-11-161-3/+6
* devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie2011-07-191-2/+2
* module-waveout: Correctly handle mono volume controls on waveout deviceMaarten Bosmans2011-07-031-4/+23
* Remove unnecessary #includesMaarten Bosmans2011-06-221-3/+0
* Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-03-201-42/+91
|\
| * module-waveout: Fix record/playback argsMaarten Bosmans2011-03-191-8/+12
| * module-waveout: Move thread creationMaarten Bosmans2011-03-191-9/+13
| * module-waveout: Query device for supported samplerateMaarten Bosmans2011-03-191-23/+36
| * module-waveout: Add device_name parameterMaarten Bosmans2011-03-151-2/+30
* | Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans2011-03-181-3/+3
|/
* module-waveout: Adapted to updated APIMaarten Bosmans2011-02-171-168/+227
* volume: Clamp volume to PA_VOLUME_MAXArun Raghavan2010-10-151-2/+2
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-2/+2
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* we don't want to include assert.h anymoreLennart Poettering2007-10-291-1/+0
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Allow specification of device number.Pierre Ossman2007-02-121-3/+12
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-11/+11
* Remove silence generation in waveout module.Pierre Ossman2006-08-221-50/+33
* Fix memory leak in waveout module.Pierre Ossman2006-08-221-0/+3
* Log when there is a problem opening the waveOut/waveIn device.Pierre Ossman2006-08-221-3/+9
* Fix typo.Pierre Ossman2006-08-221-1/+1
* Add missing header.Pierre Ossman2006-08-221-0/+1
* Fix call to pa_memblock_new().Pierre Ossman2006-08-221-2/+2
* remove all occurences of Lennart Poettering2006-08-181-12/+12
* make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-121-3/+2
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-2/+2
* set is_hardware flag for a few hw pluginsLennart Poettering2006-07-161-0/+2
* big s/polyp/pulse/gLennart Poettering2006-06-191-13/+13
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* Set default channel map system for waveout module.Pierre Ossman2006-05-171-1/+1
* Channel map argument support for waveout.Pierre Ossman2006-04-271-4/+16
* WaveOut needs to have rather large chunks. This is about as low as we canPierre Ossman2006-04-191-3/+9
* Update hardware volume to a correct initial value.Pierre Ossman2006-02-231-0/+4
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-14/+14