Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Four Track/ Multitrack?
« previous next »
  • Print
Pages: [1]

Author Topic: Four Track/ Multitrack?  (Read 4684 times)

Offline Recording Guy

  • Member
  • *
  • Posts: 33
Four Track/ Multitrack?
« on: May 26, 2010, 02:00:17 PM »
Just wondering if any developers managed to get the pcm_record.c duplicated X4 or so to make
4 track recorder plugin?

 
Is it very complicated and time consuming to implement in rockbox?


The navigation buttons are there..

mode stereo or mono (already built in to rockbox with Frequency samplerate)

track 1 or 1+2    arm/record toggle..stop
track 2,               arm/record toggle..stop
track 3 or 3+4    arm/record toggle..stop
track 4               arm/record toggle..stop

mute button (solo might be getting a bit fancy and complicated as would panning possibly?)
but all that could be done later in Audacity or some prog.

It seems some developers were a bit scathing of the idea, but they might find themselves doing choral voiceovers or Jimmy Page/ Les Paul Frippertronics  :D

Plus it would thrust Rockbox into the limelight even more as a cool nifty little prog for circuit benders/nutters, and the signal to noise aint that bad at all!

Possibly this is not a direction that The Devs wanted to go in, if so, fair enough.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Four Track/ Multitrack?
« Reply #1 on: May 26, 2010, 02:10:26 PM »
Are there any devices that have more then 2 channels?
Logged

Offline Recording Guy

  • Member
  • *
  • Posts: 33
Re: Four Track/ Multitrack?
« Reply #2 on: May 26, 2010, 04:42:00 PM »
Hi Saratoga,

Well I didn't mean seperate physical channels, The TI chips do have 6 inputs:

http://focus.ti.com/docs/prod/folders/print/tlv320aic32.html

But I was thinking buffered streams using the ram or something like that?

I can only go by the Iriver H10 which is handling audio in Rockbox exceptionally well, heck my netbook glitches more than this little thing.

Do you think this would be harder to implement on say the Wolfson chips that do not have the extra input pins like the TI chips have?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Four Track/ Multitrack?
« Reply #3 on: May 26, 2010, 11:05:24 PM »
I don't know what you're asking.
Logged

Offline Recording Guy

  • Member
  • *
  • Posts: 33
Re: Four Track/ Multitrack?
« Reply #4 on: May 27, 2010, 02:20:58 AM »
Well this link might give you an idea of what I am talking about:

http://www.sonomawireworks.com/iphone/fourtrack/

There are others out there like Houndogs Multitrack.

Not sure what the insides of an iphone have, but sending tracks over wifi
to a computer sounds dumb, and it is stuck in that Apple mode of doing things i.e
dumbed down and cutesy no control of sample rates etc.

It uses buffer streams to achieve what it does.
 
I wonder whether a SIMPLE 4 track is achievable in Rockbox.

It is something to do with pcm_record.c
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Four Track/ Multitrack?
« Reply #5 on: May 27, 2010, 12:31:51 PM »
I'm not sure what you're asking, but:

You can already record one stereo track, stop recording, and then later record a second stereo track.

You cannot record one track while playing another.

Does that answer the question?
Logged

Offline Recording Guy

  • Member
  • *
  • Posts: 33
Re: Four Track/ Multitrack?
« Reply #6 on: May 27, 2010, 06:10:45 PM »
Yes thanks Saratoga.

I read some older threads about Rockbox multitrack recording and a quote from JS Mike h :

"anything the core recording uses (the very same API in fact) is available to a plugin intended to do exotic things.

Some have said they can't get recording to function in a plugin so I simply recommend they imitate pcm_record.c to the letter - no shortcuts because they assume some function call isn't nescessary - they all are. Use the API as intended and it will work. It is verified to work.

EDIT - I'll mention here too that full-duplex sound on ColdFire based devices is also verified to work. I've handed out the effects plugins (simple proofs of concept) source codes to those who have asked on several occasions."

I guess no one actually got this to work as a plugin, and I don't know where the plugin repository is, if there is one.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Four Track/ Multitrack?
« Reply #7 on: May 27, 2010, 07:35:37 PM »
Quote from: Recording Guy on May 27, 2010, 06:10:45 PM
I guess no one actually got this to work as a plugin, and I don't know where the plugin repository is, if there is one.

Plugins are in /apps/plugins.  The Contribute to Rockbox link on the front page may be of interest to you if you want to work with plugins.
Logged

Offline funman

  • Developer
  • Member
  • *
  • Posts: 645
Re: Four Track/ Multitrack?
« Reply #8 on: May 27, 2010, 07:42:59 PM »
Look at pitch_detector.c to see a plugin which uses recording
Logged
a wise man said: "a wise man said"

Offline Recording Guy

  • Member
  • *
  • Posts: 33
Re: Four Track/ Multitrack?
« Reply #9 on: May 28, 2010, 02:56:23 PM »
Thanks, I found the plugins on the website.

Quote By Saratoga:

"You can already record one stereo track, stop recording, and then later record a second stereo track.

You cannot record one track while playing another."

Could you say why you cannot record one track while playing another?

I don't mean because someone has not the time or the inclination to programme this function,

but are there physical barriers inherent in the Rockbox compatable Ipods, Irivers Santas Archos that make this impossible? That is the question.

Throw some technical s*it in the thread please without getting angry..

Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Four Track/ Multitrack?
« Reply #10 on: May 28, 2010, 02:59:31 PM »
Quote from: Recording Guy on May 28, 2010, 02:56:23 PM
Could you say why you cannot record one track while playing another?

I don't mean because someone has not the time or the inclination to programme this function,

but are there physical barriers inherent in the Rockbox compatable Ipods, Irivers Santas Archos that make this impossible? That is the question.

Depends on the hardware.  Some can only do one at a time, others can do both.  Its never been implemented in Rockbox as far as I know for any player.
Logged

Offline Recording Guy

  • Member
  • *
  • Posts: 33
Re: Four Track/ Multitrack?
« Reply #11 on: May 29, 2010, 03:56:30 AM »
Ok, thanks for that.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Four Track/ Multitrack?
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.075 seconds with 15 queries.