urs.edi...@gmail.com (edisan) writes:
> Can anyone used or tell me how to handle audio files in postgres
>
> Audio files may be inĀ wav / vox / dss format and each have average 30 min
> running time.
In principle, you could store these as "BLOB" data; I'd quite prefer
storing this as "bytea" data.
-Original Message-
From: pgsql-general-ow...@postgresql.org
[mailto:pgsql-general-ow...@postgresql.org]on Behalf Of edisan
Sent: Thursday, 3 September 2009 2:48 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] handle audiofiles in postgres
Can anyone used or tell me how to
edisan wrote:
Can anyone used or tell me how to handle audio files in postgres
Audio files may be in wav / vox / dss format and each have average 30
min running time.
probably too large to want to store in the database, as a 30 minute PCM
.WAV file in CD quality could easily be 300 megabyte
Can anyone used or tell me how to handle audio files in postgres
Audio files may be in wav / vox / dss format and each have average 30 min
running time.
Thanks in advance
Regards
edi