Skip to content

Music: the .ogg files' midi sources are in the other repository #10

Description

@OdyX

It would be nice™ to be able to play and compress the .ogg music files from their .mid source files (it looks like they got removed in ed84063), similar to what can be done in Planet Blupi:

midfiles := $(wildcard resources/music/*.mid)
oggfiles := $(midfiles:.mid=.ogg)

resources/music/%.ogg: resources/music/%.mid
	# Encode to ogg with "Quality=0" ~ 64 kB
	timidity -c /etc/timidity/timgm6mb.cfg -Ow $< -o - | oggenc -Q -q0 --serial 1 -o $@ -

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions