Ok, it is hard to follow.
Tried two methods mentioned on that page.
…
1st metod (with audacity):
I’m stuck at this step:
- Open PulseAudio Volume Control and choose the “Recording” tab.
How do I do it, where is PulseAudio Volume Control, how do I open it.
…
Also there is a big red Record button, why is it there, I mean, when I click it, audacity
seems to record something, but the result is a silent file.
Am I supposed to make some preparations first, or is it something which I will never use.
…
I plan to record sound coming out of Chromium browser directly.
2nd method (without audacity)
There is another method there (without audacity) but it is equally more difficult to use.
…instructions below:
USING ALSA PCM FILE
…First you need to create (or if it already exists, add to the end of the file) ~/.asoundrc file. Do it with your favorite plain text editor. Note: ~ is your home directory so change that to /home/john or whatever if you are not working in a Linux shell.
pcm.teeraw {
type empty
slave.pcm “tee:default,‘/tmp/out.raw’,raw”
48000 S16_LE 2ch (aplay -t raw -f dat)
}
Now tell the application from which you are trying to record to use the “teeraw” ALSA device for playback - read the application’s manual for help. Although there is no interface to do this for Adobe Flash, it can be achieved by setting the FLASH_ALSA_DEVICE environment variable to the name of the sound device to use, for example:
FLASH_ALSA_DEVICE=teeraw firefox
Thanks to wensley.org for this tip.
Run the application. Stop the application. Now /tmp/out.raw should contain your sound with perfect quality.
…
I Don’t have flash…I created the file: ~/.asoundrc , under home directory, with contents as above.
I use the command above, replacing firefox with chromium-browser:
FLASH_ALSA_DEVICE=teeraw chromium-browser
This command runs Chromium Browser. So I did RUN part. Played some sound on chromium. Closed Chromium Browser (did STOP application part).
And yes, a file: /tmp/out.raw , has been created. But it is an empty file. What am I doing wrong?
first create a file, and run the command , play some music with that application (chromium), and turn off the browser. file is created, but it is empty.