Commit Graph

108 Commits

Author SHA1 Message Date
Benoit Quiniou 26d8f3b00a Remove useless commited files 2017-09-11 21:54:14 +02:00
Benoit Quiniou b968726762 Add support for broadcast in emitter 2017-09-11 21:40:25 +02:00
Benoit Quiniou a2f4405129 Fix bug in bit format parsing 2017-08-19 14:12:49 +02:00
Benoit Quiniou 0b1166b039 Fix some troubles in file and pipe backends 2017-08-16 18:10:10 +02:00
Benoit Quiniou 8deaac56e6 Repair pulseaudio backend for emitter. Pipe and File are untested for emitter. Jack is not ready for emitter. 2017-08-16 17:13:44 +02:00
Benoit Quiniou a7c3f4f980 Implement channel map for emitter and update documentation / options accordingly 2017-08-16 15:10:47 +02:00
Benoit Quiniou 979630908d Restore vban_receptor map. Needs more work to have the emitter map 2017-08-16 14:51:02 +02:00
Benoit Quiniou 07650e4240 Fix typo in receptor help 2017-08-16 09:42:53 +02:00
Benoit Quiniou 8fb752a0f8 emitter and receptor confirmed to work. emitter only works with alsa backend 2017-08-16 09:39:00 +02:00
Benoit Quiniou 57beb269c7 Emitter with alsa backend should not be far from working. Needs testing 2017-08-16 09:12:38 +02:00
Benoit Quiniou f374324758 Big rework of the structure in progress. vban_receptor is not far from working ok, vban_emitter is not functional yet. 2017-08-16 08:13:30 +02:00
Benoit Quiniou f8cdb23d17 Remove useless external in logger 2017-08-11 22:12:30 +02:00
Benoit Quiniou 4a98462d86 Improve .gitignore 2017-08-11 22:09:40 +02:00
Benoit Quiniou f165987225 Rename vban_receptor to vban everywhere it was remaining 2017-08-11 22:02:59 +02:00
Benoit Quiniou 113ea91d13 Apply multiple changes to work on emitter 2017-08-11 21:57:12 +02:00
Benoit Quiniou 6244b51a83 Fix compilation 2017-08-11 21:56:40 +02:00
Benoit Quiniou 28db057f5c Rename vban_source to vban_emitter 2017-08-11 21:56:40 +02:00
Benoit Quiniou e2f0e07aca Moved file backend to appropriate folder 2017-08-11 21:56:40 +02:00
Benoit Quiniou e85b87da97 Restore lost change after merge conflict 2017-08-11 21:56:40 +02:00
Benoit Quiniou 1e27286987 you can now configure with no real backend, as pipe backend always exists 2017-08-11 21:56:05 +02:00
Benoit Quiniou 6e97e25b06 add .gitignore to ignore autotools artifacts 2017-08-11 21:56:05 +02:00
Benoit Quiniou cbe6f45a5e reorganize project to have both vban_receptor and vban_source compiled and sharing some source 2017-08-11 21:56:05 +02:00
Benoit Quiniou a86f30df44 Add default 02 optimization 2017-08-10 18:40:09 +02:00
Benoit Quiniou 8408f81d4c Add default 02 optimization + fix compilation warning 2017-08-10 18:39:39 +02:00
quiniouben 534e995b7c Merge pull request #14 from markusbuschhoff/features/url_receptor
A handy perl script to use URLs like vban://[host[:port]][/stream]
2017-08-08 16:39:55 +02:00
quiniouben e97d42612e Merge branch 'master' into features/url_receptor 2017-08-08 16:38:40 +02:00
markusbuschhoff 6083dc2fa6 Using VBanBitResolutionSize instead of own function. 2017-08-08 16:36:34 +02:00
markusbuschhoff dada01fd98 Added file_backend feature, allowing to stream to stdout or a file. 2017-08-08 16:36:34 +02:00
markusbuschhoff 434646f0a5 Added a perl script to call vban_receptor using a vban://host:port/stream URL scheme. 2017-08-05 16:43:05 +02:00
markusbuschhoff 4ac4889a36 Added file_backend feature, allowing to stream to stdout or a file. 2017-08-05 15:34:13 +02:00
Benoit Quiniou 5c5d1118dc replace -Wpedantic with -pedantic, to support more compiler versions 2017-01-25 22:09:09 +01:00
Benoit Quiniou b0285ccf1c jack_backend: make use of jack_ringbuffer. this seems to slightly improve behavior. 2016-12-27 14:13:38 +01:00
Benoit Quiniou 779748bb92 slightly improve jack_backend 2016-12-26 23:38:55 +01:00
Benoit Quiniou 07fadb779f add jack backend support. improve log a bit 2016-12-26 17:58:54 +01:00
Benoit Quiniou 0305c5cf34 improve audio backend option handling + prepare jack backend 2016-12-26 11:36:44 +01:00
Benoit Quiniou 55b7a9bea0 add AC_CONFIG_SRCDIR check 2016-12-23 14:47:36 +01:00
Benoit Quiniou 55c8795893 fix small compilation warning in pipe_backend 2016-12-18 22:18:29 +01:00
Benoit Quiniou e9aef1e2b5 Merge branch 'chrisnorthcott-master' 2016-12-18 22:15:20 +01:00
Chris Northcott 67ec507fa7 Update main.c
add experimental note to usage
2016-12-18 15:53:59 +00:00
Chris Northcott 5258df1aa4 Update Makefile.am
Add pipe backend to makefile.am
2016-12-09 14:28:32 +00:00
Chris Northcott 6881a9f0da Delete pipe_backend.o
Commited a stray .o file by accident :D
2016-12-08 19:32:16 +00:00
Chris Northcott e56aa3ee85 Add named pipe (FIFO) backend - support files 2016-12-08 19:29:51 +00:00
Chris Northcott 90c78c45ab Add named pipe (FIFO) backend - support files 2016-12-08 19:27:22 +00:00
chris d3f84fcf5c Add named pipe (FIFO) backend 2016-12-08 19:17:12 +00:00
Benoit Quiniou e28f596f42 add pulseaudio backend support with configure / make options to use it or not 2016-12-07 13:09:47 +01:00
Benoit Quiniou 6d66a25c8d fix README.md syntaxx 2016-12-02 22:40:34 +01:00
Benoit Quiniou c67c83940c update README with --channels option examples 2016-12-02 22:38:22 +01:00
Benoit Quiniou eeb6cb05c7 update README.md 2016-12-02 22:00:06 +01:00
Benoit Quiniou 681fc79728 add channel selection option 2016-12-02 21:58:27 +01:00
Benoit Quiniou 668a58cfad fix README formatting 2016-05-14 07:35:05 +02:00