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:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Recording Enhancements Pack
« previous next »
  • Print
Pages: 1 ... 52 53 [54] 55 56 ... 63

Author Topic: Recording Enhancements Pack  (Read 364631 times)

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #795 on: June 16, 2007, 04:13:11 AM »
Has anyone made a build with this patch for the Sansa e200?
Logged

Offline pixelma

  • Rockbox Expert
  • Member
  • *
  • Posts: 645
Re: Recording Enhancements Pack
« Reply #796 on: June 16, 2007, 04:43:04 AM »
While the Sansa can record, its recording capabilities are not nearly as powerful as those of the H1x0/H3x0s that this patch was made for (far away would be the better word). I don't know all the details but I even doubt you could get it to run at all or would have much fun with it.
« Last Edit: June 16, 2007, 04:58:36 AM by pixelma »
Logged

Offline jhMikeS

  • Developer
  • Member
  • *
  • Posts: 242
Re: Recording Enhancements Pack
« Reply #797 on: June 16, 2007, 07:09:59 AM »
I do intend to see how far things can be pushed in order to make it at least acceptable but even the original firmware only outputs effectively 24kHz. The files are 48khz but each sample value shows up twice and that's just how the hardware operates. Even getting true 32khz - ideal for fm recording - will require checking out overclocking the audio codec to 64khz so I make no promises that it will work well or even at all.  ;D
Logged

Offline Rincewind

  • Member
  • *
  • Posts: 266
Re: Recording Enhancements Pack
« Reply #798 on: June 16, 2007, 08:42:58 AM »
Quote from: wolfattack on June 05, 2007, 06:59:19 PM
Hey Mmmm,

A few months ago, i installed your build with the REP on my H120, and it works great, but today, i just bought a refurbished H115, and i was wondering if i will be able to just install this same build on it.

From what i understand there are some few minor differences in the ram (smaller buffer) but besides that, not much difference, should it be okay?

If not, what will i need to change in your build to make it so it works the same as my H120. I would like them to have the same build and what not so when i am recording with both at shows, i can get my levels to match and stuff like that.

thanks a bunch!

Josh

If you want to use Mmmm's compiled build, then it won't work, because the binary is made specifically for H120/140
You can downoad the source, apply the REP patch and compile a build for yourself. This should work without any changes to the code of the REP.
Then you can make a second folder and make you own builds for the H115 and H120 from the same source. You can find more info in the wiki under SimpleGuideToCompiling.
Logged
Iriver H120, Sansa e280

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #799 on: June 16, 2007, 11:12:14 AM »
Actually, the Sansa e200 records quite well.  I use it mainly for recording.  

I need to change the button assignment for stopping the recording from the power button to the select button.  Do you know how I could do that?
Logged

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #800 on: June 16, 2007, 12:03:41 PM »
Does anyone happen to know if prerecoding writes to disk or only to RAM.  What I am really interested in is if constantly prerecording will wear out the flash drive faster.
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #801 on: June 16, 2007, 12:38:15 PM »
prerecording just constantly wraps around data in the recording buffer in RAM. So no Flash involved.
Logged

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #802 on: June 16, 2007, 05:48:51 PM »
Thanks for the information.

I have successfully reassigned the select button.  

Now I would like to make the rec button start a recording from any menu.  I cannot figure out how to do this.  Can anyone help?

Thanks.
Logged

Offline jhMikeS

  • Developer
  • Member
  • *
  • Posts: 242
Re: Recording Enhancements Pack
« Reply #803 on: June 17, 2007, 01:49:55 AM »
fed,

I think that's a bit off topic here and also isn't really that trivial to do. Personally I think having assignable shortcut keys would be good thing though. There's a UI forum around here somewhere.
Logged

Offline Rincewind

  • Member
  • *
  • Posts: 266
Re: Recording Enhancements Pack
« Reply #804 on: June 17, 2007, 09:09:25 AM »
Quote from: fed on June 16, 2007, 05:48:51 PM
Now I would like to make the rec button start a recording from any menu.  I cannot figure out how to do this.  Can anyone help?

You could try to get my Rec button patch working on the Sansa (Flyspray #5555). With this you can start a recording from WPS and file browser (among other things). The only thing that you need add is the keymap for the sansa and a few #defines.

If I find time I'll do it myself, but that's not happening very soon :(
Logged
Iriver H120, Sansa e280

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #805 on: June 17, 2007, 10:14:29 AM »
I've tried to adapt your patch no sansa.

I substituted BUTTON_POWER for BUTTON_ON and BUTTON_OFF
I remeved the line
{ ACTION_WPS_ID3SCREEN,     BUTTON_POWER|BUTTON_MODE,          BUTTON_NONE },
because I don't know the equivalent of BUTTON_MODE for sansa.

I inserted the your ketmap to where I thought it should go in keymap200

I applied the patch.

But it does not work.

I'm sorry, but I can't figure out which #defines to add.

Could you let me know which to add?

Thanks!
Logged

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #806 on: June 17, 2007, 02:43:59 PM »
I am sorry to keep bothering, but I have been racking my brain for a week now
trying to do something that I think is probably easy to do.

I would like to make a button do something.  I can make the changes in the
keymap.  I want to run GO_TO_RECSCREEN.  I don't know how to link these two
things.  I think I have to set up something in action.c, but I am not sure
what.

In the end, I want to go to the recording screen when I press the rec button
on the sansa.

Can you please help me?
Logged

Offline Rincewind

  • Member
  • *
  • Posts: 266
Re: Recording Enhancements Pack
« Reply #807 on: June 18, 2007, 11:05:09 AM »
@fed: you have to add the action to the button handlers, too. Every screen has it's own button handler, which is a big 'switch case' statement, e.g. in tree.c for the file browser, gwps.c for wps. I don't know exactly where the buttons in the menus are handled (look in every file that has 'menu' in the name and you should find it).
Logged
Iriver H120, Sansa e280

Offline fed

  • Member
  • *
  • Posts: 54
Re: Recording Enhancements Pack
« Reply #808 on: June 18, 2007, 12:19:38 PM »
Thanks.  That helps a lot!

Do you know which menu is for the main menu.  I tried main_menu.c, but it seems to be for something else.
Logged

Offline Peter200lx

  • Member
  • *
  • Posts: 45
    • A site about another Great Device
Re: Recording Enhancements Pack
« Reply #809 on: June 18, 2007, 01:16:45 PM »
The Current REP patch has some problems when applying it. I was wondering if it was a simple changing of some lines to get it working, and if it was if someone could post a changed REP.patch. My programing skills are in the infant stage, so I'm not at all sure what to do myself. If someone could post an update, I'd greatly appreciate it. If needed, I can post a copy of the errors that I'm getting.
Logged
peter.olson [at] gmail {dot} com

  • Print
Pages: 1 ... 52 53 [54] 55 56 ... 63
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Recording Enhancements Pack
 

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

Page created in 0.104 seconds with 14 queries.