@@ -13,9 +13,16 @@ At the moment JDSP and Viper4Linux are not compatible. Trying to start them both
1313
1414For now, I will only include the basics in the readme. More details will be added later.
1515
16- ## Setup
16+ ### Technical Data
17+ Supported sample formats:
18+ * 32-bit float (LE)
19+ * 32-bit int (LE)
1720
18- Install gstreamer-1.0 and some tools to build the gstreamer plugin. (If you have already installed Viper4Linux before, you can skip this step...)
21+ Supported samplerates:
22+ * 44100
23+ * 48000
24+
25+ ## Setup
1926
2027### Arch
2128
@@ -28,6 +35,7 @@ Please check the [workarounds section](#workarounds) if you encounter any proble
2835![ AUR version] ( https://img.shields.io/aur/version/jdsp4linux-git?label=aur )
2936
3037### Manually
38+ Install gstreamer-1.0 and some tools to build the gstreamer plugin. (If you have already installed Viper4Linux before, you can skip this step...)
3139
3240#### Debian
3341``` bash
@@ -57,7 +65,7 @@ sudo cp src/.libs/libgstjdspfx.so /usr/lib/x86_64-linux-gnu/gstreamer-1.0/
5765```
5866#### Arch
5967``` bash
60- sudo cp libgstjdspfx.so /usr/lib/gstreamer-1.0/
68+ sudo cp src/.libs/ libgstjdspfx.so /usr/lib/gstreamer-1.0/
6169```
6270If everything went alright gst-inspect-1.0 should display all element properties of the JDSP plugin:
6371``` bash
@@ -86,10 +94,11 @@ jdsp stop
8694```
8795Like I said, work-in-progress != stable, so use it with caution.
8896
89- By the way, if you try to use a corrupted VDC file your ears will be effectively destructed by blasting white noise at them, so don't do that :)
90-
91- (I will implement some kind of validation later)
9297## Workarounds
98+ ### Error: no element "device"
99+ As described [ here] ( https://github.com/noahbliss/Viper4Linux#configuration ) , you can set a custom alsa path.
100+ For now, you can follow the instructions over there, but make sure you drop the devices.conf in ` ~/.config/jamesdsp ` .
101+
93102### Fix crackling/choppy sound
94103_ Set the default samplerate to 48000Hz in pulseaudio's config:_
95104
@@ -105,9 +114,6 @@ And restart pulseaudio:
105114pulseaudio -k
106115pulseaudio --start
107116```
108- ### Error: no element "device"
109- As described [ here] ( https://github.com/noahbliss/Viper4Linux#configuration ) , you can set a custom alsa path.
110- For now, you can follow the instructions over there, but make sure you drop the devices.conf in ` ~/.config/jamesdsp ` .
111117
112118## Credits
113119* [ yochananmarqos - AUR packages] ( https://github.com/yochananmarqos )
0 commit comments