summaryrefslogtreecommitdiffstats
path: root/README
blob: 7a0af9cfdc6a2f8f51d40290f50cc9e4dfdb8d3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
A PulseAudio based podcasting application

Thanks to Harry Karvonen for his Python ctypes-based bindings for
PulseAudio.

INSTRUCTIONS
============

This project is only in its infancy right now. There is much that is
broken or missing.  For now, 'cd' to the top of this project and then
run the following command to try it out:

$ cd /some/path/pulsecaster
$ ./pulsecaster.py

GSTREAMER
=========
The pipeline for capturing from a running PulseAudio source:

gst-launch pulsesrc device-name='<NAME>' \
	   ! vorbisenc quality=0.5 \
	   ! oggmux \
	   ! filesink location=foo.ogg