-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beocreate storing sound adjustments fails #85
Comments
Hi Wolfgang, there might be information in the logs about why this fails. If you just tried to store the adjustments, please go to General -> Diagnostics and collect the information. You can then attach the collected archive here (it contains no personal information, but if you prefer you can send it to me privately to exttpt at bang-olufsen dot dk) and I will have a look at it. Best, |
Hi Tuomas, thanks for the quick reply. Have attached teh Diagnostics archive. This is my procedure: start with fresh HiFiBerryOS SD card, version Pi 4 In initial setup, choose Germany and "Other Speaker" Perform further setup from right to left:
go back to
|
Thank you Wolfgang, very informative. I will take time to look at your diagnostics tomorrow and get back to you if/when I find something or need anything more from you. |
one small addition: when I try to store from SSH terminal, it says: dsptoolkit storecan't retrieve XML file from server which I cannot interpret ... |
Hmm, I might have a solution for you already. Did you happen upgrade from another Raspberry Pi hardware version or otherwise do a fresh installation of the operating system (in other words, you have used this particular Beocreate board before with another OS installation)? If the answer is yes, please select Beocreate Universal from the list of DSP programs (in the same screen as you find the option to store sound adjustments) and Install/Reinstall it. Then reboot the system and try storing sound adjustments again. Here's why this happens. There is a server running on the Raspberry Pi that talks to the DSP, and other things talk to this server when they want to read/write data to DSP. We use XML files to store the program but also a "map" of where different things in the DSP are stored. Beocreate keeps these files at hand so it has its own map of the DSP, but the server only gets this XML file when you install a DSP program. On a new board that hasn't been used this happens automatically, but if Beocreate sees that the DSP program that's stored in the board is already one it knows, it won't be installed again. This means that the DSP server will not know which program is stored, which causes certain operations that are not performed by Beocreate but HiFiBerry DSPToolkit to fail – such as this one. Coincidentally, this is something I was working to fix yesterday and today and will be addressed in the next update. Let me know if the proposed solution works for you. Tuomas |
Yeah, it works! Great. |
Thanks Wolfgang. I get what you're saying and I have to think about how this could be implemented in a way that's safe and predictable – the last thing we want is people damaging their ears or equipment because signal is passed through the DSP at maximum volume. Because of this, the default volume of the DSP program (when it is first installed) is relatively low and the set master volume is respected when sound adjustments are stored. Beocreate 2/HiFiBerryOS adjusts master volume in the DSP for best sound quality, but other operating systems aren't aware of this and will probably use a software mixer – this will then work within the limits of whatever the master volume is set to when sound adjustments are stored. The master volume control is connected in series to the input-specific volume limiters, so if you want to bypass either, right now you need to set that control to maximum before engaging the store feature. |
Thanks Tuomas, |
Downloaded and booted HiFiBerryOS 20200403 on Beocreate with Pi 4.
Selected "Other Speaker" as Model and wanted to store to board in order to use it without Pi or with 3rd party software.
Storing Sound Adjustments fails repeatedly, also with different speaker model selected.
Thanx for help, Wolfgang
The text was updated successfully, but these errors were encountered: