No sounds comes #56
-
|
Hi, I've update my squishbox to version 0.7.12, but now no sounds comes out. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
|
Hmm.. I haven't found a bug yet. Can you send the squishboxconf.yaml and bank file that you are using? |
Beta Was this translation helpful? Give feedback.
-
|
Yes of course |
Beta Was this translation helpful? Give feedback.
-
|
I may have figured it out - Recently after a lot of testing I decided to switch from using the JACK driver ( To fix, run the installer (which I just updated), and for the question "Which audio output would you like to use?" choose sndrpihifiberry if you want to use the SquishBox's 1/4" outputs, or Headphones if you want to use the physical headphone jack on the Raspberry Pi. You can answer no/no change for the other questions. You could instead do this manually by changing the line in your squishboxconf.yaml audio.driver: jackto audio.driver: alsa |
Beta Was this translation helpful? Give feedback.
-
|
I have also some problems with the new way. Pre versions did work out of the box. raspmidipi:~ $ aplay -l config file used by fluidpatcherconf.yamlsoundfontdir: SquishBox/sf2 fluidpatcherconf.yamlfluidsettings: |
Beta Was this translation helpful? Give feedback.
-
|
I assume you are getting no sound when you play on your connected MIDI keyboard? It could be you have modified the wrong config file - fluidpatcherconf.yaml is the config file for the desktop program fluidpatcher.pyw. If you are running squishbox.py or headlesspi.py they both use squishboxconf.yaml, which is in the SquishBox/ directory. |
Beta Was this translation helpful? Give feedback.
I may have figured it out - Recently after a lot of testing I decided to switch from using the JACK driver (
audio.driver: jack) and use the default ALSA driver. JACK is meant to provide fast communication when you have multiple audio applications at once, which is not the case in the SquishBox, plus it adds an unnecessary extra layer of processing overhead. However, the installer wasn't automatically making this switch for users who installed using an older version that uses JACK.To fix, run the installer (which I just updated), and for the question "Which audio output would you like to use?" choose sndrpihifiberry if you want to use the SquishBox's 1/4" outputs, or Headphones if you wan…