Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Doesn't actually fit on a Sound Blaster Audigy 2 ZS or SB Live! (in Linux; not sure about Windows) #3

Closed
wyatt8740 opened this issue Jul 1, 2019 · 5 comments

Comments

@wyatt8740
Copy link

It looks like the amount of room available on an SB Audigy is actually about 127.93 megabytes:

$ asfxload --clear
$ asfxload -M
DRAM memory left = 131004 kB

$ dc
2 k 131004 1024 / p
127.93

$ asfxload OPL3.sf2
sfxload: no memory left

# asfxload -M
DRAM memory left = 64 kB

…Therefore, this soundfont doesn't QUITE fit on either of my old EMU10K1 cards. No idea why this would be, since I bet anything there is a 128MB DRAM on there…

@wyatt8740 wyatt8740 changed the title Doesn't actually fit on a Sound Blaster Audigy 2 ZS or SB Live! Doesn't actually fit on a Sound Blaster Audigy 2 ZS or SB Live! (in Linux; not sure about Windows) Jul 1, 2019
@BenMcLean
Copy link

Here's what I don't understand: if you actually have a Sound Blaster, then why would you be using this soundfont instead of just using the Sound Blaster?

This soundfont seems to be designed for getting sounds similar to the synth chip inside the Sound Blaster when you don't actually have a real one.

@wyatt8740
Copy link
Author

Here's what I don't understand: if you actually have a Sound Blaster, then why would you be using this soundfont instead of just using the Sound Blaster?

This soundfont seems to be designed for getting sounds similar to the synth chip inside the Sound Blaster when you don't actually have a real one.

Mine is not one with the OPL3 chipset. It's an Audigy 2 ZS from around 2002. It has a 128MB space for a 'patchset'.

@calvinmorrow
Copy link

The soundfont memory space is a tunable kernel option that defaults to 128MB. You should be able to increase it to any amount you want: (ie: options snd-emu10k1 max_buffer_size=192)
https://alsa.opensrc.org/Emu10k1

@wyatt8740
Copy link
Author

Looks like I'm running up against a hardware bug, actually, when running 64-bit kernels with this card. Probably not something that can be fixed by you (unless the soundfont gets shrunk).

@psi29a
Copy link
Member

psi29a commented Jun 10, 2023

This was meant to be used with SoftSynths like FluidSynth to 'emulate' having an OPL3

@psi29a psi29a closed this as completed Jun 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants