Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Changed version number to reflect release and updated README.md with …
Browse files Browse the repository at this point in the history
…correction on mono samples.
  • Loading branch information
adct-the-experimenter committed Feb 3, 2020
1 parent b4a269c commit e096342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# binaural-audio-editor
This is an audio application that produces binaural audio from 2D mono/stereo audio samples and positional information given through the graphical user interface. Listen to 3D audio through stereo headphones.
This is an audio application that produces binaural audio from 2D mono audio samples and positional information given through the graphical user interface. Listen to 3D audio through stereo headphones.

[![Open Source Helpers](https://www.codetriage.com/adct-the-experimenter/binaural-audio-editor/badges/users.svg)](https://www.codetriage.com/adct-the-experimenter/binaural-audio-editor)

Expand Down
2 changes: 1 addition & 1 deletion src/osgViewerWX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ void MainFrame::OnAbout(wxCommandEvent& event)
//show message box with ok icon,
//window title:About Binaural Audio Editor
//message:
wxMessageBox( "Version 1.0 of Binaural Audio Editor. \n This program is for producing and editing binaural audio from mono samples of audio.",
wxMessageBox( "Version 1.1 of Binaural Audio Editor. \n This program is for producing and editing binaural audio from mono samples of audio.",
"About Binaural Audio Editor", wxOK | wxICON_INFORMATION );
}

Expand Down

0 comments on commit e096342

Please sign in to comment.