Skip to content
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

Bad Sound on Raspberry ARM on NET 5.0 #96

Open
schorges opened this issue Jul 21, 2021 · 4 comments
Open

Bad Sound on Raspberry ARM on NET 5.0 #96

schorges opened this issue Jul 21, 2021 · 4 comments

Comments

@schorges
Copy link

my App is on Raspberry Pi 4 with Debian and donetcore
i installed the Bass with this autoinstall.sh:
image

Managed Bass plays MP3 correct, before upgrade the Dotnetcore / NET 5.0
It plays the File, but it scrachts and sounds very bad :(

i testest it on Rpi3 and Rpi 4.>

is the wrapper not intended for net 5.0 or have i installed the false driver from bass ?

@DustinBond
Copy link
Contributor

What I do know is we run and test Bass using ,Net Core 3.x daily it is a critical to my companies audio engines.

We still have not upgraded to .Net 5.0 so i can't speak for that. But ManagedBass is just a wrapper class calling the Bass core engine, I'm not sure why a different version of .Net would impact the core framework, unless it just uses higher processor or memory loads?

We have not experienced any problem so far, Could it be DPC or cpu spiking activity causing you issues?

@schorges
Copy link
Author

the CPU load is on 1% on playing stream and memory loads also okay ...

@olitee
Copy link
Contributor

olitee commented Aug 12, 2021

Just to add to this - I upgraded my applications to .NET 5 several months ago, and haven't had any issues with Bass or audio playback. As @DustinBond says, there's very little that can go wrong once Bass has been invoked. I don't see what the difference would be compiling for .NET 5.

How are you playing the audio? Can you share any code?

@DustinBond
Copy link
Contributor

@schorges Did you get this flushed out? Can anyone verify .Net 5 is working properly? I haven't upgraded to it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants