Replies: 2 comments
-
OK Reddit peaple help me. |
Beta Was this translation helpful? Give feedback.
-
The example SBC files were created using GStreamer on a Manjaro Linux install. sbcenc is a part of the GStreamer Bad plugins but some distros do not seem to compile SBC encoding support with their GStreamer packages. I have an example script included in my small fork of dual-pod-shock. https://gitlab.com/ryochan7/dual-pod-shock/-/tree/ryochan-changes Example command:
Although it is not shown in the script, the use of the volume filter can be useful depending on the gain level of the input file. https://gstreamer.freedesktop.org/documentation/volume/index.html |
Beta Was this translation helpful? Give feedback.
-
I use github repository to play audio on Dualshock 4 gamepad for my game,
https://gitlab.com/ryochan7/ds4-audio-test-windows/
There is SBC_Tracks folder in this repository folder and I can not understand how to get such converted files in SBC format I tried it both through GStreamer and FFMPEG but as a result I hear silence, I also tried to initially get wav files from SBC_Tracks and it was successful but then I can't go back to SBC files, can you please help me how to convert mp3/wav files to SBC format supported by DS4 in the same way as it's done with SBC_Tracks folder?
Beta Was this translation helpful? Give feedback.
All reactions