Re: [GENERAL] handle audiofiles in postgres

2009-09-03 Thread Christopher Browne
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.

Re: [GENERAL] handle audiofiles in postgres

2009-09-02 Thread Harvey, Allan AC
-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

Re: [GENERAL] handle audiofiles in postgres

2009-09-02 Thread John R Pierce
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

[GENERAL] handle audiofiles in postgres

2009-09-02 Thread edisan
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