VGMPlay / in_vgm
Last update: 2023-12-31 (v0.51.1)
Technical discussion about the VGM format, and all the software you need to handle VGM files.
Moderator: Staff
- blitzlunar Offline
- Posts: 127
- Joined: 2012-12-21, 15:30:24
- Location: UK
I spent most of yesterday listening through soundtracks with foo_input_vgm. It's excellent, so I want to say thanks again. Suddenly this site is far more useful!
However, I noticed it currently lacks tag editing ~ if the authors are aware of this thread then I humbly request this feature. Ideally it could include automatic decompression/recompression of VGZs (if possible), though simply supporting uncompressed VGM would work fine too.
However, I noticed it currently lacks tag editing ~ if the authors are aware of this thread then I humbly request this feature. Ideally it could include automatic decompression/recompression of VGZs (if possible), though simply supporting uncompressed VGM would work fine too.
Edit:2015-01-24
Future, update information I will do in this post.
(Because a many were downloaded files in this post, and link from the packs page to this post.)
2019-01-07 Update
Update in_vgm for foobar2000.(It is not what I made, Were made by anonymous users in Japan)
https://ux.getuploader.com/foobar2000/download/213
Change log:
Future, update information I will do in this post.
(Because a many were downloaded files in this post, and link from the packs page to this post.)
2019-01-07 Update
Update in_vgm for foobar2000.(It is not what I made, Were made by anonymous users in Japan)
https://ux.getuploader.com/foobar2000/download/213
Change log:
- This version and later will only work with foobar 2000 v1.3 or higher.
- Sync to in_vgm/VGMPlay v0.40.8. For more updates, please refer to VGMPlay_Updates.txt that are included with the VGMPlay.
- Fixed gui as it is now possible to select emulation core from 3 on some chips.
- Fixed a bug that muting of chip # 2 of MultiPCM (YMW 258) can not be done.
- Other minor fixes.
- Explanation of Chip Options when Emulation Core of YM 2612 is Nuked OPN 2
NukedType bit0(LSB)
NukedType bit1
Two check boxes are displayed, but Nuked OPN 2 chip type changes according to the setting here.
Both NukedType bit 0 (LSB) and NukedType bit 1 are disabled -> YM2612 with Mega Drive model 1 filter simulation
NukedType bit 0 (LSB) only enabled -> ASIC YM3438
NukedType bit1 only enabled -> Discrete YM 3438
Both NukedType bit 0 (LSB) and NukedType bit 1 are enabled -> YM2612
It is set like this.
Last edited by 2ch-H on 2019-01-07, 5:36:03, edited 16 times in total.
Hi!
I have problem compiling VGMPlay under Ubuntu:
Is this the same problem which is described in VGMPlay.txt?
I have problem compiling VGMPlay under Ubuntu:
Code: Select all
$ make
Compiling VGMPlay.c ...
VGMPlay.c:56:18: fatal error: zlib.h: No such file or directory
#include <zlib.h>
^
compilation terminated.
make: *** [obj/VGMPlay.o] Error 1
By the way, is there a SCM repository for VGMPlay somewhere?Ubuntu refuses to run (or maybe compile) VGMPlay correctly. It either crashes upon opening a vgm file or doesn't open the sound device. (and the ini-file, too. VGMs are opened for some reason.)
- ValleyBell Offline
- Posts: 4898
- Joined: 2011-12-01, 20:20:07
- Location: Germany
In order to fix that problem, you just need to use the first link google gives you when searching for "zlib.h: No such file or directory". (For me it's this.)denisk wrote:VGMPlay.c:56:18: fatal error: zlib.h: No such file or directory
You also need to install libao or disable libao support in the Makefile. In the latter case it will use OSS sound output (via /dev/dsp). You might need to install some OSS emulation packages to get that working though. (
btw: Halberd recently made me realize that the source code package lacks VGMPlay.ini. VGMPlay works fine without it, but it will complain about the missing file and you need it to adjust settings. You can copy it from the binary package.
No, there isn't.denisk wrote:By the way, is there a SCM repository for VGMPlay somewhere?
@2ch-H: It's really awesome to see people working on a foobar port of VGMPlay/in_vgm. (Even though I can't test it right now, since I don't have foobar installed, I will try it out sometime.)
- vampirefrog Offline
- Webmaster
- Posts: 1522
- Joined: 2014-01-28, 5:51:54
- vampirefrog Offline
- Webmaster
- Posts: 1522
- Joined: 2014-01-28, 5:51:54
- RichterEX2 Offline
- Posts: 192
- Joined: 2012-03-30, 9:28:37
- Location: Georgia, USA
- ValleyBell Offline
- Posts: 4898
- Joined: 2011-12-01, 20:20:07
- Location: Germany
Description from VGMPlay.ini:
It might not be audible unless you have noise-type sounds like FM cymbals, for example.
Code: Select all
[YM2612]
; MAME: if on, the chip updates its left/right channel alternatively, creating a nice pseudo-stereo effect
PseudoStereo = False