Go to advanced search

by nw90
Thu Jan 03, 2013 4:22 pm
Forum: Graphics, sound and multimedia
Topic: PulseAudio records with delay
Replies: 3
Views: 1087

Re: PulseAudio records with delay

I fixed in by manipulating the input stream in java - this is possible because I ineterprete the raw-audio in java.

This is just a workaround - if someone knows a better solution please answer :)
by nw90
Thu Jan 03, 2013 3:50 pm
Forum: Graphics, sound and multimedia
Topic: PulseAudio records with delay
Replies: 3
Views: 1087

Re: PulseAudio records with delay

The problem seems to be that parec starts the record with a delay. The stuff that is recorded seems to be correct.
Is it somehow possible to synchronize it?
by nw90
Thu Jan 03, 2013 1:55 pm
Forum: Graphics, sound and multimedia
Topic: PulseAudio records with delay
Replies: 3
Views: 1087

PulseAudio records with delay

Hi there, I set up pulseaudio on my raspi. I am playing music via mpd and try to get the raw-audio with parec. That works but the recording is not "synchronized". The longer I record the loger is the delay. For example I play music and start parec and then after a while I stop the music parec is sti...
by nw90
Fri Dec 28, 2012 11:35 am
Forum: Troubleshooting
Topic: Getting raw audio data from parec
Replies: 2
Views: 1038

Re: Getting raw audio data from parec

I found the solution. I needed to specify the server so I specified localhost:

Code: Select all

parec --server=127.0.0.1
by nw90
Thu Dec 27, 2012 1:25 pm
Forum: Troubleshooting
Topic: Getting raw audio data from parec
Replies: 2
Views: 1038

Re: Getting raw audio data from parec

Maybe it has something to do with this? : pi@raspberrypi ~ $ arecord --list-device **** List of CAPTURE Hardware Devices **** When I run "pactl list" I got the following sourcd-entry: Source #0 State: IDLE Name: alsa_output.platform-bcm2835_AUD0.0.analog-stereo.monitor Description: Monitor of bcm283...
by nw90
Wed Dec 26, 2012 7:45 pm
Forum: Troubleshooting
Topic: Getting raw audio data from parec
Replies: 2
Views: 1038

Getting raw audio data from parec

Hi everyone,

I set up a mpd and it works fine. Now I am trying to record the raw audio data while playing with parec but that seems to fail. On the screen appears nothing and when I pipe the output into a file there is just an endless bunch of "^@".

Any suggestions? Thanks!

Go to advanced search