From: Mohammad A. <m.a...@gm...> - 2010-02-16 16:38:20
|
Hi everyone, I am trying to create a GUI for audio recording to create a database of utterances. So in principle I want it to work in a way that it presents like 100 sentences one by one to the user and for each sentence the user can start recording by pressing say "record" and he himself will be the one to press STOP button when he is done saying each sentences and the audio is stored somewhere and then moves to the next sentence. Now since I'm quite new to this package I wanted to know if anyone can show me an example similar to my task or perhaps general guidelines. because previously i had done some simple Gui in MATLAB but I dont see PythonCard Gui design organized in a same way. besides as usually in audio recording tasks (e.g. in MATLAB) i have to specify the duration of the recording independent of the time that takes the user to read a sentence out. So can I have such a user dependent recording duration (controlled by two buttons mentioned above) using python card ? Many thanks in advance Best. Mohammad |