-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export to WAV, MP3 #62
Comments
Hi @checkraiser , This is a planned feature -- we'll keep this issue open until we've implemented it. Sorry for the inconvenience! |
FWIW, you could probably just export to only MIDI and use TiMidity++ for the rest. |
@kirbyfan64 That's not a bad idea. However, Alda will eventually support combining different types of instruments (MIDI vs. waveform oscillator vs. sampled instrument) into a single score, so being able to export to wav is probably our biggest prerogative. Being able to export to MIDI (excluding non-MIDI instruments) would be a nice feature too, though. |
+1 |
Gathering info for export to wav: There does not exist, as far as I can tell, a Clojure library to capture the sound output of the current program and export it to wav. But it does appear to be possible, via Java inter-op. This would be a good potential opportunity to build a simple open-source Clojure library for exporting to wav, which we could use to implement this feature in Alda. Some links, for reference:
Once we have a way to export to wav, we can shell out to a CLI tool like LAME to convert to MP3. I think it would be cool to have some degree of this built-into Alda, so it will be extra convenient for users to export scores as mp3s. Something like On my wish list is the ability to export to wav/mp3 without also playing the score and having to wait for it to finish playing, but I think that would be pretty hard to implement. I'd be interested, if anyone has any ideas on how to do that. |
This might be the ticket: https://github.com/bluenote10/gervill/blob/master/src/main/java/Midi2WavRender.java |
I don't think it needs to have MP3 export -- if it can export to WAV, most programs can already play it, and people can convert it into any other format. |
Agreed. Raw audio, on the other hand, is another story (although I'm not sure the file format for raw audio. I do know that Audacity, for example, can deal with uncompressed audio). Also Don't forget about MIDI export (#145) |
We should probably combine exporting into a single issue... |
I know WAV is uncompressed, but I'm not sure if it's considered "raw". I think a lot of audiophiles use FLAC (Free Lossless Audio Codec) for really high-quality audio. |
From an implementation perspective, I think exporting to MIDI and exporting I agree about exporting to mp3 not being necessary as a feature of Alda. On Aug 24, 2016 1:08 PM, "elyisgreat" [email protected] wrote:
|
still not ready yet? |
Hi.
I can play alda file, but how can i export the sound into .MIDI / Mp3 file ?
Thank you.
The text was updated successfully, but these errors were encountered: