[Pharo-project] Getting SoundRecorder to work: how?
sr := SoundRecorder new. sr startRecording. sr stopRecording. sr playback. doesn't seem to do anything properly and gives me a DNU inside the playback... Clues? Phil
did you try with the new Sound configuration I just published on SmalltalkHub? On Mar 12, 2013, at 5:11 PM, phil@highoctane.be wrote:
sr := SoundRecorder new. sr startRecording. sr stopRecording. sr playback.
doesn't seem to do anything properly and gives me a DNU inside the playback...
Clues? Phil
No, link please? 2013/3/12 Stéphane Ducasse <stephane.ducasse@inria.fr>:
did you try with the new Sound configuration I just published on SmalltalkHub?
On Mar 12, 2013, at 5:11 PM, phil@highoctane.be wrote:
sr := SoundRecorder new. sr startRecording. sr stopRecording. sr playback.
doesn't seem to do anything properly and gives me a DNU inside the playback...
Clues? Phil
PharoExtras/Sound on SmalltalkHub On Mar 12, 2013, at 8:33 PM, "phil@highoctane.be" <phil@highoctane.be> wrote:
No, link please?
2013/3/12 Stéphane Ducasse <stephane.ducasse@inria.fr>:
did you try with the new Sound configuration I just published on SmalltalkHub?
On Mar 12, 2013, at 5:11 PM, phil@highoctane.be wrote:
sr := SoundRecorder new. sr startRecording. sr stopRecording. sr playback.
doesn't seem to do anything properly and gives me a DNU inside the playback...
Clues? Phil
I can not load it: VM crashes. With this code: Gofer it url: 'http://smalltalkhub.com/mc/PharoExtras/Sound/main'; package: 'ConfigurationOfPharoSound'; load. (Smalltalk at: #ConfigurationOfPharoSound) project lastVersion load. Jannik On Mar 12, 2013, at 9:17 PM, stephane ducasse <stephane.ducasse@free.fr> wrote:
PharoExtras/Sound
on SmalltalkHub
On Mar 12, 2013, at 8:33 PM, "phil@highoctane.be" <phil@highoctane.be> wrote:
No, link please?
2013/3/12 Stéphane Ducasse <stephane.ducasse@inria.fr>:
did you try with the new Sound configuration I just published on SmalltalkHub?
On Mar 12, 2013, at 5:11 PM, phil@highoctane.be wrote:
sr := SoundRecorder new. sr startRecording. sr stopRecording. sr playback.
doesn't seem to do anything properly and gives me a DNU inside the playback...
Clues? Phil
After four tries, I can load it. The source provided by phil does not work with PharoSound. Jannik On Mar 12, 2013, at 9:23 PM, "jannik.laval" <jannik.laval@gmail.com> wrote:
I can not load it: VM crashes. With this code:
Gofer it url: 'http://smalltalkhub.com/mc/PharoExtras/Sound/main'; package: 'ConfigurationOfPharoSound'; load. (Smalltalk at: #ConfigurationOfPharoSound) project lastVersion load.
Jannik
On Mar 12, 2013, at 9:17 PM, stephane ducasse <stephane.ducasse@free.fr> wrote:
PharoExtras/Sound
on SmalltalkHub
On Mar 12, 2013, at 8:33 PM, "phil@highoctane.be" <phil@highoctane.be> wrote:
No, link please?
2013/3/12 Stéphane Ducasse <stephane.ducasse@inria.fr>:
did you try with the new Sound configuration I just published on SmalltalkHub?
On Mar 12, 2013, at 5:11 PM, phil@highoctane.be wrote:
sr := SoundRecorder new. sr startRecording. sr stopRecording. sr playback.
doesn't seem to do anything properly and gives me a DNU inside the playback...
Clues? Phil
I tried too on 2.0 and RecordingControlsMorph new openInWorld (show will not work because it was relying on a soundNamed: 'croak' - do not ask me if this is a good idea or design to define class that cannot initialize themselves) Now it looks like the buffers are not filled up. I should try in 1.4 but now I'm going to sleep. too tired. Stef
In fact recordedSound as a sequentialSound⦠but I know nothing there. Stef On Mar 12, 2013, at 10:27 PM, stephane ducasse <stephane.ducasse@free.fr> wrote:
I tried too on 2.0 and
RecordingControlsMorph new openInWorld (show will not work because it was relying on a soundNamed: 'croak' - do not ask me if this is a good idea or design to define class that cannot initialize themselves)
Now it looks like the buffers are not filled up.
I should try in 1.4 but now I'm going to sleep. too tired.
Stef
participants (4)
-
jannik.laval -
phil@highoctane.be -
stephane ducasse -
Stéphane Ducasse