Top "Record" questions

A record in programming is a data type with labels to access fields of the record.

Android : Record sound in mp3 format

I am building an android app, having feature of capturing sound through microphone and playing it through headphone. For this, …

android mp3 record
Playing back sound coming from microphone in real-time

I've been trying to get my application recording the sound coming from the microphone and playing it back in (approximately) …

android audio real-time record audio-recording
How to record a specific window using ffmpeg?

I use ffmpeg to record a window using this code: ffmpeg.exe -f dshow -y -i video="screen-capture-recorder":audio="virtual-audio-capturer":…

ffmpeg window record gdi screen-capture
Detect and record a sound with python

I'm using this program to record a sound in python: Detect & Record Audio in Python I want to change …

python audio detect record
How many records/tables could I have in a 1gb database?

I'm thinking about buying a shared hosting provider, and then offer a 1GB MSSQL database with the package. This may …

sql-server record
EXECUTE...INTO...USING statement in PL/pgSQL can't execute into a record?

I'm attempting to write an area of a function in PL/pgSQL that loops through an hstore and sets a …

postgresql record plpgsql dynamic-sql composite
Shorthand way for assigning a single field in a record, while copying the rest of the fields?

Let's say I have the following record ADT: data Foo = Bar { a :: Integer, b :: String, c :: String } I want a …

haskell record
Android: How to record mp3 radio (audio) stream

My favorite Radio station plays a radio audio stream in mp3 format. In my android application I can receive and …

android stream mp3 record radio
How to adjust microphone volume in android?

I want to recorder the sound, but the mic (microphone) input sound is too loud, and I want to adjust …

android record volume microphone