H
H
Higuain2014-07-13 22:05:35
Programming
Higuain, 2014-07-13 22:05:35

What programming language (library) to choose for audio track editing?

Good afternoon everyone, please share your experience and tell me in which language (and which libraries to use) it is better to make a desktop application, the task of which is to manipulate the audio track. In particular: the imposition of tracks on top of each other, cutting out a track of a certain frequency.
I tend to C #, this language is preferable, but I will be glad to other advice.
Thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-07-13
Protko @Fesor

C# ok. bottlenecks (decoding / encoding, filters, FFT, etc.) can be written in C ++ and made binding, although most likely there are already bindings for all this. And then comes the UI.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question