Update README.md
This commit is contained in:
parent
9dcab22181
commit
45567e0ab4
|
|
@ -1,6 +1,8 @@
|
||||||
|
|
||||||
|
|
||||||
Current feat: Working Playback with glitches due to missing feedback clock resync
|
Current feat:
|
||||||
|
- Vendor Specific Config & Initialization,
|
||||||
|
- Working Playback with glitches due to missing feedback clock resync(maybe)
|
||||||
|
|
||||||
To run or compile you need pulseaudio and libusb:
|
To run or compile you need pulseaudio and libusb:
|
||||||
|
|
||||||
|
|
@ -29,4 +31,4 @@ sudo xbps-install -S
|
||||||
sudo xbps-install base-devel pulseaudio libusb
|
sudo xbps-install base-devel pulseaudio libusb
|
||||||
gcc -o tascam_streamer tascam_fifo_streamer.c -lusb-1.0 -Wall -Wextra -pedantic -std=c11
|
gcc -o tascam_streamer tascam_fifo_streamer.c -lusb-1.0 -Wall -Wextra -pedantic -std=c11
|
||||||
chmod +x run_tascam_streamer.sh
|
chmod +x run_tascam_streamer.sh
|
||||||
./run_tascam_streamer.sh
|
./run_tascam_streamer.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue