Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
I'm making the music for a game me and a friend are making but I don't know if I can send a file to him. If I can then can someone tell me how?
Thanks.
Hey,
you can just send either the exported .wav, or, more efficient in terms of size, the .ftm.
If your friend is including an emulated sound chip, you may even be able to send him the .nsf.
For transferring the files, you can use one of the 1-click hosters, skype, a webspace, or you just attach a zip temporarily to this post and direct your friend at it, so he can download it.
[quote=Jan125]For transferring the files, you can use one of the 1-click hosters, skype, a webspace, or you just attach a zip temporarily to this post and direct your friend at it, so he can download it.[/quote]
Or you can just use e-mail.
_______________________
[quote=nicetas_c]What do we expect now, FTMs with one note?[/quote]
--
[url=http://www.youtube.com/user/breil123]YouTube | [url=http://soundcloud.com/bd2000]SoundCloud
[b]First[/b], in FamiTracker, select File -> Create Wav. [color=#333333]- - This will create a .wav file of your song.
[b]Next[/b], download and open this: [url=http://r-a-d.io/ed/mp3maker.exe]http://r-a-d.io/ed/mp3maker.exe
Drag the .wav file into the mp3maker window. Your song will be amplified to max volume (without damaging the sound) and convert it to an mp3 file.
[b]Finally[/b], upload the mp3 file here. You will be redirected to a website that automatically plays your song. Copy the link and send it in email, facebook message, anything! [url=http://audiour.com/]http://audiour.com/
mp3maker is a super simple program that runs ffmpeg twice for each song, once to get the amplitude of the loudest sample, and again to do the transcoding. The reason for the big file size is because it embeds a statically linked ffmpeg. This also means that mp3maker can even convert youtube videos (and more) to mp3 as well
You can download the source code of mp3maker here if you're curious: [url=http://r-a-d.io/ed/mp3maker-1.0.7z]http://r-a-d.io/ed/mp3maker-1.0.7z