FAQ:Audio: Difference between revisions
From MAMEDEV Wiki
mNo edit summary |
|||
Line 1: | Line 1: | ||
Return to the main [[Frequently Asked Questions]] page. | Return to the main [[Frequently Asked Questions]] page. | ||
==Can I record the music or sounds from the game?== | ==Can I record the music or sounds from the game?== | ||
Yes. If you just want to record the sound effects and music from a session of playing the game in MAME, you can use the <code>-wavwrite</code> parameter, like so: | |||
mame <gamename> -wavwrite <filename> | |||
If you'd like to record specific sound effects on their own, you can use other programs such as [http://www.emuhype.com/index.phtml?s=misc&ss=index M1], which is a sound playback program that supports many of the same games that MAME does. | |||
==I don't get an error message, but I can't get sound or music.== | ==I don't get an error message, but I can't get sound or music.== |
Revision as of 05:41, 1 August 2007
Return to the main Frequently Asked Questions page.
Can I record the music or sounds from the game?
Yes. If you just want to record the sound effects and music from a session of playing the game in MAME, you can use the -wavwrite
parameter, like so:
mame <gamename> -wavwrite <filename>
If you'd like to record specific sound effects on their own, you can use other programs such as M1, which is a sound playback program that supports many of the same games that MAME does.