-
Notifications
You must be signed in to change notification settings - Fork 31
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
Use of another soundboard #26
Comments
Most of the sound clips are quite small. I actually use the same board with my droid which has a lot more audio than this one. That project has about 100 audio clips and music on it you just have to be careful with how you encode the audio. That said, sure you could try another audio board. Make sure it is something that has an interface that the arduino can control and then you would need to modify the initialize and playback functions. Maybe have to change the way the audio is triggered but it's doable. |
Thanks for your reply! Bought some SoundFX now, only issue I have is that its not recognized as an usb drive :( And as I didnt look closely, I did not buy an Adafruit but instead ordered an https://www.adafruit.com/product/2341 which is the MINI version. |
If you don't know how to code and don't want to switch sound boards, you
can instead do what I did and redo the audio at a lower quality. The
sounds won't sound cd quality but you can fit more into the 16mb. The
benefit of the sound board over other SD card options is in latency. The
board trigger sounds almost instantaneously. Some SD card players don't.
You can use audacity on PC to downstate the audio for free. It's just a
little time consuming. Just make sure that the audio files are the same
type as the ones that the adafruit board can accept.
Hope that helps.
…On Sun, Apr 10, 2022, 8:24 AM Eric Banker ***@***.***> wrote:
Most of the sound clips are quite small. I actually use the same board
with my droid which has a lot more audio than this one. That project has
about 100 audio clips and music on it you just have to be careful with how
you encode the audio.
That said, sure you could try another audio board. Make sure it is
something that has an interface that the arduino can control and then you
would need to modify the initialize and playback functions. Maybe have to
change the way the audio is triggered but it's doable.
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH7NHB25H2UXSBVXE5SX4Y3VELXCPANCNFSM5TA3INOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
First of all … thank you for your awesome work!
As the Adafruit sound Fx is running into some limitations (only 16mb) would it be possible to switch to another soundboard without changing too much code?
https://www.adafruit.com/product/3436
I am not really into coding, so any help would be greatly appreciated.
Dirk
The text was updated successfully, but these errors were encountered: