Forum

My first program, AudioTools

Technology

Jokyboy129

#1 ·

Dear Elten English community,
I'm happy to share with you my first program I've created in the hope t might help some of you out theree. I thought it would be a good idea to create a program that lets you do various things with audio files you could need. Audio conversion, Audio merging (putting multiple audio files into one), audio retuning (select base frequency in Hz and retune it, currently only 432 Hz as target because implementation of target dropdown failed in first release). I also put in a simple audio looper where you can upload a file and play it over and over (for relaxing sound for example), an audio mixer to play multiple files an once, and a very basic audio player. All that looks a bit messy I know, but this is just a beta and everything will get tidied soon. More features will follow and some useless ones removed maybe:). If you want to check it out, head over to audiotools.rf.gd. Here you will find download links. We aware that this is a early beta and my python skills are on the beginner state so I even had to use ChatGPT for some parts. So it's a mix between my own coding and AI.

khalil2009

#2 ·

this seams cool, but please for the love of evrything holy use https on your website

radiorobbe

#4 ·

Technically yes, but it is a self-signed certificate. You should consider using Letsencrypt for your site, many webhosting providers give you the option to activate it.
Steffen

The man with the big fett Bauch, caught in the back of a Knallerbsenstrauch!

Jonathan

#5 ·

Yup, my DNS blocks the entire site.

Jokyboy129

#6 ·

Sorry for the confusion. This is a free subdomain as you can see by the rf.gd ending, and the hosting provider says the following: Custom SSL certificates are no longer supported for free subdomains. All free subdomains have SSL by default.
This is new, because earlier this year when a friend and I had a little project hosted it was still possible to add custom certs, but sadly the provider changed something.

khalil2009

#7 ·

2 polubień
um? well I'm sorry that sounds like a really bad host

Jokyboy129

#8 ·

Yeah, it looks like. But I didn't know that when setting up this website, it was a good hosting provider in the past, now they lock everything behind a pawall.

ferre

#9 ·

Edytowano
I like the program. It's quite useful.
Vox tech, trust us.

msuchy

#10 ·

It's a good program, but some things do not work there, for example, when I open one or more files in the audio mixer. I tried to open one or more files with the wav extension in the audio mixer and they do not play in it. I assume that you will add some additional functions there, for example, movement in the played files with the arrows and setting the jump time, information about the total time, the elapsed time and the remaining time, etc. Thanks, Michal.

Jokyboy129

#11 ·

Yes, this is all on my roadmap. For the mixer it works the folloging: Open at least two audio files at once, so it's like open the file dialog, move to the first file, hold down CTRL and move down to the next file then press space to select. Do this as often as you want, then press Enter. Don't open every file seperately. After that you need to press the Play button to start the playback, and this might take up to one minute to start playing after pressing. This is something I want to fix in the future, it is how the files get used in the program. Currently it adds silence to all files at the end so all selected files are the same, and this takes time. I'm trying to find a better solution for this, for example just deleting the file out of the cashe when it finished. And about the movement thing, all attempts failed for now, so I will have to learn a bit more to get this done. Sorry:). I hope to push out an update in the next few weeks, since my life is full.

Nikolatheserb

#12 ·

Just downloaded it, and will tinker with it during the weekend. Thank you!
I may be blind, but I do not trust blindly, you see? :D

Jokyboy129

#13 ·

1 polubień
Hi, this has bbeen dead for some time now. I will not release the new version in the near future because I would like to rewrite the whole thing since there are some critical coding issues in it. And a rewrite is easier than a fix. I will probably provide the program devided into parts for each feature and a full pack, so you can only download what you need.