mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
![]() I found that it needs to be slightly different if you want correctly terminated audio streams: /* add up the samples */ if (channelsamples > chunksamples) file->info.audio_numsamples = stream->samples += chunksamples; else if (channelsamples > 0) file->info.audio_numsamples = stream->samples += channelsamples; Otherwise extra silence will be counted at the end of the audio stream. Not really that big an issue but a bit sloppy... |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |