Discussion:
[Freetel-codec2] USB interface with codec2
Faisal Saleem
2016-07-15 07:42:11 UTC
Permalink
Hi all,
I am an engineering student and working on a digital voice project. I am impressed by codec2 and sm1000, the freedv adapter. I just got 2 sm1000 modules and built the firmware sm1000.bin successfully.
My questions are:1) how can i apply codec2 on Recorded voice or Audio file which is stored in USB? My query is how  i access  from USB a Audio file.
how can i do?

Thanks in advance for your precious help  Regards,
Faisal Saleem

Email : ***@yahoo.com , ***@gmail.comCell: 0092-305-7733854
Alan Beard
2016-07-16 09:45:41 UTC
Permalink
Hi all,

Can the Codec2 code be split into two sections?

1) From and to the radio audio. To be put into a dedicated DSP device, see the MMDVM project, Arduino DUE.

2) Human side, microphone and speaker, digital to audio and back, to be done on a full Linux or Windoze system.

A good project for you Faisal Saleem.

Alan VK2ZIW
Post by Faisal Saleem
Hi all,
I am an engineering student and working on a digital voice project. I am impressed by codec2 and sm1000, the freedv adapter. I just got 2 sm1000 modules and built the firmware sm1000.bin successfully.
1) how can i apply codec2 on Recorded voice or Audio file which is stored in USB? My query is how  i access  from USB a Audio file.
how can i do?
Thanks in advance for your precious help
 
 Regards,
Faisal Saleem
Cell: 0092-305-7733854
Alan

Evil flourishes when good men do nothing.
Consider Jesus.
---------------------------------------------------------------------------
Alan Beard               Unix Support Technician from 1984 to today
70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO, MIPS
Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc..
+61 2 47353013 (h)       Support Programming, shell scripting, "C", assembler
0414 353013 (mobile)     After uni, electronics tech
Brady O'Brien
2016-07-16 11:21:20 UTC
Permalink
Hi Alan,

It would be possible to split the modem end of freedv
(fdmdv,cohpsk,fsk,fmfsk) from the codec end. Currently, however, this is
not really supported by the freedv API (freedv_api.c/.h). If anyone is
interested in doing this for any freedv modes, freedv_api.c and
freedv_api.h are good places to look.

Thanks,

Brady O'Brien
*Hi all, Can the Codec2 code be split into two sections? 1) From and to
the radio audio. To be put into a dedicated DSP device, see the MMDVM
project, Arduino DUE. 2) Human side, microphone and speaker, digital to
audio and back, to be done on a full Linux or Windoze system. A good
project for you *
*Faisal Saleem. Alan VK2ZIW On Fri, 15 Jul 2016 07:42:11 +0000 (UTC),
Faisal Saleem wrote*
Post by Faisal Saleem
I am an engineering student and working on a digital voice project. I am
impressed by codec2 and sm1000, the freedv adapter. I just got 2 sm1000
modules and built the firmware sm1000.bin successfully.
Post by Faisal Saleem
1) how can i apply codec2 on Recorded voice or Audio file which is
stored in USB? My query is how i access from USB a Audio file.
Post by Faisal Saleem
how can i do?
Thanks in advance for your precious help
Post by Faisal Saleem
Regards,
*Faisal Saleem*
Cell: 0092-305-7733854
Alan
Evil flourishes when good men do nothing.
Consider Jesus.
---------------------------------------------------------------------------
Alan Beard Unix Support Technician from 1984 to today
70 Wedmore Rd. Sun Solaris, AIX, HP/UX, Linux, SCO, MIPS
Emu Heights N.S.W. 2750 Routers, terminal servers, printers, terminals
etc..
+61 2 47353013 (h) Support Programming, shell scripting, "C",
assembler
0414 353013 (mobile) After uni, electronics tech
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and
traffic
patterns at an interface-level. Reveals which users, apps, and protocols
are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Freetel-codec2 mailing list
https://lists.sourceforge.net/lists/listinfo/freetel-codec2
Jeroen Vreeken
2016-07-17 15:53:29 UTC
Permalink
Post by Brady O'Brien
Hi Alan,
It would be possible to split the modem end of freedv
(fdmdv,cohpsk,fsk,fmfsk) from the codec end. Currently, however, this
is not really supported by the freedv API (freedv_api.c/.h). If anyone
is interested in doing this for any freedv modes, freedv_api.c and
freedv_api.h are good places to look.
Actually, I think the codecrx() and codectx()/datatx() functions do
exactly what Alan wants.

Regards,
Jeroen

Loading...