shaoth Posted October 27 Share Posted October 27 Like Toni Cruise's wonderful sprite management tool, is there a tool for creating, testing and generating sound effects? The games I'm developing are silent because I don't know how to create sounds... I don't understand a thing about it anyway! I've looked everywhere, and the Colecovision can't read MP3s 😆 I need the sound of cannon fire, explosions, planes, sonar, etc. Quote Link to comment https://forums.atariage.com/topic/374512-help-for-sound-generation/ Share on other sites More sharing options...
artrag Posted October 27 Share Posted October 27 https://github.com/Threetwosevensixseven/ayfxedit-improved For AY8910 Quote Link to comment https://forums.atariage.com/topic/374512-help-for-sound-generation/#findComment-5555771 Share on other sites More sharing options...
shaoth Posted October 27 Author Share Posted October 27 I will check this ! THx Quote Link to comment https://forums.atariage.com/topic/374512-help-for-sound-generation/#findComment-5555784 Share on other sites More sharing options...
artrag Posted October 27 Share Posted October 27 (edited) Developing a player in basic for the sfx files is easy. Follow the documentation of the files. You can also try to adapt the asm player to work in cvbasic Edited October 27 by artrag Quote Link to comment https://forums.atariage.com/topic/374512-help-for-sound-generation/#findComment-5555798 Share on other sites More sharing options...
artrag Posted October 27 Share Posted October 27 In case of problems with libs try this https://github.com/Threetwosevensixseven/ayfxedit-improved/releases/tag/v0.6-full Quote Link to comment https://forums.atariage.com/topic/374512-help-for-sound-generation/#findComment-5555874 Share on other sites More sharing options...
youki Posted October 29 Share Posted October 29 On 10/27/2024 at 2:17 PM, artrag said: https://github.com/Threetwosevensixseven/ayfxedit-improved For AY8910 Is there something like that for sn76489? Quote Link to comment https://forums.atariage.com/topic/374512-help-for-sound-generation/#findComment-5556888 Share on other sites More sharing options...
artrag Posted October 29 Share Posted October 29 No, sorry. BTW I have included the asm player in cvbasic for sgm and msx. It works like a charm Maybe someone could fork the github project adding sn76489 support... Quote Link to comment https://forums.atariage.com/topic/374512-help-for-sound-generation/#findComment-5557000 Share on other sites More sharing options...
artrag Posted October 31 Share Posted October 31 I have integrated the z80 player in cvbasic. Only for AY8910 (cv sgm and msx). Should you be interested send me a pm. Quote Link to comment https://forums.atariage.com/topic/374512-help-for-sound-generation/#findComment-5557803 Share on other sites More sharing options...
+nanochess Posted November 2 Share Posted November 2 I just have wrote a sound effect editor https://forums.atariage.com/topic/374800-sound-effect-editor/ 1 Quote Link to comment https://forums.atariage.com/topic/374512-help-for-sound-generation/#findComment-5559330 Share on other sites More sharing options...
PkK Posted November 7 Share Posted November 7 libcv/libcvu does not come with a sound effect tool, but it does come with a music tool: http://www.colecovision.eu/ColecoVision/development/tutorial2.shtml Quote Link to comment https://forums.atariage.com/topic/374512-help-for-sound-generation/#findComment-5561758 Share on other sites More sharing options...
Kiwi Posted November 8 Share Posted November 8 (edited) I use CV NOTES to make my sound effects. Sure it only does one note at a time, but you could take that one note and put them in a data table. Make sure it has the sound terminator data as the last entry. To play it back is simply make a sound effect tester program in your game to hear it. It only output in C, but you could type it as asm. I have made something similar sound effect system for Intybasic, where it takes tone, volume and length from 3 seperate tables and execute the sounds. Edited November 8 by Kiwi Quote Link to comment https://forums.atariage.com/topic/374512-help-for-sound-generation/#findComment-5562452 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.