Search found 2 matches

by warrior
Tue Nov 16, 2010 6:53 am
Forum: Compiling Audacity
Topic: how to integrate wx framwork in iphone?
Replies: 1
Views: 1201

how to integrate wx framwork in iphone?

I want to integrate two c++ class in my project.the file contains

#include <wx/msgdlg.h>
#include <wx/textdlg.h>

but i dont have wx library or framework. how to get this framework for iphone.please help me out.Thanks.
by warrior
Wed Nov 10, 2010 5:46 am
Forum: Compiling Audacity
Topic: Integrate Noise removal class in iphone
Replies: 1
Views: 1632

Integrate Noise removal class in iphone

I am developing an ipone application.I am recording a audio file and saved in .wav format.I want to implement noise removal to split the voice from the background noise.so i want to implement Audacity's "Noise Removal" class.I have downloaded the Audiocity code, but i am not able to give my audio(.w...