Skip to content

gesown/Sound-Editor-with-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sound-Editor

.NET researching application for rendering, recording, playback, analyzing and compression of audio data.

The Sound Editor app is intended for users who wants to explore audio signals through visual sound analysis. Also this program can be used in the ip-telephony since it allows compress and decompress audio data to G.711 codec using two main companding algorithms, the µ-law algorithm and A-law algorithm. The app works only with .mp3 and .wav files.

Main features:

  • you can easily playback, pause and rewind music or speech like in audio player
  • you can visualize audio signals in 3 ways:
  • wave viewer
  • spectrum viewer
  • spectrogram viewer
  • you can record audio from microphone for further analysis
  • you can compress and decompress audio data with G.711 codec or using simple resampling.

To switch representation of the spectrum use Left button click and Right button click. To record your own audio file you need to create empty .wav file, select available microphone from the list then select the newly created file and start the recording.

Requirements:

  • Windows Vista/7/8/8.1/10
  • .NET Framework 4.5 and higher
  • NAudio.dll library. You need to put it in the same directory as the executable file.

Wave and graphical spectrum visualization:

alt text

Columnar spectrum visualization:

alt text

Spectrogram visualization:

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages