randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.
GNU General Public License v3.0
482 stars 55 forks source link

Audio out via jack on Pi Zero #265

Open senseiken opened 5 months ago

senseiken commented 5 months ago

Hello, Is there a way to get this USB sound card to work in order to have audio output via jack on Raspberry Pi Zero (BMC64 Lite)?

https://a.aliexpress.com/_EJYE3Fp

Thanks

randyrossi commented 5 months ago

Can you try adding

audio_out=analog

To cmdline.txt (everything goes on one line).

I think that’s supposed to use the output jack. But quality may not be great.

Randy Rossi

On Fri, Apr 19, 2024 at 5:11 AM senseiken @.***> wrote:

Hello, Is there a way to get this USB sound card to work in order to have audio output via jack on Raspberry Pi Zero (BMC64 Lite)?

https://a.aliexpress.com/_EJYE3Fp

Thanks

— Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/265, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKBYXJHQ5C73XNAQDJTY6DNTVAVCNFSM6AAAAABGOZUG2OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2TENBYGUYTMNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

randyrossi commented 5 months ago

Sorry, didn’t read thoroughly enough. If it’s USB it would require a driver which doesn’t exist in the circle library bmc64 uses.

Randy Rossi

On Fri, Apr 19, 2024 at 6:54 AM Randy Rossi @.***> wrote:

Can you try adding

audio_out=analog

To cmdline.txt (everything goes on one line).

I think that’s supposed to use the output jack. But quality may not be great.

Randy Rossi

  • "There are only two things that are hard about computer science; Naming things, Cache Invalidation, and Off-by-one errors."

On Fri, Apr 19, 2024 at 5:11 AM senseiken @.***> wrote:

Hello, Is there a way to get this USB sound card to work in order to have audio output via jack on Raspberry Pi Zero (BMC64 Lite)?

https://a.aliexpress.com/_EJYE3Fp

Thanks

— Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/265, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKBYXJHQ5C73XNAQDJTY6DNTVAVCNFSM6AAAAABGOZUG2OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2TENBYGUYTMNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mcgurk commented 5 months ago

Any support regarding any device depends mostly from Circle. This table says that USB-audio device is supported only with RPi4/5: https://github.com/rsta2/circle#features